Shades of Geraldine #E88074
Tints of Geraldine #E88074
RGB
CMYK
RGB Variations
Color information
#E88074 (or 0xE88074) is known color: Geraldine. HEX triplet: E8, 80 and 74. RGB value is (232,128,116). Sum of RGB (Red+Green+Blue) = 232+128+116=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E88074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88074 is #177F8B. Grayscale: #9D9D9D. Windows color (decimal): -1539980 or 7635176. OLE color: 7635176.
HSL color Cylindrical-coordinate representation of color #E88074: hue angle of 6.21º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E88074 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 116 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.09 |
| HSL | 6.21º | 0.72% | 0.68% | - |
| HSV(B) | 6.21º | 0.5% | 0.91% | - |
| XYZ | 44.15 | 33.86 | 20.73 | - |
| YUV | 157.73 | 104.46 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 116 | 0 | 0.45 | 0.50 | 0.09 | 6.21 | 0.72 | 0.68 |
| Hex | E8 | 80 | 74 | 0 | 2D | 32 | 9 | 6 | 48 | 44 |
| Octal | 350 | 200 | 164 | 0 | 55 | 62 | 11 | 6 | 110 | 104 |
| Binary | 11101000 | 10000000 | 1110100 | 0 | 101101 | 110010 | 1001 | 110 | 1001000 | 1000100 |
Color Harmonies of #E88074
Complementary color
Monochromatic Colors of #E88074
Black with #E88074
Text Example
Text Example
White with #E88074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88074; }
p { color: rgb(232,128,116); }
H1.HeaderClassName
{
color: #E88074;
}
.AnyTagClassName
{
color: #E88074;
}
</style>
background-color css
<style>
a { background-color: #E88074; }
a { background-color: rgb(232,128,116); }
div.DivClassName
{
background-color: #E88074;
}
.BgClassName
{
background-color: #E88074;
}
</style>
border-color css
<style>
span { border-color: #E88074; }
span { border-color: rgb(232,128,116); }
td.TdClassName
{
border-color: #E88074;
}
.TagClassName
{
border-color: #E88074;
}
</style>