Shades of Geraldine #E88076
Tints of Geraldine #E88076
RGB
CMYK
RGB Variations
Color information
#E88076 (or 0xE88076) is known color: Geraldine. HEX triplet: E8, 80 and 76. RGB value is (232,128,118). Sum of RGB (Red+Green+Blue) = 232+128+118=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E88076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88076 is #177F89. Grayscale: #9E9E9E. Windows color (decimal): -1539978 or 7766248. OLE color: 7766248.
HSL color Cylindrical-coordinate representation of color #E88076: hue angle of 5.26º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E88076 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 118 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.09 |
| HSL | 5.26º | 0.71% | 0.69% | - |
| HSV(B) | 5.26º | 0.49% | 0.91% | - |
| XYZ | 44.27 | 33.9 | 21.35 | - |
| YUV | 157.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 118 | 0 | 0.45 | 0.49 | 0.09 | 5.26 | 0.71 | 0.69 |
| Hex | E8 | 80 | 76 | 0 | 2D | 31 | 9 | 5 | 47 | 45 |
| Octal | 350 | 200 | 166 | 0 | 55 | 61 | 11 | 5 | 107 | 105 |
| Binary | 11101000 | 10000000 | 1110110 | 0 | 101101 | 110001 | 1001 | 101 | 1000111 | 1000101 |
Color Harmonies of #E88076
Complementary color
Monochromatic Colors of #E88076
Black with #E88076
Text Example
Text Example
White with #E88076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88076; }
p { color: rgb(232,128,118); }
H1.HeaderClassName
{
color: #E88076;
}
.AnyTagClassName
{
color: #E88076;
}
</style>
background-color css
<style>
a { background-color: #E88076; }
a { background-color: rgb(232,128,118); }
div.DivClassName
{
background-color: #E88076;
}
.BgClassName
{
background-color: #E88076;
}
</style>
border-color css
<style>
span { border-color: #E88076; }
span { border-color: rgb(232,128,118); }
td.TdClassName
{
border-color: #E88076;
}
.TagClassName
{
border-color: #E88076;
}
</style>