Html Css Color HEX #EE5752 Flamingo

📋 copy color: '#EE5752'

red 238 ◦ green 87 ◦ blue 82

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

Shades of Flamingo #EE5752

Tints of Flamingo #EE5752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.38%

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

R = 58.48%
G = 21.38%
B = 20.15%

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

#EE5752 (or 0xEE5752) is known color: Flamingo. HEX triplet: EE, 57 and 52. RGB value is (238,87,82). Sum of RGB (Red+Green+Blue) = 238+87+82=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5752 is #11A8AD. Grayscale: #838383. Windows color (decimal): -1157294 or 5396462. OLE color: 5396462.

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

Color convert

RGB 238 87 82 -
CMYK 0 0.63 0.66 0.07
HSL 1.92º 0.82% 0.63% -
HSV(B) 1.92º 0.66% 0.93% -
XYZ 40.19 25.6 10.81 -
YUV 131.58 100.03 203.91 -
System Red Green Blue C M Y K H S L
Decimal 238 87 82 0 0.63 0.66 0.07 1.92 0.82 0.63
Hex EE 57 52 0 3F 42 7 2 52 3F
Octal 356 127 122 0 77 102 7 2 122 77
Binary 11101110 1010111 1010010 0 111111 1000010 111 10 1010010 111111

Color Harmonies of #EE5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5752

Black with #EE5752

Text Example


Text Example

White with #EE5752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5752; }

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

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

background-color css

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

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

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

border-color css

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

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

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