Shades of Flamingo #E85553
Tints of Flamingo #E85553
RGB
CMYK
RGB Variations
Color information
#E85553 (or 0xE85553) is known color: Flamingo. HEX triplet: E8, 55 and 53. RGB value is (232,85,83). Sum of RGB (Red+Green+Blue) = 232+85+83=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E85553 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85553 is #17AAAC. Grayscale: #808080. Windows color (decimal): -1551021 or 5461480. OLE color: 5461480.
HSL color Cylindrical-coordinate representation of color #E85553: hue angle of 0.81º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85553 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 83 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.09 |
| HSL | 0.81º | 0.76% | 0.62% | - |
| HSV(B) | 0.81º | 0.64% | 0.91% | - |
| XYZ | 38.09 | 24.28 | 10.86 | - |
| YUV | 128.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 83 | 0 | 0.63 | 0.64 | 0.09 | 0.81 | 0.76 | 0.62 |
| Hex | E8 | 55 | 53 | 0 | 3F | 40 | 9 | 1 | 4C | 3E |
| Octal | 350 | 125 | 123 | 0 | 77 | 100 | 11 | 1 | 114 | 76 |
| Binary | 11101000 | 1010101 | 1010011 | 0 | 111111 | 1000000 | 1001 | 1 | 1001100 | 111110 |
Color Harmonies of #E85553
Complementary color
Monochromatic Colors of #E85553
Black with #E85553
Text Example
Text Example
White with #E85553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85553; }
p { color: rgb(232,85,83); }
H1.HeaderClassName
{
color: #E85553;
}
.AnyTagClassName
{
color: #E85553;
}
</style>
background-color css
<style>
a { background-color: #E85553; }
a { background-color: rgb(232,85,83); }
div.DivClassName
{
background-color: #E85553;
}
.BgClassName
{
background-color: #E85553;
}
</style>
border-color css
<style>
span { border-color: #E85553; }
span { border-color: rgb(232,85,83); }
td.TdClassName
{
border-color: #E85553;
}
.TagClassName
{
border-color: #E85553;
}
</style>