Shades of Geraldine #E17C77
Tints of Geraldine #E17C77
RGB
CMYK
RGB Variations
Color information
#E17C77 (or 0xE17C77) is known color: Geraldine. HEX triplet: E1, 7C and 77. RGB value is (225,124,119). Sum of RGB (Red+Green+Blue) = 225+124+119=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17C77 is #1E8388. Grayscale: #999999. Windows color (decimal): -1999753 or 7830753. OLE color: 7830753.
HSL color Cylindrical-coordinate representation of color #E17C77: hue angle of 2.83º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E17C77 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 119 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.12 |
| HSL | 2.83º | 0.64% | 0.67% | - |
| HSV(B) | 2.83º | 0.47% | 0.88% | - |
| XYZ | 41.59 | 31.75 | 21.39 | - |
| YUV | 153.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 119 | 0 | 0.45 | 0.47 | 0.12 | 2.83 | 0.64 | 0.67 |
| Hex | E1 | 7C | 77 | 0 | 2D | 2F | C | 3 | 40 | 43 |
| Octal | 341 | 174 | 167 | 0 | 55 | 57 | 14 | 3 | 100 | 103 |
| Binary | 11100001 | 1111100 | 1110111 | 0 | 101101 | 101111 | 1100 | 11 | 1000000 | 1000011 |
Color Harmonies of #E17C77
Complementary color
Monochromatic Colors of #E17C77
Black with #E17C77
Text Example
Text Example
White with #E17C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C77; }
p { color: rgb(225,124,119); }
H1.HeaderClassName
{
color: #E17C77;
}
.AnyTagClassName
{
color: #E17C77;
}
</style>
background-color css
<style>
a { background-color: #E17C77; }
a { background-color: rgb(225,124,119); }
div.DivClassName
{
background-color: #E17C77;
}
.BgClassName
{
background-color: #E17C77;
}
</style>
border-color css
<style>
span { border-color: #E17C77; }
span { border-color: rgb(225,124,119); }
td.TdClassName
{
border-color: #E17C77;
}
.TagClassName
{
border-color: #E17C77;
}
</style>