Html Css Color HEX #EF5A59 Flamingo

📋 copy color: '#EF5A59'

red 239 ◦ green 90 ◦ blue 89

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

Shades of Flamingo #EF5A59

Tints of Flamingo #EF5A59

RGB

 RED value IS 239 (93.75% from 255) = 57.18%

 GREEN value IS 90 (35.55% from 255) = 21.53%

 BLUE value IS 89 (35.16% from 255) = 21.29%

R = 57.18%
G = 21.53%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EF5A59 (or 0xEF5A59) is known color: Flamingo. HEX triplet: EF, 5A and 59. RGB value is (239,90,89). Sum of RGB (Red+Green+Blue) = 239+90+89=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5A59 is #10A5A6. Grayscale: #868686. Windows color (decimal): -1090983 or 5855983. OLE color: 5855983.

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

Color convert

RGB 239 90 89 -
CMYK 0 0.62 0.63 0.06
HSL 0.4º 0.82% 0.64% -
HSV(B) 0.4º 0.63% 0.94% -
XYZ 41.06 26.38 12.38 -
YUV 134.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 239 90 89 0 0.62 0.63 0.06 0.4 0.82 0.64
Hex EF 5A 59 0 3E 3F 6 0 52 40
Octal 357 132 131 0 76 77 6 0 122 100
Binary 11101111 1011010 1011001 0 111110 111111 110 0 1010010 1000000

Color Harmonies of #EF5A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5A59

Black with #EF5A59

Text Example


Text Example

White with #EF5A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5A59; }

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

 H1.HeaderClassName
 {
   color: #EF5A59;
 }
 .AnyTagClassName
 {
   color: #EF5A59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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