#EF5B5A

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

Shades of Flamingo #EF5B5A

Tints of Flamingo #EF5B5A

Color information

#EF5B5A (or 0xEF5B5A) is unknown color: approx Flamingo. HEX triplet: EF, 5B and 5A. RGB value is (239,91,90). Sum of RGB (Red+Green+Blue) = 239+91+90=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5B5A is #10A4A5. Grayscale: #878787. Windows color (decimal): -1090726 or 5921775. OLE color: 5921775.

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

Color convert

RGB2399190-
CMYK00.620.620.06
HSL0.4º82.32%64.51%-
HSV(B)0.4º62.34%93.73%-
XYZ41.1826.5712.63-
YUV135.14102.53202.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.90%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 90 (35.55% from 255) = 21.43%
R=56.90%
G=21.67%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239919000.620.620.060.482.3264.51
HexEF5B5A03E3E605241
Octal3571331320767660122101
Binary11101111101101110110100111110111110110010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5B5A; }

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

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

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

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

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

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

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

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