#EF5A56

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

Shades of Flamingo #EF5A56

Tints of Flamingo #EF5A56

Color information

#EF5A56 (or 0xEF5A56) is unknown color: approx Flamingo. HEX triplet: EF, 5A and 56. RGB value is (239,90,86). Sum of RGB (Red+Green+Blue) = 239+90+86=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5A56 is #10A5A9. Grayscale: #868686. Windows color (decimal): -1090986 or 5659375. OLE color: 5659375.

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

Color convert

RGB2399086-
CMYK00.620.640.06
HSL1.57º82.7%63.73%-
HSV(B)1.57º64.02%93.73%-
XYZ40.9326.3311.73-
YUV134.1100.86202.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.59%
GREEN value IS 90 (35.55% from 255) = 21.69%
BLUE value IS 86 (33.98% from 255) = 20.72%
R=57.59%
G=21.69%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239908600.620.640.061.5782.763.73
HexEF5A5603E40625340
Octal35713212607610062123100
Binary1110111110110101010110011111010000001101010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5A56; }

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

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

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

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

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

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

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

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