#EA5952

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

Shades of Flamingo #EA5952

Tints of Flamingo #EA5952

Color information

#EA5952 (or 0xEA5952) is unknown color: approx Flamingo. HEX triplet: EA, 59 and 52. RGB value is (234,89,82). Sum of RGB (Red+Green+Blue) = 234+89+82=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5952 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5952 is #15A6AD. Grayscale: #838383. Windows color (decimal): -1418926 or 5396970. OLE color: 5396970.

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

Color convert

RGB2348982-
CMYK00.620.650.08
HSL2.76º78.35%61.96%-
HSV(B)2.76º64.96%91.76%-
XYZ39.0325.2510.8-
YUV131.56100.04201.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.78%
GREEN value IS 89 (35.16% from 255) = 21.98%
BLUE value IS 82 (32.42% from 255) = 20.25%
R=57.78%
G=21.98%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234898200.620.650.082.7678.3561.96
HexEA595203E41834e3e
Octal35213112207610110311676
Binary1110101010110011010010011111010000011000111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5952; }

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

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

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

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

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

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

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

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