Html Css Color HEX #EE5252 Flamingo

📋 copy color: '#EE5252'

red 238 ◦ green 82 ◦ blue 82

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

Shades of Flamingo #EE5252

Tints of Flamingo #EE5252

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.4%

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

R = 59.2%
G = 20.4%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE5252 (or 0xEE5252) is known color: Flamingo. HEX triplet: EE, 52 and 52. RGB value is (238,82,82). Sum of RGB (Red+Green+Blue) = 238+82+82=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5252 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5252 is #11ADAD. Grayscale: #808080. Windows color (decimal): -1158574 or 5395182. OLE color: 5395182.

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

Color convert

RGB 238 82 82 -
CMYK 0 0.66 0.66 0.07
HSL 0.82% 0.63% -
HSV(B) 0.66% 0.93% -
XYZ 39.8 24.82 10.68 -
YUV 128.64 101.68 206 -
System Red Green Blue C M Y K H S L
Decimal 238 82 82 0 0.66 0.66 0.07 0 0.82 0.63
Hex EE 52 52 0 42 42 7 0 52 3F
Octal 356 122 122 0 102 102 7 0 122 77
Binary 11101110 1010010 1010010 0 1000010 1000010 111 0 1010010 111111

Color Harmonies of #EE5252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5252

Black with #EE5252

Text Example


Text Example

White with #EE5252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5252; }

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

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

background-color css

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

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

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

border-color css

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

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

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