#EA2C4F

Color #EA2C4F Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #EA2C4F

Tints of Amaranth #EA2C4F

Color information

#EA2C4F (or 0xEA2C4F) is unknown color: approx Amaranth. HEX triplet: EA, 2C and 4F. RGB value is (234,44,79). Sum of RGB (Red+Green+Blue) = 234+44+79=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2C4F is #15D3B0. Grayscale: #686868. Windows color (decimal): -1430449 or 5188842. OLE color: 5188842.

HSL color Cylindrical-coordinate representation of color #EA2C4F: hue angle of 348.95º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2C4F is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB2344479-
CMYK00.810.660.08
HSL348.95º81.9%54.51%-
HSV(B)348.95º81.2%91.76%-
XYZ36.2419.869.32-
YUV104.8113.45220.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 65.55%
GREEN value IS 44 (17.58% from 255) = 12.32%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=65.55%
G=12.32%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234447900.810.660.08348.9581.954.51
HexEA2C4F05142815d5237
Octal3525411701211021053512267
Binary11101010101100100111101010001100001010001010111011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2C4F; }

 p { color: rgb(234,44,79); }

 H1.HeaderClassName
 {
   color: #EA2C4F;
 }
 .AnyTagClassName
 {
   color: #EA2C4F;
 }
</style>
background-color css

<style>
 a { background-color: #EA2C4F; }

 a { background-color: rgb(234,44,79); }

 div.DivClassName
 {
   background-color: #EA2C4F;
 }
 .BgClassName
 {
   background-color: #EA2C4F;
 }
</style>
border-color css

<style>
 span { border-color: #EA2C4F; }

 span { border-color: rgb(234,44,79); }

 td.TdClassName
 {
   border-color: #EA2C4F;
 }
 .TagClassName
 {
   border-color: #EA2C4F;
 }
</style>