Shades of Geraldine #E07976
Tints of Geraldine #E07976
RGB
CMYK
RGB Variations
Color information
#E07976 (or 0xE07976) is known color: Geraldine. HEX triplet: E0, 79 and 76. RGB value is (224,121,118). Sum of RGB (Red+Green+Blue) = 224+121+118=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E07976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07976 is #1F8689. Grayscale: #979797. Windows color (decimal): -2066058 or 7764448. OLE color: 7764448.
HSL color Cylindrical-coordinate representation of color #E07976: hue angle of 1.7º 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 #E07976 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 118 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.12 |
| HSL | 1.7º | 0.63% | 0.67% | - |
| HSV(B) | 1.7º | 0.47% | 0.88% | - |
| XYZ | 40.85 | 30.83 | 20.94 | - |
| YUV | 151.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 118 | 0 | 0.46 | 0.47 | 0.12 | 1.7 | 0.63 | 0.67 |
| Hex | E0 | 79 | 76 | 0 | 2E | 2F | C | 2 | 3F | 43 |
| Octal | 340 | 171 | 166 | 0 | 56 | 57 | 14 | 2 | 77 | 103 |
| Binary | 11100000 | 1111001 | 1110110 | 0 | 101110 | 101111 | 1100 | 10 | 111111 | 1000011 |
Color Harmonies of #E07976
Complementary color
Monochromatic Colors of #E07976
Black with #E07976
Text Example
Text Example
White with #E07976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07976; }
p { color: rgb(224,121,118); }
H1.HeaderClassName
{
color: #E07976;
}
.AnyTagClassName
{
color: #E07976;
}
</style>
background-color css
<style>
a { background-color: #E07976; }
a { background-color: rgb(224,121,118); }
div.DivClassName
{
background-color: #E07976;
}
.BgClassName
{
background-color: #E07976;
}
</style>
border-color css
<style>
span { border-color: #E07976; }
span { border-color: rgb(224,121,118); }
td.TdClassName
{
border-color: #E07976;
}
.TagClassName
{
border-color: #E07976;
}
</style>