Shades of Geraldine #E17570
Tints of Geraldine #E17570
RGB
CMYK
RGB Variations
Color information
#E17570 (or 0xE17570) is known color: Geraldine. HEX triplet: E1, 75 and 70. RGB value is (225,117,112). Sum of RGB (Red+Green+Blue) = 225+117+112=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E17570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17570 is #1E8A8F. Grayscale: #949494. Windows color (decimal): -2001552 or 7370209. OLE color: 7370209.
HSL color Cylindrical-coordinate representation of color #E17570: hue angle of 2.65º 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 #E17570 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 112 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.12 |
| HSL | 2.65º | 0.65% | 0.66% | - |
| HSV(B) | 2.65º | 0.5% | 0.88% | - |
| XYZ | 40.34 | 29.9 | 18.97 | - |
| YUV | 148.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 112 | 0 | 0.48 | 0.50 | 0.12 | 2.65 | 0.65 | 0.66 |
| Hex | E1 | 75 | 70 | 0 | 30 | 32 | C | 3 | 41 | 42 |
| Octal | 341 | 165 | 160 | 0 | 60 | 62 | 14 | 3 | 101 | 102 |
| Binary | 11100001 | 1110101 | 1110000 | 0 | 110000 | 110010 | 1100 | 11 | 1000001 | 1000010 |
Color Harmonies of #E17570
Complementary color
Monochromatic Colors of #E17570
Black with #E17570
Text Example
Text Example
White with #E17570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17570; }
p { color: rgb(225,117,112); }
H1.HeaderClassName
{
color: #E17570;
}
.AnyTagClassName
{
color: #E17570;
}
</style>
background-color css
<style>
a { background-color: #E17570; }
a { background-color: rgb(225,117,112); }
div.DivClassName
{
background-color: #E17570;
}
.BgClassName
{
background-color: #E17570;
}
</style>
border-color css
<style>
span { border-color: #E17570; }
span { border-color: rgb(225,117,112); }
td.TdClassName
{
border-color: #E17570;
}
.TagClassName
{
border-color: #E17570;
}
</style>