Shades of Flamingo #E85F4E
Tints of Flamingo #E85F4E
RGB
CMYK
RGB Variations
Color information
#E85F4E (or 0xE85F4E) is known color: Flamingo. HEX triplet: E8, 5F and 4E. RGB value is (232,95,78). Sum of RGB (Red+Green+Blue) = 232+95+78=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F4E is #17A0B1. Grayscale: #868686. Windows color (decimal): -1548466 or 5136360. OLE color: 5136360.
HSL color Cylindrical-coordinate representation of color #E85F4E: hue angle of 6.62º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E85F4E is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 78 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.09 |
| HSL | 6.62º | 0.77% | 0.61% | - |
| HSV(B) | 6.62º | 0.66% | 0.91% | - |
| XYZ | 38.75 | 25.89 | 10.16 | - |
| YUV | 134.03 | 96.39 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 78 | 0 | 0.59 | 0.66 | 0.09 | 6.62 | 0.77 | 0.61 |
| Hex | E8 | 5F | 4E | 0 | 3B | 42 | 9 | 7 | 4D | 3D |
| Octal | 350 | 137 | 116 | 0 | 73 | 102 | 11 | 7 | 115 | 75 |
| Binary | 11101000 | 1011111 | 1001110 | 0 | 111011 | 1000010 | 1001 | 111 | 1001101 | 111101 |
Color Harmonies of #E85F4E
Complementary color
Monochromatic Colors of #E85F4E
Black with #E85F4E
Text Example
Text Example
White with #E85F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F4E; }
p { color: rgb(232,95,78); }
H1.HeaderClassName
{
color: #E85F4E;
}
.AnyTagClassName
{
color: #E85F4E;
}
</style>
background-color css
<style>
a { background-color: #E85F4E; }
a { background-color: rgb(232,95,78); }
div.DivClassName
{
background-color: #E85F4E;
}
.BgClassName
{
background-color: #E85F4E;
}
</style>
border-color css
<style>
span { border-color: #E85F4E; }
span { border-color: rgb(232,95,78); }
td.TdClassName
{
border-color: #E85F4E;
}
.TagClassName
{
border-color: #E85F4E;
}
</style>