Html Css Color HEX #EE5A52 Flamingo

📋 copy color: '#EE5A52'

red 238 ◦ green 90 ◦ blue 82

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

Shades of Flamingo #EE5A52

Tints of Flamingo #EE5A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20%

R = 58.05%
G = 21.95%
B = 20%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE5A52 (or 0xEE5A52) is known color: Flamingo. HEX triplet: EE, 5A and 52. RGB value is (238,90,82). Sum of RGB (Red+Green+Blue) = 238+90+82=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5A52 is #11A5AD. Grayscale: #858585. Windows color (decimal): -1156526 or 5397230. OLE color: 5397230.

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

Color convert

RGB 238 90 82 -
CMYK 0 0.62 0.66 0.07
HSL 3.08º 0.82% 0.63% -
HSV(B) 3.08º 0.66% 0.93% -
XYZ 40.44 26.1 10.89 -
YUV 133.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 238 90 82 0 0.62 0.66 0.07 3.08 0.82 0.63
Hex EE 5A 52 0 3E 42 7 3 52 3F
Octal 356 132 122 0 76 102 7 3 122 77
Binary 11101110 1011010 1010010 0 111110 1000010 111 11 1010010 111111

Color Harmonies of #EE5A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5A52

Black with #EE5A52

Text Example


Text Example

White with #EE5A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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