Shades of Geraldine #E37876
Tints of Geraldine #E37876
RGB
CMYK
RGB Variations
Color information
#E37876 (or 0xE37876) is known color: Geraldine. HEX triplet: E3, 78 and 76. RGB value is (227,120,118). Sum of RGB (Red+Green+Blue) = 227+120+118=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E37876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37876 is #1C8789. Grayscale: #979797. Windows color (decimal): -1869706 or 7764195. OLE color: 7764195.
HSL color Cylindrical-coordinate representation of color #E37876: hue angle of 1.1º 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 #E37876 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 120 | 118 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.11 |
| HSL | 1.1º | 0.66% | 0.68% | - |
| HSV(B) | 1.1º | 0.48% | 0.89% | - |
| XYZ | 41.67 | 31.07 | 20.94 | - |
| YUV | 151.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 120 | 118 | 0 | 0.47 | 0.48 | 0.11 | 1.1 | 0.66 | 0.68 |
| Hex | E3 | 78 | 76 | 0 | 2F | 30 | B | 1 | 42 | 44 |
| Octal | 343 | 170 | 166 | 0 | 57 | 60 | 13 | 1 | 102 | 104 |
| Binary | 11100011 | 1111000 | 1110110 | 0 | 101111 | 110000 | 1011 | 1 | 1000010 | 1000100 |
Color Harmonies of #E37876
Complementary color
Monochromatic Colors of #E37876
Black with #E37876
Text Example
Text Example
White with #E37876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37876; }
p { color: rgb(227,120,118); }
H1.HeaderClassName
{
color: #E37876;
}
.AnyTagClassName
{
color: #E37876;
}
</style>
background-color css
<style>
a { background-color: #E37876; }
a { background-color: rgb(227,120,118); }
div.DivClassName
{
background-color: #E37876;
}
.BgClassName
{
background-color: #E37876;
}
</style>
border-color css
<style>
span { border-color: #E37876; }
span { border-color: rgb(227,120,118); }
td.TdClassName
{
border-color: #E37876;
}
.TagClassName
{
border-color: #E37876;
}
</style>