Html Css Color HEX #EE5A59 Flamingo

📋 copy color: '#EE5A59'

red 238 ◦ green 90 ◦ blue 89

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

Shades of Flamingo #EE5A59

Tints of Flamingo #EE5A59

RGB

 RED value IS 238 (93.36% from 255) = 57.07%

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

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

R = 57.07%
G = 21.58%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EE5A59 (or 0xEE5A59) is known color: Flamingo. HEX triplet: EE, 5A and 59. RGB value is (238,90,89). Sum of RGB (Red+Green+Blue) = 238+90+89=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5A59 is #11A5A6. Grayscale: #868686. Windows color (decimal): -1156519 or 5855982. OLE color: 5855982.

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

Color convert

RGB 238 90 89 -
CMYK 0 0.62 0.63 0.07
HSL 0.4º 0.81% 0.64% -
HSV(B) 0.4º 0.63% 0.93% -
XYZ 40.72 26.21 12.36 -
YUV 134.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 238 90 89 0 0.62 0.63 0.07 0.4 0.81 0.64
Hex EE 5A 59 0 3E 3F 7 0 51 40
Octal 356 132 131 0 76 77 7 0 121 100
Binary 11101110 1011010 1011001 0 111110 111111 111 0 1010001 1000000

Color Harmonies of #EE5A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5A59

Black with #EE5A59

Text Example


Text Example

White with #EE5A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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