Shades of Geraldine #E78070
Tints of Geraldine #E78070
RGB
CMYK
RGB Variations
Color information
#E78070 (or 0xE78070) is known color: Geraldine. HEX triplet: E7, 80 and 70. RGB value is (231,128,112). Sum of RGB (Red+Green+Blue) = 231+128+112=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E78070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78070 is #187F8F. Grayscale: #9D9D9D. Windows color (decimal): -1605520 or 7373031. OLE color: 7373031.
HSL color Cylindrical-coordinate representation of color #E78070: hue angle of 8.07º degrees, saturation: 0.71, 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 #E78070 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 112 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.09 |
| HSL | 8.07º | 0.71% | 0.67% | - |
| HSV(B) | 8.07º | 0.52% | 0.91% | - |
| XYZ | 43.6 | 33.6 | 19.52 | - |
| YUV | 156.97 | 102.62 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 112 | 0 | 0.45 | 0.52 | 0.09 | 8.07 | 0.71 | 0.67 |
| Hex | E7 | 80 | 70 | 0 | 2D | 34 | 9 | 8 | 47 | 43 |
| Octal | 347 | 200 | 160 | 0 | 55 | 64 | 11 | 10 | 107 | 103 |
| Binary | 11100111 | 10000000 | 1110000 | 0 | 101101 | 110100 | 1001 | 1000 | 1000111 | 1000011 |
Color Harmonies of #E78070
Complementary color
Monochromatic Colors of #E78070
Black with #E78070
Text Example
Text Example
White with #E78070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78070; }
p { color: rgb(231,128,112); }
H1.HeaderClassName
{
color: #E78070;
}
.AnyTagClassName
{
color: #E78070;
}
</style>
background-color css
<style>
a { background-color: #E78070; }
a { background-color: rgb(231,128,112); }
div.DivClassName
{
background-color: #E78070;
}
.BgClassName
{
background-color: #E78070;
}
</style>
border-color css
<style>
span { border-color: #E78070; }
span { border-color: rgb(231,128,112); }
td.TdClassName
{
border-color: #E78070;
}
.TagClassName
{
border-color: #E78070;
}
</style>