Html Css Color HEX #EE5B5A Flamingo

📋 copy color: '#EE5B5A'

red 238 ◦ green 91 ◦ blue 90

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

Shades of Flamingo #EE5B5A

Tints of Flamingo #EE5B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.72%

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 56.8%
G = 21.72%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE5B5A (or 0xEE5B5A) is known color: Flamingo. HEX triplet: EE, 5B and 5A. RGB value is (238,91,90). Sum of RGB (Red+Green+Blue) = 238+91+90=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5B5A is #11A4A5. Grayscale: #868686. Windows color (decimal): -1156262 or 5921774. OLE color: 5921774.

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

Color convert

RGB 238 91 90 -
CMYK 0 0.62 0.62 0.07
HSL 0.41º 0.81% 0.64% -
HSV(B) 0.41º 0.62% 0.93% -
XYZ 40.85 26.4 12.62 -
YUV 134.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 238 91 90 0 0.62 0.62 0.07 0.41 0.81 0.64
Hex EE 5B 5A 0 3E 3E 7 0 51 40
Octal 356 133 132 0 76 76 7 0 121 100
Binary 11101110 1011011 1011010 0 111110 111110 111 0 1010001 1000000

Color Harmonies of #EE5B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5B5A

Black with #EE5B5A

Text Example


Text Example

White with #EE5B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5B5A; }

 p { color: rgb(238,91,90); }

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

background-color css

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

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

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

border-color css

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

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

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