Shades of Geraldine #E68071
Tints of Geraldine #E68071
RGB
CMYK
RGB Variations
Color information
#E68071 (or 0xE68071) is known color: Geraldine. HEX triplet: E6, 80 and 71. RGB value is (230,128,113). Sum of RGB (Red+Green+Blue) = 230+128+113=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E68071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68071 is #197F8E. Grayscale: #9C9C9C. Windows color (decimal): -1671055 or 7438566. OLE color: 7438566.
HSL color Cylindrical-coordinate representation of color #E68071: hue angle of 7.69º 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 #E68071 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 113 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.10 |
| HSL | 7.69º | 0.7% | 0.67% | - |
| HSV(B) | 7.69º | 0.51% | 0.9% | - |
| XYZ | 43.33 | 33.45 | 19.8 | - |
| YUV | 156.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 113 | 0 | 0.44 | 0.51 | 0.10 | 7.69 | 0.7 | 0.67 |
| Hex | E6 | 80 | 71 | 0 | 2C | 33 | A | 8 | 46 | 43 |
| Octal | 346 | 200 | 161 | 0 | 54 | 63 | 12 | 10 | 106 | 103 |
| Binary | 11100110 | 10000000 | 1110001 | 0 | 101100 | 110011 | 1010 | 1000 | 1000110 | 1000011 |
Color Harmonies of #E68071
Complementary color
Monochromatic Colors of #E68071
Black with #E68071
Text Example
Text Example
White with #E68071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68071; }
p { color: rgb(230,128,113); }
H1.HeaderClassName
{
color: #E68071;
}
.AnyTagClassName
{
color: #E68071;
}
</style>
background-color css
<style>
a { background-color: #E68071; }
a { background-color: rgb(230,128,113); }
div.DivClassName
{
background-color: #E68071;
}
.BgClassName
{
background-color: #E68071;
}
</style>
border-color css
<style>
span { border-color: #E68071; }
span { border-color: rgb(230,128,113); }
td.TdClassName
{
border-color: #E68071;
}
.TagClassName
{
border-color: #E68071;
}
</style>