Html Css Color HEX #EE5852 Flamingo

📋 copy color: '#EE5852'

red 238 ◦ green 88 ◦ blue 82

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

Shades of Flamingo #EE5852

Tints of Flamingo #EE5852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.57%

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

R = 58.33%
G = 21.57%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE5852 (or 0xEE5852) is known color: Flamingo. HEX triplet: EE, 58 and 52. RGB value is (238,88,82). Sum of RGB (Red+Green+Blue) = 238+88+82=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5852 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5852 is #11A7AD. Grayscale: #848484. Windows color (decimal): -1157038 or 5396718. OLE color: 5396718.

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

Color convert

RGB 238 88 82 -
CMYK 0 0.63 0.66 0.07
HSL 2.31º 0.82% 0.63% -
HSV(B) 2.31º 0.66% 0.93% -
XYZ 40.27 25.77 10.83 -
YUV 132.17 99.7 203.49 -
System Red Green Blue C M Y K H S L
Decimal 238 88 82 0 0.63 0.66 0.07 2.31 0.82 0.63
Hex EE 58 52 0 3F 42 7 2 52 3F
Octal 356 130 122 0 77 102 7 2 122 77
Binary 11101110 1011000 1010010 0 111111 1000010 111 10 1010010 111111

Color Harmonies of #EE5852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5852

Black with #EE5852

Text Example


Text Example

White with #EE5852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5852; }

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

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

background-color css

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

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

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

border-color css

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

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

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