#EA5846

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

Shades of Flamingo #EA5846

Tints of Flamingo #EA5846

Color information

#EA5846 (or 0xEA5846) is unknown color: approx Flamingo. HEX triplet: EA, 58 and 46. RGB value is (234,88,70). Sum of RGB (Red+Green+Blue) = 234+88+70=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5846 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5846 is #15A7B9. Grayscale: #818181. Windows color (decimal): -1419194 or 4610282. OLE color: 4610282.

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

Color convert

RGB2348870-
CMYK00.620.700.08
HSL6.59º79.61%59.61%-
HSV(B)6.59º70.09%91.76%-
XYZ38.5324.918.57-
YUV129.694.37202.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.69%
GREEN value IS 88 (34.77% from 255) = 22.45%
BLUE value IS 70 (27.73% from 255) = 17.86%
R=59.69%
G=22.45%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234887000.620.700.086.5979.6159.61
HexEA584603E4687503c
Octal35213010607610610712074
Binary11101010101100010001100111110100011010001111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5846; }

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

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

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

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

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

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

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

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