#EF5552

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

Shades of Flamingo #EF5552

Tints of Flamingo #EF5552

Color information

#EF5552 (or 0xEF5552) is unknown color: approx Flamingo. HEX triplet: EF, 55 and 52. RGB value is (239,85,82). Sum of RGB (Red+Green+Blue) = 239+85+82=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5552 is #10AAAD. Grayscale: #828282. Windows color (decimal): -1092270 or 5395951. OLE color: 5395951.

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

Color convert

RGB2398582-
CMYK00.640.660.06
HSL1.15º83.07%62.94%-
HSV(B)1.15º65.69%93.73%-
XYZ40.3725.4610.77-
YUV130.7100.52205.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.87%
GREEN value IS 85 (33.59% from 255) = 20.94%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=58.87%
G=20.94%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239858200.640.660.061.1583.0762.94
HexEF55520404261533f
Octal35712512201001026112377
Binary111011111010101101001001000000100001011011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5552; }

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

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

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

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

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

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

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

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