Shades of Geraldine #E1706D
Tints of Geraldine #E1706D
RGB
CMYK
RGB Variations
Color information
#E1706D (or 0xE1706D) is known color: Geraldine. HEX triplet: E1, 70 and 6D. RGB value is (225,112,109). Sum of RGB (Red+Green+Blue) = 225+112+109=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1706D is #1E8F92. Grayscale: #919191. Windows color (decimal): -2002835 or 7172321. OLE color: 7172321.
HSL color Cylindrical-coordinate representation of color #E1706D: hue angle of 1.55º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1706D is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 109 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.12 |
| HSL | 1.55º | 0.66% | 0.65% | - |
| HSV(B) | 1.55º | 0.52% | 0.88% | - |
| XYZ | 39.61 | 28.7 | 17.92 | - |
| YUV | 145.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 109 | 0 | 0.50 | 0.52 | 0.12 | 1.55 | 0.66 | 0.65 |
| Hex | E1 | 70 | 6D | 0 | 32 | 34 | C | 2 | 42 | 41 |
| Octal | 341 | 160 | 155 | 0 | 62 | 64 | 14 | 2 | 102 | 101 |
| Binary | 11100001 | 1110000 | 1101101 | 0 | 110010 | 110100 | 1100 | 10 | 1000010 | 1000001 |
Color Harmonies of #E1706D
Complementary color
Monochromatic Colors of #E1706D
Black with #E1706D
Text Example
Text Example
White with #E1706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1706D; }
p { color: rgb(225,112,109); }
H1.HeaderClassName
{
color: #E1706D;
}
.AnyTagClassName
{
color: #E1706D;
}
</style>
background-color css
<style>
a { background-color: #E1706D; }
a { background-color: rgb(225,112,109); }
div.DivClassName
{
background-color: #E1706D;
}
.BgClassName
{
background-color: #E1706D;
}
</style>
border-color css
<style>
span { border-color: #E1706D; }
span { border-color: rgb(225,112,109); }
td.TdClassName
{
border-color: #E1706D;
}
.TagClassName
{
border-color: #E1706D;
}
</style>