Shades of Geraldine #E37A76
Tints of Geraldine #E37A76
RGB
CMYK
RGB Variations
Color information
#E37A76 (or 0xE37A76) is known color: Geraldine. HEX triplet: E3, 7A and 76. RGB value is (227,122,118). Sum of RGB (Red+Green+Blue) = 227+122+118=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E37A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37A76 is #1C8589. Grayscale: #999999. Windows color (decimal): -1869194 or 7764707. OLE color: 7764707.
HSL color Cylindrical-coordinate representation of color #E37A76: hue angle of 2.2º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E37A76 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 118 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.11 |
| HSL | 2.2º | 0.66% | 0.68% | - |
| HSV(B) | 2.2º | 0.48% | 0.89% | - |
| XYZ | 41.91 | 31.56 | 21.02 | - |
| YUV | 152.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 118 | 0 | 0.46 | 0.48 | 0.11 | 2.2 | 0.66 | 0.68 |
| Hex | E3 | 7A | 76 | 0 | 2E | 30 | B | 2 | 42 | 44 |
| Octal | 343 | 172 | 166 | 0 | 56 | 60 | 13 | 2 | 102 | 104 |
| Binary | 11100011 | 1111010 | 1110110 | 0 | 101110 | 110000 | 1011 | 10 | 1000010 | 1000100 |
Color Harmonies of #E37A76
Complementary color
Monochromatic Colors of #E37A76
Black with #E37A76
Text Example
Text Example
White with #E37A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37A76; }
p { color: rgb(227,122,118); }
H1.HeaderClassName
{
color: #E37A76;
}
.AnyTagClassName
{
color: #E37A76;
}
</style>
background-color css
<style>
a { background-color: #E37A76; }
a { background-color: rgb(227,122,118); }
div.DivClassName
{
background-color: #E37A76;
}
.BgClassName
{
background-color: #E37A76;
}
</style>
border-color css
<style>
span { border-color: #E37A76; }
span { border-color: rgb(227,122,118); }
td.TdClassName
{
border-color: #E37A76;
}
.TagClassName
{
border-color: #E37A76;
}
</style>