Shades of Geraldine #E07A76
Tints of Geraldine #E07A76
RGB
CMYK
RGB Variations
Color information
#E07A76 (or 0xE07A76) is known color: Geraldine. HEX triplet: E0, 7A and 76. RGB value is (224,122,118). Sum of RGB (Red+Green+Blue) = 224+122+118=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A76 is #1F8589. Grayscale: #989898. Windows color (decimal): -2065802 or 7764704. OLE color: 7764704.
HSL color Cylindrical-coordinate representation of color #E07A76: hue angle of 2.26º 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 #E07A76 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 118 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.12 |
| HSL | 2.26º | 0.63% | 0.67% | - |
| HSV(B) | 2.26º | 0.47% | 0.88% | - |
| XYZ | 40.97 | 31.07 | 20.98 | - |
| YUV | 152.04 | 108.79 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 118 | 0 | 0.46 | 0.47 | 0.12 | 2.26 | 0.63 | 0.67 |
| Hex | E0 | 7A | 76 | 0 | 2E | 2F | C | 2 | 3F | 43 |
| Octal | 340 | 172 | 166 | 0 | 56 | 57 | 14 | 2 | 77 | 103 |
| Binary | 11100000 | 1111010 | 1110110 | 0 | 101110 | 101111 | 1100 | 10 | 111111 | 1000011 |
Color Harmonies of #E07A76
Complementary color
Monochromatic Colors of #E07A76
Black with #E07A76
Text Example
Text Example
White with #E07A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07A76; }
p { color: rgb(224,122,118); }
H1.HeaderClassName
{
color: #E07A76;
}
.AnyTagClassName
{
color: #E07A76;
}
</style>
background-color css
<style>
a { background-color: #E07A76; }
a { background-color: rgb(224,122,118); }
div.DivClassName
{
background-color: #E07A76;
}
.BgClassName
{
background-color: #E07A76;
}
</style>
border-color css
<style>
span { border-color: #E07A76; }
span { border-color: rgb(224,122,118); }
td.TdClassName
{
border-color: #E07A76;
}
.TagClassName
{
border-color: #E07A76;
}
</style>