Shades of Geraldine #E68070
Tints of Geraldine #E68070
RGB
CMYK
RGB Variations
Color information
#E68070 (or 0xE68070) is known color: Geraldine. HEX triplet: E6, 80 and 70. RGB value is (230,128,112). Sum of RGB (Red+Green+Blue) = 230+128+112=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E68070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68070 is #197F8F. Grayscale: #9C9C9C. Windows color (decimal): -1671056 or 7373030. OLE color: 7373030.
HSL color Cylindrical-coordinate representation of color #E68070: hue angle of 8.14º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E68070 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 112 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.10 |
| HSL | 8.14º | 0.7% | 0.67% | - |
| HSV(B) | 8.14º | 0.51% | 0.9% | - |
| XYZ | 43.28 | 33.43 | 19.5 | - |
| YUV | 156.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 112 | 0 | 0.44 | 0.51 | 0.10 | 8.14 | 0.7 | 0.67 |
| Hex | E6 | 80 | 70 | 0 | 2C | 33 | A | 8 | 46 | 43 |
| Octal | 346 | 200 | 160 | 0 | 54 | 63 | 12 | 10 | 106 | 103 |
| Binary | 11100110 | 10000000 | 1110000 | 0 | 101100 | 110011 | 1010 | 1000 | 1000110 | 1000011 |
Color Harmonies of #E68070
Complementary color
Monochromatic Colors of #E68070
Black with #E68070
Text Example
Text Example
White with #E68070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68070; }
p { color: rgb(230,128,112); }
H1.HeaderClassName
{
color: #E68070;
}
.AnyTagClassName
{
color: #E68070;
}
</style>
background-color css
<style>
a { background-color: #E68070; }
a { background-color: rgb(230,128,112); }
div.DivClassName
{
background-color: #E68070;
}
.BgClassName
{
background-color: #E68070;
}
</style>
border-color css
<style>
span { border-color: #E68070; }
span { border-color: rgb(230,128,112); }
td.TdClassName
{
border-color: #E68070;
}
.TagClassName
{
border-color: #E68070;
}
</style>