Shades of Flamingo #E85953
Tints of Flamingo #E85953
RGB
CMYK
RGB Variations
Color information
#E85953 (or 0xE85953) is known color: Flamingo. HEX triplet: E8, 59 and 53. RGB value is (232,89,83). Sum of RGB (Red+Green+Blue) = 232+89+83=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E85953 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85953 is #17A6AC. Grayscale: #838383. Windows color (decimal): -1549997 or 5462504. OLE color: 5462504.
HSL color Cylindrical-coordinate representation of color #E85953: hue angle of 2.42º 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 #E85953 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 83 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.09 |
| HSL | 2.42º | 0.76% | 0.62% | - |
| HSV(B) | 2.42º | 0.64% | 0.91% | - |
| XYZ | 38.41 | 24.93 | 10.97 | - |
| YUV | 131.07 | 100.88 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 83 | 0 | 0.62 | 0.64 | 0.09 | 2.42 | 0.76 | 0.62 |
| Hex | E8 | 59 | 53 | 0 | 3E | 40 | 9 | 2 | 4C | 3E |
| Octal | 350 | 131 | 123 | 0 | 76 | 100 | 11 | 2 | 114 | 76 |
| Binary | 11101000 | 1011001 | 1010011 | 0 | 111110 | 1000000 | 1001 | 10 | 1001100 | 111110 |
Color Harmonies of #E85953
Complementary color
Monochromatic Colors of #E85953
Black with #E85953
Text Example
Text Example
White with #E85953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85953; }
p { color: rgb(232,89,83); }
H1.HeaderClassName
{
color: #E85953;
}
.AnyTagClassName
{
color: #E85953;
}
</style>
background-color css
<style>
a { background-color: #E85953; }
a { background-color: rgb(232,89,83); }
div.DivClassName
{
background-color: #E85953;
}
.BgClassName
{
background-color: #E85953;
}
</style>
border-color css
<style>
span { border-color: #E85953; }
span { border-color: rgb(232,89,83); }
td.TdClassName
{
border-color: #E85953;
}
.TagClassName
{
border-color: #E85953;
}
</style>