Shades of Geraldine #E07A77
Tints of Geraldine #E07A77
RGB
CMYK
RGB Variations
Color information
#E07A77 (or 0xE07A77) is known color: Geraldine. HEX triplet: E0, 7A and 77. RGB value is (224,122,119). Sum of RGB (Red+Green+Blue) = 224+122+119=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A77 is #1F8588. Grayscale: #989898. Windows color (decimal): -2065801 or 7830240. OLE color: 7830240.
HSL color Cylindrical-coordinate representation of color #E07A77: hue angle of 1.71º 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 #E07A77 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 119 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.12 |
| HSL | 1.71º | 0.63% | 0.67% | - |
| HSV(B) | 1.71º | 0.47% | 0.88% | - |
| XYZ | 41.03 | 31.1 | 21.29 | - |
| YUV | 152.16 | 109.29 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 119 | 0 | 0.46 | 0.47 | 0.12 | 1.71 | 0.63 | 0.67 |
| Hex | E0 | 7A | 77 | 0 | 2E | 2F | C | 2 | 3F | 43 |
| Octal | 340 | 172 | 167 | 0 | 56 | 57 | 14 | 2 | 77 | 103 |
| Binary | 11100000 | 1111010 | 1110111 | 0 | 101110 | 101111 | 1100 | 10 | 111111 | 1000011 |
Color Harmonies of #E07A77
Complementary color
Monochromatic Colors of #E07A77
Black with #E07A77
Text Example
Text Example
White with #E07A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A77; }
p { color: rgb(224,122,119); }
H1.HeaderClassName
{
color: #E07A77;
}
.AnyTagClassName
{
color: #E07A77;
}
</style>
background-color css
<style>
a { background-color: #E07A77; }
a { background-color: rgb(224,122,119); }
div.DivClassName
{
background-color: #E07A77;
}
.BgClassName
{
background-color: #E07A77;
}
</style>
border-color css
<style>
span { border-color: #E07A77; }
span { border-color: rgb(224,122,119); }
td.TdClassName
{
border-color: #E07A77;
}
.TagClassName
{
border-color: #E07A77;
}
</style>