#ef5551

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

Shades of Flamingo #EF5551

Tints of Flamingo #EF5551

Color information

#EF5551 (or 0xEF5551) is unknown color: approx Flamingo. HEX triplet: EF, 55 and 51. RGB value is (239,85,81). Sum of RGB (Red+Green+Blue) = 239+85+81=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5551 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5551 is #10AAAE. Grayscale: #828282. Windows color (decimal): -1092271 or 5330415. OLE color: 5330415.

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

Color convert

RGB2398581-
CMYK00.640.660.06
HSL1.52º83.16%62.75%-
HSV(B)1.52º66.11%93.73%-
XYZ40.3325.4410.57-
YUV130.59100.02205.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.01%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 81 (32.03% from 255) = 20%
R=59.01%
G=20.99%
B=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
Decimal239858100.640.660.061.5283.1662.75
HexEF55510404262533f
Octal35712512101001026212377
Binary1110111110101011010001010000001000010110101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef5551; }

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

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

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

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

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

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

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

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