Shades of Flamingo #EE5A57
Tints of Flamingo #EE5A57
RGB
CMYK
RGB Variations
Color information
#EE5A57 (or 0xEE5A57) is known color: Flamingo. HEX triplet: EE, 5A and 57. RGB value is (238,90,87). Sum of RGB (Red+Green+Blue) = 238+90+87=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5A57 is #11A5A8. Grayscale: #868686. Windows color (decimal): -1156521 or 5724910. OLE color: 5724910.
HSL color Cylindrical-coordinate representation of color #EE5A57: hue angle of 1.19º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5A57 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 87 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.07 |
| HSL | 1.19º | 0.82% | 0.64% | - |
| HSV(B) | 1.19º | 0.63% | 0.93% | - |
| XYZ | 40.64 | 26.18 | 11.93 | - |
| YUV | 133.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 87 | 0 | 0.62 | 0.63 | 0.07 | 1.19 | 0.82 | 0.64 |
| Hex | EE | 5A | 57 | 0 | 3E | 3F | 7 | 1 | 52 | 40 |
| Octal | 356 | 132 | 127 | 0 | 76 | 77 | 7 | 1 | 122 | 100 |
| Binary | 11101110 | 1011010 | 1010111 | 0 | 111110 | 111111 | 111 | 1 | 1010010 | 1000000 |
Color Harmonies of #EE5A57
Complementary color
Monochromatic Colors of #EE5A57
Black with #EE5A57
Text Example
Text Example
White with #EE5A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5A57; }
p { color: rgb(238,90,87); }
H1.HeaderClassName
{
color: #EE5A57;
}
.AnyTagClassName
{
color: #EE5A57;
}
</style>
background-color css
<style>
a { background-color: #EE5A57; }
a { background-color: rgb(238,90,87); }
div.DivClassName
{
background-color: #EE5A57;
}
.BgClassName
{
background-color: #EE5A57;
}
</style>
border-color css
<style>
span { border-color: #EE5A57; }
span { border-color: rgb(238,90,87); }
td.TdClassName
{
border-color: #EE5A57;
}
.TagClassName
{
border-color: #EE5A57;
}
</style>