Shades of Geraldine #E87470
Tints of Geraldine #E87470
RGB
CMYK
RGB Variations
Color information
#E87470 (or 0xE87470) is known color: Geraldine. HEX triplet: E8, 74 and 70. RGB value is (232,116,112). Sum of RGB (Red+Green+Blue) = 232+116+112=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E87470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87470 is #178B8F. Grayscale: #969696. Windows color (decimal): -1543056 or 7369960. OLE color: 7369960.
HSL color Cylindrical-coordinate representation of color #E87470: hue angle of 2º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E87470 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 112 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.09 |
| HSL | 2º | 0.72% | 0.67% | - |
| HSV(B) | 2º | 0.52% | 0.91% | - |
| XYZ | 42.45 | 30.82 | 19.04 | - |
| YUV | 150.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 112 | 0 | 0.50 | 0.52 | 0.09 | 2 | 0.72 | 0.67 |
| Hex | E8 | 74 | 70 | 0 | 32 | 34 | 9 | 2 | 48 | 43 |
| Octal | 350 | 164 | 160 | 0 | 62 | 64 | 11 | 2 | 110 | 103 |
| Binary | 11101000 | 1110100 | 1110000 | 0 | 110010 | 110100 | 1001 | 10 | 1001000 | 1000011 |
Color Harmonies of #E87470
Complementary color
Monochromatic Colors of #E87470
Black with #E87470
Text Example
Text Example
White with #E87470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87470; }
p { color: rgb(232,116,112); }
H1.HeaderClassName
{
color: #E87470;
}
.AnyTagClassName
{
color: #E87470;
}
</style>
background-color css
<style>
a { background-color: #E87470; }
a { background-color: rgb(232,116,112); }
div.DivClassName
{
background-color: #E87470;
}
.BgClassName
{
background-color: #E87470;
}
</style>
border-color css
<style>
span { border-color: #E87470; }
span { border-color: rgb(232,116,112); }
td.TdClassName
{
border-color: #E87470;
}
.TagClassName
{
border-color: #E87470;
}
</style>