Shades of Geraldine #E66E6E
Tints of Geraldine #E66E6E
RGB
CMYK
RGB Variations
Color information
#E66E6E (or 0xE66E6E) is known color: Geraldine. HEX triplet: E6, 6E and 6E. RGB value is (230,110,110). Sum of RGB (Red+Green+Blue) = 230+110+110=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66E6E is #199191. Grayscale: #919191. Windows color (decimal): -1675666 or 7237350. OLE color: 7237350.
HSL color Cylindrical-coordinate representation of color #E66E6E: hue angle of 0º 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 #E66E6E is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 110 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.10 |
| HSL | 0º | 0.71% | 0.67% | - |
| HSV(B) | 0º | 0.52% | 0.9% | - |
| XYZ | 41.02 | 29.1 | 18.21 | - |
| YUV | 145.88 | 107.76 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 110 | 0 | 0.52 | 0.52 | 0.10 | 0 | 0.71 | 0.67 |
| Hex | E6 | 6E | 6E | 0 | 34 | 34 | A | 0 | 47 | 43 |
| Octal | 346 | 156 | 156 | 0 | 64 | 64 | 12 | 0 | 107 | 103 |
| Binary | 11100110 | 1101110 | 1101110 | 0 | 110100 | 110100 | 1010 | 0 | 1000111 | 1000011 |
Color Harmonies of #E66E6E
Complementary color
Monochromatic Colors of #E66E6E
Black with #E66E6E
Text Example
Text Example
White with #E66E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66E6E; }
p { color: rgb(230,110,110); }
H1.HeaderClassName
{
color: #E66E6E;
}
.AnyTagClassName
{
color: #E66E6E;
}
</style>
background-color css
<style>
a { background-color: #E66E6E; }
a { background-color: rgb(230,110,110); }
div.DivClassName
{
background-color: #E66E6E;
}
.BgClassName
{
background-color: #E66E6E;
}
</style>
border-color css
<style>
span { border-color: #E66E6E; }
span { border-color: rgb(230,110,110); }
td.TdClassName
{
border-color: #E66E6E;
}
.TagClassName
{
border-color: #E66E6E;
}
</style>