#EA5845

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

Shades of Flamingo #EA5845

Tints of Flamingo #EA5845

Color information

#EA5845 (or 0xEA5845) is unknown color: approx Flamingo. HEX triplet: EA, 58 and 45. RGB value is (234,88,69). Sum of RGB (Red+Green+Blue) = 234+88+69=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5845 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5845 is #15A7BA. Grayscale: #818181. Windows color (decimal): -1419195 or 4544746. OLE color: 4544746.

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

Color convert

RGB2348869-
CMYK00.620.710.08
HSL6.91º79.71%59.41%-
HSV(B)6.91º70.51%91.76%-
XYZ38.524.98.41-
YUV129.4993.87202.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.85%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 69 (27.34% from 255) = 17.65%
R=59.85%
G=22.51%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234886900.620.710.086.9179.7159.41
HexEA584503E4787503b
Octal35213010507610710712073
Binary11101010101100010001010111110100011110001111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5845; }

 p { color: rgb(234,88,69); }

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

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

 a { background-color: rgb(234,88,69); }

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

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

 span { border-color: rgb(234,88,69); }

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