Shades of Flamingo #EE5E55
Tints of Flamingo #EE5E55
RGB
CMYK
RGB Variations
Color information
#EE5E55 (or 0xEE5E55) is known color: Flamingo. HEX triplet: EE, 5E and 55. RGB value is (238,94,85). Sum of RGB (Red+Green+Blue) = 238+94+85=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5E55 is #11A1AA. Grayscale: #888888. Windows color (decimal): -1155499 or 5594862. OLE color: 5594862.
HSL color Cylindrical-coordinate representation of color #EE5E55: hue angle of 3.53º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5E55 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 94 | 85 | - |
CMYK | 0 | 0.61 | 0.64 | 0.07 |
HSL | 3.53º | 0.82% | 0.63% | - |
HSV(B) | 3.53º | 0.64% | 0.93% | - |
XYZ | 40.9 | 26.84 | 11.62 | - |
YUV | 136.03 | 99.21 | 200.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 94 | 85 | 0 | 0.61 | 0.64 | 0.07 | 3.53 | 0.82 | 0.63 |
Hex | EE | 5E | 55 | 0 | 3D | 40 | 7 | 4 | 52 | 3F |
Octal | 356 | 136 | 125 | 0 | 75 | 100 | 7 | 4 | 122 | 77 |
Binary | 11101110 | 1011110 | 1010101 | 0 | 111101 | 1000000 | 111 | 100 | 1010010 | 111111 |
Color Harmonies of #EE5E55
Complementary color
Monochromatic Colors of #EE5E55
Black with #EE5E55
Text Example
Text Example
White with #EE5E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5E55; }
p { color: rgb(238,94,85); }
H1.HeaderClassName
{
color: #EE5E55;
}
.AnyTagClassName
{
color: #EE5E55;
}
</style>
background-color css
<style>
a { background-color: #EE5E55; }
a { background-color: rgb(238,94,85); }
div.DivClassName
{
background-color: #EE5E55;
}
.BgClassName
{
background-color: #EE5E55;
}
</style>
border-color css
<style>
span { border-color: #EE5E55; }
span { border-color: rgb(238,94,85); }
td.TdClassName
{
border-color: #EE5E55;
}
.TagClassName
{
border-color: #EE5E55;
}
</style>