Shades of Geraldine #E87D6F
Tints of Geraldine #E87D6F
RGB
CMYK
RGB Variations
Color information
#E87D6F (or 0xE87D6F) is known color: Geraldine. HEX triplet: E8, 7D and 6F. RGB value is (232,125,111). Sum of RGB (Red+Green+Blue) = 232+125+111=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87D6F is #178290. Grayscale: #9B9B9B. Windows color (decimal): -1540753 or 7306728. OLE color: 7306728.
HSL color Cylindrical-coordinate representation of color #E87D6F: hue angle of 6.94º 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 #E87D6F is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 111 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.09 |
| HSL | 6.94º | 0.72% | 0.67% | - |
| HSV(B) | 6.94º | 0.52% | 0.91% | - |
| XYZ | 43.48 | 32.97 | 19.11 | - |
| YUV | 155.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 111 | 0 | 0.46 | 0.52 | 0.09 | 6.94 | 0.72 | 0.67 |
| Hex | E8 | 7D | 6F | 0 | 2E | 34 | 9 | 7 | 48 | 43 |
| Octal | 350 | 175 | 157 | 0 | 56 | 64 | 11 | 7 | 110 | 103 |
| Binary | 11101000 | 1111101 | 1101111 | 0 | 101110 | 110100 | 1001 | 111 | 1001000 | 1000011 |
Color Harmonies of #E87D6F
Complementary color
Monochromatic Colors of #E87D6F
Black with #E87D6F
Text Example
Text Example
White with #E87D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87D6F; }
p { color: rgb(232,125,111); }
H1.HeaderClassName
{
color: #E87D6F;
}
.AnyTagClassName
{
color: #E87D6F;
}
</style>
background-color css
<style>
a { background-color: #E87D6F; }
a { background-color: rgb(232,125,111); }
div.DivClassName
{
background-color: #E87D6F;
}
.BgClassName
{
background-color: #E87D6F;
}
</style>
border-color css
<style>
span { border-color: #E87D6F; }
span { border-color: rgb(232,125,111); }
td.TdClassName
{
border-color: #E87D6F;
}
.TagClassName
{
border-color: #E87D6F;
}
</style>