Shades of Geraldine #E68076
Tints of Geraldine #E68076
RGB
CMYK
RGB Variations
Color information
#E68076 (or 0xE68076) is known color: Geraldine. HEX triplet: E6, 80 and 76. RGB value is (230,128,118). Sum of RGB (Red+Green+Blue) = 230+128+118=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E68076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68076 is #197F89. Grayscale: #9D9D9D. Windows color (decimal): -1671050 or 7766246. OLE color: 7766246.
HSL color Cylindrical-coordinate representation of color #E68076: hue angle of 5.36º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E68076 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 118 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.10 |
| HSL | 5.36º | 0.69% | 0.68% | - |
| HSV(B) | 5.36º | 0.49% | 0.9% | - |
| XYZ | 43.62 | 33.57 | 21.32 | - |
| YUV | 157.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 118 | 0 | 0.44 | 0.49 | 0.10 | 5.36 | 0.69 | 0.68 |
| Hex | E6 | 80 | 76 | 0 | 2C | 31 | A | 5 | 45 | 44 |
| Octal | 346 | 200 | 166 | 0 | 54 | 61 | 12 | 5 | 105 | 104 |
| Binary | 11100110 | 10000000 | 1110110 | 0 | 101100 | 110001 | 1010 | 101 | 1000101 | 1000100 |
Color Harmonies of #E68076
Complementary color
Monochromatic Colors of #E68076
Black with #E68076
Text Example
Text Example
White with #E68076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68076; }
p { color: rgb(230,128,118); }
H1.HeaderClassName
{
color: #E68076;
}
.AnyTagClassName
{
color: #E68076;
}
</style>
background-color css
<style>
a { background-color: #E68076; }
a { background-color: rgb(230,128,118); }
div.DivClassName
{
background-color: #E68076;
}
.BgClassName
{
background-color: #E68076;
}
</style>
border-color css
<style>
span { border-color: #E68076; }
span { border-color: rgb(230,128,118); }
td.TdClassName
{
border-color: #E68076;
}
.TagClassName
{
border-color: #E68076;
}
</style>