Shades of Geraldine #E07C77
Tints of Geraldine #E07C77
RGB
CMYK
RGB Variations
Color information
#E07C77 (or 0xE07C77) is known color: Geraldine. HEX triplet: E0, 7C and 77. RGB value is (224,124,119). Sum of RGB (Red+Green+Blue) = 224+124+119=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C77 is #1F8388. Grayscale: #999999. Windows color (decimal): -2065289 or 7830752. OLE color: 7830752.
HSL color Cylindrical-coordinate representation of color #E07C77: hue angle of 2.86º degrees, saturation: 0.63, 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 #E07C77 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 119 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.12 |
| HSL | 2.86º | 0.63% | 0.67% | - |
| HSV(B) | 2.86º | 0.47% | 0.88% | - |
| XYZ | 41.28 | 31.59 | 21.38 | - |
| YUV | 153.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 119 | 0 | 0.45 | 0.47 | 0.12 | 2.86 | 0.63 | 0.67 |
| Hex | E0 | 7C | 77 | 0 | 2D | 2F | C | 3 | 3F | 43 |
| Octal | 340 | 174 | 167 | 0 | 55 | 57 | 14 | 3 | 77 | 103 |
| Binary | 11100000 | 1111100 | 1110111 | 0 | 101101 | 101111 | 1100 | 11 | 111111 | 1000011 |
Color Harmonies of #E07C77
Complementary color
Monochromatic Colors of #E07C77
Black with #E07C77
Text Example
Text Example
White with #E07C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C77; }
p { color: rgb(224,124,119); }
H1.HeaderClassName
{
color: #E07C77;
}
.AnyTagClassName
{
color: #E07C77;
}
</style>
background-color css
<style>
a { background-color: #E07C77; }
a { background-color: rgb(224,124,119); }
div.DivClassName
{
background-color: #E07C77;
}
.BgClassName
{
background-color: #E07C77;
}
</style>
border-color css
<style>
span { border-color: #E07C77; }
span { border-color: rgb(224,124,119); }
td.TdClassName
{
border-color: #E07C77;
}
.TagClassName
{
border-color: #E07C77;
}
</style>