Shades of Flamingo #EE5753
Tints of Flamingo #EE5753
RGB
CMYK
RGB Variations
Color information
#EE5753 (or 0xEE5753) is known color: Flamingo. HEX triplet: EE, 57 and 53. RGB value is (238,87,83). Sum of RGB (Red+Green+Blue) = 238+87+83=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5753 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5753 is #11A8AC. Grayscale: #838383. Windows color (decimal): -1157293 or 5461998. OLE color: 5461998.
HSL color Cylindrical-coordinate representation of color #EE5753: hue angle of 1.55º 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 #EE5753 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 83 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.07 |
| HSL | 1.55º | 0.82% | 0.63% | - |
| HSV(B) | 1.55º | 0.65% | 0.93% | - |
| XYZ | 40.23 | 25.62 | 11.01 | - |
| YUV | 131.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 83 | 0 | 0.63 | 0.65 | 0.07 | 1.55 | 0.82 | 0.63 |
| Hex | EE | 57 | 53 | 0 | 3F | 41 | 7 | 2 | 52 | 3F |
| Octal | 356 | 127 | 123 | 0 | 77 | 101 | 7 | 2 | 122 | 77 |
| Binary | 11101110 | 1010111 | 1010011 | 0 | 111111 | 1000001 | 111 | 10 | 1010010 | 111111 |
Color Harmonies of #EE5753
Complementary color
Monochromatic Colors of #EE5753
Black with #EE5753
Text Example
Text Example
White with #EE5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5753; }
p { color: rgb(238,87,83); }
H1.HeaderClassName
{
color: #EE5753;
}
.AnyTagClassName
{
color: #EE5753;
}
</style>
background-color css
<style>
a { background-color: #EE5753; }
a { background-color: rgb(238,87,83); }
div.DivClassName
{
background-color: #EE5753;
}
.BgClassName
{
background-color: #EE5753;
}
</style>
border-color css
<style>
span { border-color: #EE5753; }
span { border-color: rgb(238,87,83); }
td.TdClassName
{
border-color: #EE5753;
}
.TagClassName
{
border-color: #EE5753;
}
</style>