Shades of Geraldine #E06E6D
Tints of Geraldine #E06E6D
RGB
CMYK
RGB Variations
Color information
#E06E6D (or 0xE06E6D) is known color: Geraldine. HEX triplet: E0, 6E and 6D. RGB value is (224,110,109). Sum of RGB (Red+Green+Blue) = 224+110+109=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E6D is #1F9192. Grayscale: #909090. Windows color (decimal): -2068883 or 7171808. OLE color: 7171808.
HSL color Cylindrical-coordinate representation of color #E06E6D: hue angle of 0.52º 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 #E06E6D is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 109 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.12 |
| HSL | 0.52º | 0.65% | 0.65% | - |
| HSV(B) | 0.52º | 0.51% | 0.88% | - |
| XYZ | 39.08 | 28.1 | 17.83 | - |
| YUV | 143.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 109 | 0 | 0.51 | 0.51 | 0.12 | 0.52 | 0.65 | 0.65 |
| Hex | E0 | 6E | 6D | 0 | 33 | 33 | C | 1 | 41 | 41 |
| Octal | 340 | 156 | 155 | 0 | 63 | 63 | 14 | 1 | 101 | 101 |
| Binary | 11100000 | 1101110 | 1101101 | 0 | 110011 | 110011 | 1100 | 1 | 1000001 | 1000001 |
Color Harmonies of #E06E6D
Complementary color
Monochromatic Colors of #E06E6D
Black with #E06E6D
Text Example
Text Example
White with #E06E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E6D; }
p { color: rgb(224,110,109); }
H1.HeaderClassName
{
color: #E06E6D;
}
.AnyTagClassName
{
color: #E06E6D;
}
</style>
background-color css
<style>
a { background-color: #E06E6D; }
a { background-color: rgb(224,110,109); }
div.DivClassName
{
background-color: #E06E6D;
}
.BgClassName
{
background-color: #E06E6D;
}
</style>
border-color css
<style>
span { border-color: #E06E6D; }
span { border-color: rgb(224,110,109); }
td.TdClassName
{
border-color: #E06E6D;
}
.TagClassName
{
border-color: #E06E6D;
}
</style>