Shades of Geraldine #E27A77
Tints of Geraldine #E27A77
RGB
CMYK
RGB Variations
Color information
#E27A77 (or 0xE27A77) is known color: Geraldine. HEX triplet: E2, 7A and 77. RGB value is (226,122,119). Sum of RGB (Red+Green+Blue) = 226+122+119=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27A77 is #1D8588. Grayscale: #989898. Windows color (decimal): -1934729 or 7830242. OLE color: 7830242.
HSL color Cylindrical-coordinate representation of color #E27A77: hue angle of 1.68º 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 #E27A77 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 119 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.11 |
| HSL | 1.68º | 0.65% | 0.68% | - |
| HSV(B) | 1.68º | 0.47% | 0.89% | - |
| XYZ | 41.65 | 31.42 | 21.32 | - |
| YUV | 152.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 119 | 0 | 0.46 | 0.47 | 0.11 | 1.68 | 0.65 | 0.68 |
| Hex | E2 | 7A | 77 | 0 | 2E | 2F | B | 2 | 41 | 44 |
| Octal | 342 | 172 | 167 | 0 | 56 | 57 | 13 | 2 | 101 | 104 |
| Binary | 11100010 | 1111010 | 1110111 | 0 | 101110 | 101111 | 1011 | 10 | 1000001 | 1000100 |
Color Harmonies of #E27A77
Complementary color
Monochromatic Colors of #E27A77
Black with #E27A77
Text Example
Text Example
White with #E27A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A77; }
p { color: rgb(226,122,119); }
H1.HeaderClassName
{
color: #E27A77;
}
.AnyTagClassName
{
color: #E27A77;
}
</style>
background-color css
<style>
a { background-color: #E27A77; }
a { background-color: rgb(226,122,119); }
div.DivClassName
{
background-color: #E27A77;
}
.BgClassName
{
background-color: #E27A77;
}
</style>
border-color css
<style>
span { border-color: #E27A77; }
span { border-color: rgb(226,122,119); }
td.TdClassName
{
border-color: #E27A77;
}
.TagClassName
{
border-color: #E27A77;
}
</style>