Shades of Flamingo #EE5D4F
Tints of Flamingo #EE5D4F
RGB
CMYK
RGB Variations
Color information
#EE5D4F (or 0xEE5D4F) is known color: Flamingo. HEX triplet: EE, 5D and 4F. RGB value is (238,93,79). Sum of RGB (Red+Green+Blue) = 238+93+79=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5D4F is #11A2B0. Grayscale: #868686. Windows color (decimal): -1155761 or 5201390. OLE color: 5201390.
HSL color Cylindrical-coordinate representation of color #EE5D4F: hue angle of 5.28º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE5D4F is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 93 | 79 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.07 |
| HSL | 5.28º | 0.82% | 0.62% | - |
| HSV(B) | 5.28º | 0.67% | 0.93% | - |
| XYZ | 40.59 | 26.57 | 10.39 | - |
| YUV | 134.76 | 96.54 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 93 | 79 | 0 | 0.61 | 0.67 | 0.07 | 5.28 | 0.82 | 0.62 |
| Hex | EE | 5D | 4F | 0 | 3D | 43 | 7 | 5 | 52 | 3E |
| Octal | 356 | 135 | 117 | 0 | 75 | 103 | 7 | 5 | 122 | 76 |
| Binary | 11101110 | 1011101 | 1001111 | 0 | 111101 | 1000011 | 111 | 101 | 1010010 | 111110 |
Color Harmonies of #EE5D4F
Complementary color
Monochromatic Colors of #EE5D4F
Black with #EE5D4F
Text Example
Text Example
White with #EE5D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5D4F; }
p { color: rgb(238,93,79); }
H1.HeaderClassName
{
color: #EE5D4F;
}
.AnyTagClassName
{
color: #EE5D4F;
}
</style>
background-color css
<style>
a { background-color: #EE5D4F; }
a { background-color: rgb(238,93,79); }
div.DivClassName
{
background-color: #EE5D4F;
}
.BgClassName
{
background-color: #EE5D4F;
}
</style>
border-color css
<style>
span { border-color: #EE5D4F; }
span { border-color: rgb(238,93,79); }
td.TdClassName
{
border-color: #EE5D4F;
}
.TagClassName
{
border-color: #EE5D4F;
}
</style>