Html Css Color HEX #EE5850 Flamingo

📋 copy color: '#EE5850'

red 238 ◦ green 88 ◦ blue 80

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

Shades of Flamingo #EE5850

Tints of Flamingo #EE5850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.7%

R = 58.62%
G = 21.67%
B = 19.7%

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

#EE5850 (or 0xEE5850) is known color: Flamingo. HEX triplet: EE, 58 and 50. RGB value is (238,88,80). Sum of RGB (Red+Green+Blue) = 238+88+80=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5850 is #11A7AF. Grayscale: #848484. Windows color (decimal): -1157040 or 5265646. OLE color: 5265646.

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

Color convert

RGB 238 88 80 -
CMYK 0 0.63 0.66 0.07
HSL 3.04º 0.82% 0.62% -
HSV(B) 3.04º 0.66% 0.93% -
XYZ 40.2 25.74 10.44 -
YUV 131.94 98.7 203.65 -
System Red Green Blue C M Y K H S L
Decimal 238 88 80 0 0.63 0.66 0.07 3.04 0.82 0.62
Hex EE 58 50 0 3F 42 7 3 52 3E
Octal 356 130 120 0 77 102 7 3 122 76
Binary 11101110 1011000 1010000 0 111111 1000010 111 11 1010010 111110

Color Harmonies of #EE5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5850

Black with #EE5850

Text Example


Text Example

White with #EE5850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5850; }

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

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

background-color css

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

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

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

border-color css

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

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

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