Shades of Geraldine #E17C70
Tints of Geraldine #E17C70
RGB
CMYK
RGB Variations
Color information
#E17C70 (or 0xE17C70) is known color: Geraldine. HEX triplet: E1, 7C and 70. RGB value is (225,124,112). Sum of RGB (Red+Green+Blue) = 225+124+112=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C70 is #1E838F. Grayscale: #989898. Windows color (decimal): -1999760 or 7372001. OLE color: 7372001.
HSL color Cylindrical-coordinate representation of color #E17C70: hue angle of 6.37º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E17C70 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 112 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.12 |
| HSL | 6.37º | 0.65% | 0.66% | - |
| HSV(B) | 6.37º | 0.5% | 0.88% | - |
| XYZ | 41.18 | 31.59 | 19.26 | - |
| YUV | 152.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 112 | 0 | 0.45 | 0.50 | 0.12 | 6.37 | 0.65 | 0.66 |
| Hex | E1 | 7C | 70 | 0 | 2D | 32 | C | 6 | 41 | 42 |
| Octal | 341 | 174 | 160 | 0 | 55 | 62 | 14 | 6 | 101 | 102 |
| Binary | 11100001 | 1111100 | 1110000 | 0 | 101101 | 110010 | 1100 | 110 | 1000001 | 1000010 |
Color Harmonies of #E17C70
Complementary color
Monochromatic Colors of #E17C70
Black with #E17C70
Text Example
Text Example
White with #E17C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C70; }
p { color: rgb(225,124,112); }
H1.HeaderClassName
{
color: #E17C70;
}
.AnyTagClassName
{
color: #E17C70;
}
</style>
background-color css
<style>
a { background-color: #E17C70; }
a { background-color: rgb(225,124,112); }
div.DivClassName
{
background-color: #E17C70;
}
.BgClassName
{
background-color: #E17C70;
}
</style>
border-color css
<style>
span { border-color: #E17C70; }
span { border-color: rgb(225,124,112); }
td.TdClassName
{
border-color: #E17C70;
}
.TagClassName
{
border-color: #E17C70;
}
</style>