Shades of Geraldine #E06E6E
Tints of Geraldine #E06E6E
RGB
CMYK
RGB Variations
Color information
#E06E6E (or 0xE06E6E) is known color: Geraldine. HEX triplet: E0, 6E and 6E. RGB value is (224,110,110). Sum of RGB (Red+Green+Blue) = 224+110+110=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E6E is #1F9191. Grayscale: #909090. Windows color (decimal): -2068882 or 7237344. OLE color: 7237344.
HSL color Cylindrical-coordinate representation of color #E06E6E: hue angle of 0º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06E6E is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 110 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.12 |
| HSL | 0º | 0.65% | 0.65% | - |
| HSV(B) | 0º | 0.51% | 0.88% | - |
| XYZ | 39.13 | 28.12 | 18.12 | - |
| YUV | 144.09 | 108.77 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 110 | 0 | 0.51 | 0.51 | 0.12 | 0 | 0.65 | 0.65 |
| Hex | E0 | 6E | 6E | 0 | 33 | 33 | C | 0 | 41 | 41 |
| Octal | 340 | 156 | 156 | 0 | 63 | 63 | 14 | 0 | 101 | 101 |
| Binary | 11100000 | 1101110 | 1101110 | 0 | 110011 | 110011 | 1100 | 0 | 1000001 | 1000001 |
Color Harmonies of #E06E6E
Complementary color
Monochromatic Colors of #E06E6E
Black with #E06E6E
Text Example
Text Example
White with #E06E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E6E; }
p { color: rgb(224,110,110); }
H1.HeaderClassName
{
color: #E06E6E;
}
.AnyTagClassName
{
color: #E06E6E;
}
</style>
background-color css
<style>
a { background-color: #E06E6E; }
a { background-color: rgb(224,110,110); }
div.DivClassName
{
background-color: #E06E6E;
}
.BgClassName
{
background-color: #E06E6E;
}
</style>
border-color css
<style>
span { border-color: #E06E6E; }
span { border-color: rgb(224,110,110); }
td.TdClassName
{
border-color: #E06E6E;
}
.TagClassName
{
border-color: #E06E6E;
}
</style>