Html Css Color HEX #EF5551 Flamingo

📋 copy color: '#EF5551'

red 239 ◦ green 85 ◦ blue 81

#EF5551
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #EF5551

Tints of Flamingo #EF5551

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 value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF5551 (or 0xEF5551) is known color: 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

RGB 239 85 81 -
CMYK 0 0.64 0.66 0.06
HSL 1.52º 0.83% 0.63% -
HSV(B) 1.52º 0.66% 0.94% -
XYZ 40.33 25.44 10.57 -
YUV 130.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 239 85 81 0 0.64 0.66 0.06 1.52 0.83 0.63
Hex EF 55 51 0 40 42 6 2 53 3F
Octal 357 125 121 0 100 102 6 2 123 77
Binary 11101111 1010101 1010001 0 1000000 1000010 110 10 1010011 111111

Color Harmonies of #EF5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5551

Black with #EF5551

Text Example


Text Example

White with #EF5551

Text Example


Text Example

HTML Codes & Css Web 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>