#EA564E

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

Shades of Flamingo #EA564E

Tints of Flamingo #EA564E

Color information

#EA564E (or 0xEA564E) is unknown color: approx Flamingo. HEX triplet: EA, 56 and 4E. RGB value is (234,86,78). Sum of RGB (Red+Green+Blue) = 234+86+78=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA564E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA564E is #15A9B1. Grayscale: #818181. Windows color (decimal): -1419698 or 5134058. OLE color: 5134058.

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

Color convert

RGB2348678-
CMYK00.630.670.08
HSL3.08º78.79%61.18%-
HSV(B)3.08º66.67%91.76%-
XYZ38.6324.79.94-
YUV129.3499.03202.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.79%
GREEN value IS 86 (33.98% from 255) = 21.61%
BLUE value IS 78 (30.86% from 255) = 19.60%
R=58.79%
G=21.61%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234867800.630.670.083.0878.7961.18
HexEA564E03F43834f3d
Octal35212611607710310311775
Binary1110101010101101001110011111110000111000111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA564E; }

 p { color: rgb(234,86,78); }

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

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

 a { background-color: rgb(234,86,78); }

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

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

 span { border-color: rgb(234,86,78); }

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