Shades of Flamingo #E85757
Tints of Flamingo #E85757
RGB
CMYK
RGB Variations
Color information
#E85757 (or 0xE85757) is known color: Flamingo. HEX triplet: E8, 57 and 57. RGB value is (232,87,87). Sum of RGB (Red+Green+Blue) = 232+87+87=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E85757 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85757 is #17A8A8. Grayscale: #828282. Windows color (decimal): -1550505 or 5724136. OLE color: 5724136.
HSL color Cylindrical-coordinate representation of color #E85757: hue angle of 0º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85757 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 87 | 87 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.09 |
| HSL | 0º | 0.76% | 0.63% | - |
| HSV(B) | 0º | 0.63% | 0.91% | - |
| XYZ | 38.41 | 24.66 | 11.75 | - |
| YUV | 130.36 | 103.54 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 87 | 87 | 0 | 0.62 | 0.62 | 0.09 | 0 | 0.76 | 0.63 |
| Hex | E8 | 57 | 57 | 0 | 3E | 3E | 9 | 0 | 4C | 3F |
| Octal | 350 | 127 | 127 | 0 | 76 | 76 | 11 | 0 | 114 | 77 |
| Binary | 11101000 | 1010111 | 1010111 | 0 | 111110 | 111110 | 1001 | 0 | 1001100 | 111111 |
Color Harmonies of #E85757
Complementary color
Monochromatic Colors of #E85757
Black with #E85757
Text Example
Text Example
White with #E85757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85757; }
p { color: rgb(232,87,87); }
H1.HeaderClassName
{
color: #E85757;
}
.AnyTagClassName
{
color: #E85757;
}
</style>
background-color css
<style>
a { background-color: #E85757; }
a { background-color: rgb(232,87,87); }
div.DivClassName
{
background-color: #E85757;
}
.BgClassName
{
background-color: #E85757;
}
</style>
border-color css
<style>
span { border-color: #E85757; }
span { border-color: rgb(232,87,87); }
td.TdClassName
{
border-color: #E85757;
}
.TagClassName
{
border-color: #E85757;
}
</style>