Html Css Color HEX #EE5950 Flamingo

📋 copy color: '#EE5950'

red 238 ◦ green 89 ◦ blue 80

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

Shades of Flamingo #EE5950

Tints of Flamingo #EE5950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.87%

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

R = 58.48%
G = 21.87%
B = 19.66%

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

#EE5950 (or 0xEE5950) is known color: Flamingo. HEX triplet: EE, 59 and 50. RGB value is (238,89,80). Sum of RGB (Red+Green+Blue) = 238+89+80=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5950 is #11A6AF. Grayscale: #848484. Windows color (decimal): -1156784 or 5265902. OLE color: 5265902.

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

Color convert

RGB 238 89 80 -
CMYK 0 0.63 0.66 0.07
HSL 3.42º 0.82% 0.62% -
HSV(B) 3.42º 0.66% 0.93% -
XYZ 40.28 25.9 10.47 -
YUV 132.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 238 89 80 0 0.63 0.66 0.07 3.42 0.82 0.62
Hex EE 59 50 0 3F 42 7 3 52 3E
Octal 356 131 120 0 77 102 7 3 122 76
Binary 11101110 1011001 1010000 0 111111 1000010 111 11 1010010 111110

Color Harmonies of #EE5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5950

Black with #EE5950

Text Example


Text Example

White with #EE5950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5950; }

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

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

background-color css

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

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

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

border-color css

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

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

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