#EE5D4D

Color #EE5D4D Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #EE5D4D

Tints of Flamingo #EE5D4D

Color information

#EE5D4D (or 0xEE5D4D) is unknown color: approx Flamingo. HEX triplet: EE, 5D and 4D. RGB value is (238,93,77). Sum of RGB (Red+Green+Blue) = 238+93+77=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5D4D is #11A2B2. Grayscale: #868686. Windows color (decimal): -1155763 or 5070318. OLE color: 5070318.

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

Color convert

RGB2389377-
CMYK00.610.680.07
HSL5.96º82.56%61.76%-
HSV(B)5.96º67.65%93.33%-
XYZ40.5126.5410.01-
YUV134.5395.54201.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.33%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 77 (30.47% from 255) = 18.87%
R=58.33%
G=22.79%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238937700.610.680.075.9682.5661.76
HexEE5D4D03D4476533e
Octal3561351150751047612376
Binary1110111010111011001101011110110001001111101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5D4D; }

 p { color: rgb(238,93,77); }

 H1.HeaderClassName
 {
   color: #EE5D4D;
 }
 .AnyTagClassName
 {
   color: #EE5D4D;
 }
</style>
background-color css

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

 a { background-color: rgb(238,93,77); }

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

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

 span { border-color: rgb(238,93,77); }

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