#EF5952

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

Shades of Flamingo #EF5952

Tints of Flamingo #EF5952

Color information

#EF5952 (or 0xEF5952) is unknown color: approx Flamingo. HEX triplet: EF, 59 and 52. RGB value is (239,89,82). Sum of RGB (Red+Green+Blue) = 239+89+82=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5952 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5952 is #10A6AD. Grayscale: #858585. Windows color (decimal): -1091246 or 5396975. OLE color: 5396975.

HSL color Cylindrical-coordinate representation of color #EF5952: hue angle of 2.68º 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 #EF5952 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB2398982-
CMYK00.630.660.06
HSL2.68º83.07%62.94%-
HSV(B)2.68º65.69%93.73%-
XYZ40.6926.110.88-
YUV133.0599.2203.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.29%
GREEN value IS 89 (35.16% from 255) = 21.71%
BLUE value IS 82 (32.42% from 255) = 20%
R=58.29%
G=21.71%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239898200.630.660.062.6883.0762.94
HexEF595203F4263533f
Octal3571311220771026312377
Binary111011111011001101001001111111000010110111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5952; }

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

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

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

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

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

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

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

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