Shades of Geraldine #E87571
Tints of Geraldine #E87571
RGB
CMYK
RGB Variations
Color information
#E87571 (or 0xE87571) is known color: Geraldine. HEX triplet: E8, 75 and 71. RGB value is (232,117,113). Sum of RGB (Red+Green+Blue) = 232+117+113=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E87571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87571 is #178A8E. Grayscale: #979797. Windows color (decimal): -1542799 or 7435752. OLE color: 7435752.
HSL color Cylindrical-coordinate representation of color #E87571: hue angle of 2.02º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E87571 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 117 | 113 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.09 |
| HSL | 2.02º | 0.72% | 0.68% | - |
| HSV(B) | 2.02º | 0.51% | 0.91% | - |
| XYZ | 42.62 | 31.07 | 19.37 | - |
| YUV | 150.93 | 106.6 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 117 | 113 | 0 | 0.50 | 0.51 | 0.09 | 2.02 | 0.72 | 0.68 |
| Hex | E8 | 75 | 71 | 0 | 32 | 33 | 9 | 2 | 48 | 44 |
| Octal | 350 | 165 | 161 | 0 | 62 | 63 | 11 | 2 | 110 | 104 |
| Binary | 11101000 | 1110101 | 1110001 | 0 | 110010 | 110011 | 1001 | 10 | 1001000 | 1000100 |
Color Harmonies of #E87571
Complementary color
Monochromatic Colors of #E87571
Black with #E87571
Text Example
Text Example
White with #E87571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87571; }
p { color: rgb(232,117,113); }
H1.HeaderClassName
{
color: #E87571;
}
.AnyTagClassName
{
color: #E87571;
}
</style>
background-color css
<style>
a { background-color: #E87571; }
a { background-color: rgb(232,117,113); }
div.DivClassName
{
background-color: #E87571;
}
.BgClassName
{
background-color: #E87571;
}
</style>
border-color css
<style>
span { border-color: #E87571; }
span { border-color: rgb(232,117,113); }
td.TdClassName
{
border-color: #E87571;
}
.TagClassName
{
border-color: #E87571;
}
</style>