Shades of Flamingo #EE5B53
Tints of Flamingo #EE5B53
RGB
CMYK
RGB Variations
Color information
#EE5B53 (or 0xEE5B53) is known color: Flamingo. HEX triplet: EE, 5B and 53. RGB value is (238,91,83). Sum of RGB (Red+Green+Blue) = 238+91+83=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5B53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5B53 is #11A4AC. Grayscale: #868686. Windows color (decimal): -1156269 or 5463022. OLE color: 5463022.
HSL color Cylindrical-coordinate representation of color #EE5B53: hue angle of 3.1º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE5B53 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 91 | 83 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.07 |
| HSL | 3.1º | 0.82% | 0.63% | - |
| HSV(B) | 3.1º | 0.65% | 0.93% | - |
| XYZ | 40.56 | 26.28 | 11.12 | - |
| YUV | 134.04 | 99.2 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 91 | 83 | 0 | 0.62 | 0.65 | 0.07 | 3.1 | 0.82 | 0.63 |
| Hex | EE | 5B | 53 | 0 | 3E | 41 | 7 | 3 | 52 | 3F |
| Octal | 356 | 133 | 123 | 0 | 76 | 101 | 7 | 3 | 122 | 77 |
| Binary | 11101110 | 1011011 | 1010011 | 0 | 111110 | 1000001 | 111 | 11 | 1010010 | 111111 |
Color Harmonies of #EE5B53
Complementary color
Monochromatic Colors of #EE5B53
Black with #EE5B53
Text Example
Text Example
White with #EE5B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5B53; }
p { color: rgb(238,91,83); }
H1.HeaderClassName
{
color: #EE5B53;
}
.AnyTagClassName
{
color: #EE5B53;
}
</style>
background-color css
<style>
a { background-color: #EE5B53; }
a { background-color: rgb(238,91,83); }
div.DivClassName
{
background-color: #EE5B53;
}
.BgClassName
{
background-color: #EE5B53;
}
</style>
border-color css
<style>
span { border-color: #EE5B53; }
span { border-color: rgb(238,91,83); }
td.TdClassName
{
border-color: #EE5B53;
}
.TagClassName
{
border-color: #EE5B53;
}
</style>