#EA6459

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

Shades of Flamingo #EA6459

Tints of Flamingo #EA6459

Color information

#EA6459 (or 0xEA6459) is unknown color: approx Flamingo. HEX triplet: EA, 64 and 59. RGB value is (234,100,89). Sum of RGB (Red+Green+Blue) = 234+100+89=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6459 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6459 is #159BA6. Grayscale: #8A8A8A. Windows color (decimal): -1416103 or 5858538. OLE color: 5858538.

HSL color Cylindrical-coordinate representation of color #EA6459: hue angle of 4.55º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA6459 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB23410089-
CMYK00.570.620.08
HSL4.55º77.54%63.33%-
HSV(B)4.55º61.97%91.76%-
XYZ40.2927.3312.6-
YUV138.8199.89195.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.32%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 89 (35.16% from 255) = 21.04%
R=55.32%
G=23.64%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341008900.570.620.084.5577.5463.33
HexEA64590393E854e3f
Octal3521441310717610511677
Binary1110101011001001011001011100111111010001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6459; }

 p { color: rgb(234,100,89); }

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

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

 a { background-color: rgb(234,100,89); }

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

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

 span { border-color: rgb(234,100,89); }

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