Shades of Flamingo #EE5A55
Tints of Flamingo #EE5A55
RGB
CMYK
RGB Variations
Color information
#EE5A55 (or 0xEE5A55) is known color: Flamingo. HEX triplet: EE, 5A and 55. RGB value is (238,90,85). Sum of RGB (Red+Green+Blue) = 238+90+85=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5A55 is #11A5AA. Grayscale: #858585. Windows color (decimal): -1156523 or 5593838. OLE color: 5593838.
HSL color Cylindrical-coordinate representation of color #EE5A55: hue angle of 1.96º 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 #EE5A55 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 85 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.07 |
| HSL | 1.96º | 0.82% | 0.63% | - |
| HSV(B) | 1.96º | 0.64% | 0.93% | - |
| XYZ | 40.56 | 26.15 | 11.5 | - |
| YUV | 133.68 | 100.53 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 85 | 0 | 0.62 | 0.64 | 0.07 | 1.96 | 0.82 | 0.63 |
| Hex | EE | 5A | 55 | 0 | 3E | 40 | 7 | 2 | 52 | 3F |
| Octal | 356 | 132 | 125 | 0 | 76 | 100 | 7 | 2 | 122 | 77 |
| Binary | 11101110 | 1011010 | 1010101 | 0 | 111110 | 1000000 | 111 | 10 | 1010010 | 111111 |
Color Harmonies of #EE5A55
Complementary color
Monochromatic Colors of #EE5A55
Black with #EE5A55
Text Example
Text Example
White with #EE5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5A55; }
p { color: rgb(238,90,85); }
H1.HeaderClassName
{
color: #EE5A55;
}
.AnyTagClassName
{
color: #EE5A55;
}
</style>
background-color css
<style>
a { background-color: #EE5A55; }
a { background-color: rgb(238,90,85); }
div.DivClassName
{
background-color: #EE5A55;
}
.BgClassName
{
background-color: #EE5A55;
}
</style>
border-color css
<style>
span { border-color: #EE5A55; }
span { border-color: rgb(238,90,85); }
td.TdClassName
{
border-color: #EE5A55;
}
.TagClassName
{
border-color: #EE5A55;
}
</style>