Shades of Geraldine #E6706E
Tints of Geraldine #E6706E
RGB
CMYK
RGB Variations
Color information
#E6706E (or 0xE6706E) is known color: Geraldine. HEX triplet: E6, 70 and 6E. RGB value is (230,112,110). Sum of RGB (Red+Green+Blue) = 230+112+110=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6706E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6706E is #198F91. Grayscale: #939393. Windows color (decimal): -1675154 or 7237862. OLE color: 7237862.
HSL color Cylindrical-coordinate representation of color #E6706E: hue angle of 1º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6706E is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 110 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.10 |
| HSL | 1º | 0.71% | 0.67% | - |
| HSV(B) | 1º | 0.52% | 0.9% | - |
| XYZ | 41.24 | 29.54 | 18.28 | - |
| YUV | 147.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 110 | 0 | 0.51 | 0.52 | 0.10 | 1 | 0.71 | 0.67 |
| Hex | E6 | 70 | 6E | 0 | 33 | 34 | A | 1 | 47 | 43 |
| Octal | 346 | 160 | 156 | 0 | 63 | 64 | 12 | 1 | 107 | 103 |
| Binary | 11100110 | 1110000 | 1101110 | 0 | 110011 | 110100 | 1010 | 1 | 1000111 | 1000011 |
Color Harmonies of #E6706E
Complementary color
Monochromatic Colors of #E6706E
Black with #E6706E
Text Example
Text Example
White with #E6706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6706E; }
p { color: rgb(230,112,110); }
H1.HeaderClassName
{
color: #E6706E;
}
.AnyTagClassName
{
color: #E6706E;
}
</style>
background-color css
<style>
a { background-color: #E6706E; }
a { background-color: rgb(230,112,110); }
div.DivClassName
{
background-color: #E6706E;
}
.BgClassName
{
background-color: #E6706E;
}
</style>
border-color css
<style>
span { border-color: #E6706E; }
span { border-color: rgb(230,112,110); }
td.TdClassName
{
border-color: #E6706E;
}
.TagClassName
{
border-color: #E6706E;
}
</style>