Shades of Geraldine #E17C73
Tints of Geraldine #E17C73
RGB
CMYK
RGB Variations
Color information
#E17C73 (or 0xE17C73) is known color: Geraldine. HEX triplet: E1, 7C and 73. RGB value is (225,124,115). Sum of RGB (Red+Green+Blue) = 225+124+115=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C73 is #1E838C. Grayscale: #999999. Windows color (decimal): -1999757 or 7568609. OLE color: 7568609.
HSL color Cylindrical-coordinate representation of color #E17C73: hue angle of 4.91º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E17C73 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 115 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.12 |
| HSL | 4.91º | 0.65% | 0.67% | - |
| HSV(B) | 4.91º | 0.49% | 0.88% | - |
| XYZ | 41.35 | 31.66 | 20.15 | - |
| YUV | 153.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 115 | 0 | 0.45 | 0.49 | 0.12 | 4.91 | 0.65 | 0.67 |
| Hex | E1 | 7C | 73 | 0 | 2D | 31 | C | 5 | 41 | 43 |
| Octal | 341 | 174 | 163 | 0 | 55 | 61 | 14 | 5 | 101 | 103 |
| Binary | 11100001 | 1111100 | 1110011 | 0 | 101101 | 110001 | 1100 | 101 | 1000001 | 1000011 |
Color Harmonies of #E17C73
Complementary color
Monochromatic Colors of #E17C73
Black with #E17C73
Text Example
Text Example
White with #E17C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C73; }
p { color: rgb(225,124,115); }
H1.HeaderClassName
{
color: #E17C73;
}
.AnyTagClassName
{
color: #E17C73;
}
</style>
background-color css
<style>
a { background-color: #E17C73; }
a { background-color: rgb(225,124,115); }
div.DivClassName
{
background-color: #E17C73;
}
.BgClassName
{
background-color: #E17C73;
}
</style>
border-color css
<style>
span { border-color: #E17C73; }
span { border-color: rgb(225,124,115); }
td.TdClassName
{
border-color: #E17C73;
}
.TagClassName
{
border-color: #E17C73;
}
</style>