Shades of Geraldine #E87F6D
Tints of Geraldine #E87F6D
RGB
CMYK
RGB Variations
Color information
#E87F6D (or 0xE87F6D) is known color: Geraldine. HEX triplet: E8, 7F and 6D. RGB value is (232,127,109). Sum of RGB (Red+Green+Blue) = 232+127+109=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87F6D is #178092. Grayscale: #9C9C9C. Windows color (decimal): -1540243 or 7176168. OLE color: 7176168.
HSL color Cylindrical-coordinate representation of color #E87F6D: hue angle of 8.78º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E87F6D is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 109 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.09 |
| HSL | 8.78º | 0.73% | 0.67% | - |
| HSV(B) | 8.78º | 0.53% | 0.91% | - |
| XYZ | 43.63 | 33.44 | 18.62 | - |
| YUV | 156.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 109 | 0 | 0.45 | 0.53 | 0.09 | 8.78 | 0.73 | 0.67 |
| Hex | E8 | 7F | 6D | 0 | 2D | 35 | 9 | 9 | 49 | 43 |
| Octal | 350 | 177 | 155 | 0 | 55 | 65 | 11 | 11 | 111 | 103 |
| Binary | 11101000 | 1111111 | 1101101 | 0 | 101101 | 110101 | 1001 | 1001 | 1001001 | 1000011 |
Color Harmonies of #E87F6D
Complementary color
Monochromatic Colors of #E87F6D
Black with #E87F6D
Text Example
Text Example
White with #E87F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87F6D; }
p { color: rgb(232,127,109); }
H1.HeaderClassName
{
color: #E87F6D;
}
.AnyTagClassName
{
color: #E87F6D;
}
</style>
background-color css
<style>
a { background-color: #E87F6D; }
a { background-color: rgb(232,127,109); }
div.DivClassName
{
background-color: #E87F6D;
}
.BgClassName
{
background-color: #E87F6D;
}
</style>
border-color css
<style>
span { border-color: #E87F6D; }
span { border-color: rgb(232,127,109); }
td.TdClassName
{
border-color: #E87F6D;
}
.TagClassName
{
border-color: #E87F6D;
}
</style>