Shades of Geraldine #E0706D
Tints of Geraldine #E0706D
RGB
CMYK
RGB Variations
Color information
#E0706D (or 0xE0706D) is known color: Geraldine. HEX triplet: E0, 70 and 6D. RGB value is (224,112,109). Sum of RGB (Red+Green+Blue) = 224+112+109=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0706D is #1F8F92. Grayscale: #919191. Windows color (decimal): -2068371 or 7172320. OLE color: 7172320.
HSL color Cylindrical-coordinate representation of color #E0706D: hue angle of 1.57º 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 #E0706D is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 109 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.12 |
| HSL | 1.57º | 0.65% | 0.65% | - |
| HSV(B) | 1.57º | 0.51% | 0.88% | - |
| XYZ | 39.29 | 28.54 | 17.91 | - |
| YUV | 145.15 | 107.61 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 109 | 0 | 0.50 | 0.51 | 0.12 | 1.57 | 0.65 | 0.65 |
| Hex | E0 | 70 | 6D | 0 | 32 | 33 | C | 2 | 41 | 41 |
| Octal | 340 | 160 | 155 | 0 | 62 | 63 | 14 | 2 | 101 | 101 |
| Binary | 11100000 | 1110000 | 1101101 | 0 | 110010 | 110011 | 1100 | 10 | 1000001 | 1000001 |
Color Harmonies of #E0706D
Complementary color
Monochromatic Colors of #E0706D
Black with #E0706D
Text Example
Text Example
White with #E0706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0706D; }
p { color: rgb(224,112,109); }
H1.HeaderClassName
{
color: #E0706D;
}
.AnyTagClassName
{
color: #E0706D;
}
</style>
background-color css
<style>
a { background-color: #E0706D; }
a { background-color: rgb(224,112,109); }
div.DivClassName
{
background-color: #E0706D;
}
.BgClassName
{
background-color: #E0706D;
}
</style>
border-color css
<style>
span { border-color: #E0706D; }
span { border-color: rgb(224,112,109); }
td.TdClassName
{
border-color: #E0706D;
}
.TagClassName
{
border-color: #E0706D;
}
</style>