#EF5A52

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

Shades of Flamingo #EF5A52

Tints of Flamingo #EF5A52

Color information

#EF5A52 (or 0xEF5A52) is unknown color: approx Flamingo. HEX triplet: EF, 5A and 52. RGB value is (239,90,82). Sum of RGB (Red+Green+Blue) = 239+90+82=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5A52 is #10A5AD. Grayscale: #858585. Windows color (decimal): -1090990 or 5397231. OLE color: 5397231.

HSL color Cylindrical-coordinate representation of color #EF5A52: hue angle of 3.06º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF5A52 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB2399082-
CMYK00.620.660.06
HSL3.06º83.07%62.94%-
HSV(B)3.06º65.69%93.73%-
XYZ40.7826.2710.9-
YUV133.6498.86203.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.15%
GREEN value IS 90 (35.55% from 255) = 21.90%
BLUE value IS 82 (32.42% from 255) = 19.95%
R=58.15%
G=21.90%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239908200.620.660.063.0683.0762.94
HexEF5A5203E4263533f
Octal3571321220761026312377
Binary111011111011010101001001111101000010110111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5A52; }

 p { color: rgb(239,90,82); }

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

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

 a { background-color: rgb(239,90,82); }

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

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

 span { border-color: rgb(239,90,82); }

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