Shades of Geraldine #E17370
Tints of Geraldine #E17370
RGB
CMYK
RGB Variations
Color information
#E17370 (or 0xE17370) is known color: Geraldine. HEX triplet: E1, 73 and 70. RGB value is (225,115,112). Sum of RGB (Red+Green+Blue) = 225+115+112=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E17370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17370 is #1E8C8F. Grayscale: #939393. Windows color (decimal): -2002064 or 7369697. OLE color: 7369697.
HSL color Cylindrical-coordinate representation of color #E17370: hue angle of 1.59º 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 #E17370 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 112 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.12 |
| HSL | 1.59º | 0.65% | 0.66% | - |
| HSV(B) | 1.59º | 0.5% | 0.88% | - |
| XYZ | 40.11 | 29.44 | 18.9 | - |
| YUV | 147.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 112 | 0 | 0.49 | 0.50 | 0.12 | 1.59 | 0.65 | 0.66 |
| Hex | E1 | 73 | 70 | 0 | 31 | 32 | C | 2 | 41 | 42 |
| Octal | 341 | 163 | 160 | 0 | 61 | 62 | 14 | 2 | 101 | 102 |
| Binary | 11100001 | 1110011 | 1110000 | 0 | 110001 | 110010 | 1100 | 10 | 1000001 | 1000010 |
Color Harmonies of #E17370
Complementary color
Monochromatic Colors of #E17370
Black with #E17370
Text Example
Text Example
White with #E17370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17370; }
p { color: rgb(225,115,112); }
H1.HeaderClassName
{
color: #E17370;
}
.AnyTagClassName
{
color: #E17370;
}
</style>
background-color css
<style>
a { background-color: #E17370; }
a { background-color: rgb(225,115,112); }
div.DivClassName
{
background-color: #E17370;
}
.BgClassName
{
background-color: #E17370;
}
</style>
border-color css
<style>
span { border-color: #E17370; }
span { border-color: rgb(225,115,112); }
td.TdClassName
{
border-color: #E17370;
}
.TagClassName
{
border-color: #E17370;
}
</style>