Shades of Geraldine #E27C77
Tints of Geraldine #E27C77
RGB
CMYK
RGB Variations
Color information
#E27C77 (or 0xE27C77) is known color: Geraldine. HEX triplet: E2, 7C and 77. RGB value is (226,124,119). Sum of RGB (Red+Green+Blue) = 226+124+119=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27C77 is #1D8388. Grayscale: #9A9A9A. Windows color (decimal): -1934217 or 7830754. OLE color: 7830754.
HSL color Cylindrical-coordinate representation of color #E27C77: hue angle of 2.8º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E27C77 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 119 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.11 |
| HSL | 2.8º | 0.65% | 0.68% | - |
| HSV(B) | 2.8º | 0.47% | 0.89% | - |
| XYZ | 41.9 | 31.92 | 21.4 | - |
| YUV | 153.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 119 | 0 | 0.45 | 0.47 | 0.11 | 2.8 | 0.65 | 0.68 |
| Hex | E2 | 7C | 77 | 0 | 2D | 2F | B | 3 | 41 | 44 |
| Octal | 342 | 174 | 167 | 0 | 55 | 57 | 13 | 3 | 101 | 104 |
| Binary | 11100010 | 1111100 | 1110111 | 0 | 101101 | 101111 | 1011 | 11 | 1000001 | 1000100 |
Color Harmonies of #E27C77
Complementary color
Monochromatic Colors of #E27C77
Black with #E27C77
Text Example
Text Example
White with #E27C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27C77; }
p { color: rgb(226,124,119); }
H1.HeaderClassName
{
color: #E27C77;
}
.AnyTagClassName
{
color: #E27C77;
}
</style>
background-color css
<style>
a { background-color: #E27C77; }
a { background-color: rgb(226,124,119); }
div.DivClassName
{
background-color: #E27C77;
}
.BgClassName
{
background-color: #E27C77;
}
</style>
border-color css
<style>
span { border-color: #E27C77; }
span { border-color: rgb(226,124,119); }
td.TdClassName
{
border-color: #E27C77;
}
.TagClassName
{
border-color: #E27C77;
}
</style>