Shades of Flamingo #EE5E51
Tints of Flamingo #EE5E51
RGB
CMYK
RGB Variations
Color information
#EE5E51 (or 0xEE5E51) is known color: Flamingo. HEX triplet: EE, 5E and 51. RGB value is (238,94,81). Sum of RGB (Red+Green+Blue) = 238+94+81=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5E51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5E51 is #11A1AE. Grayscale: #878787. Windows color (decimal): -1155503 or 5332718. OLE color: 5332718.
HSL color Cylindrical-coordinate representation of color #EE5E51: hue angle of 4.97º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5E51 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 94 | 81 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.07 |
| HSL | 4.97º | 0.82% | 0.63% | - |
| HSV(B) | 4.97º | 0.66% | 0.93% | - |
| XYZ | 40.75 | 26.78 | 10.81 | - |
| YUV | 135.57 | 97.21 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 94 | 81 | 0 | 0.61 | 0.66 | 0.07 | 4.97 | 0.82 | 0.63 |
| Hex | EE | 5E | 51 | 0 | 3D | 42 | 7 | 5 | 52 | 3F |
| Octal | 356 | 136 | 121 | 0 | 75 | 102 | 7 | 5 | 122 | 77 |
| Binary | 11101110 | 1011110 | 1010001 | 0 | 111101 | 1000010 | 111 | 101 | 1010010 | 111111 |
Color Harmonies of #EE5E51
Complementary color
Monochromatic Colors of #EE5E51
Black with #EE5E51
Text Example
Text Example
White with #EE5E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5E51; }
p { color: rgb(238,94,81); }
H1.HeaderClassName
{
color: #EE5E51;
}
.AnyTagClassName
{
color: #EE5E51;
}
</style>
background-color css
<style>
a { background-color: #EE5E51; }
a { background-color: rgb(238,94,81); }
div.DivClassName
{
background-color: #EE5E51;
}
.BgClassName
{
background-color: #EE5E51;
}
</style>
border-color css
<style>
span { border-color: #EE5E51; }
span { border-color: rgb(238,94,81); }
td.TdClassName
{
border-color: #EE5E51;
}
.TagClassName
{
border-color: #EE5E51;
}
</style>