Shades of Geraldine #E37F76
Tints of Geraldine #E37F76
RGB
CMYK
RGB Variations
Color information
#E37F76 (or 0xE37F76) is known color: Geraldine. HEX triplet: E3, 7F and 76. RGB value is (227,127,118). Sum of RGB (Red+Green+Blue) = 227+127+118=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E37F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37F76 is #1C8089. Grayscale: #9C9C9C. Windows color (decimal): -1867914 or 7765987. OLE color: 7765987.
HSL color Cylindrical-coordinate representation of color #E37F76: hue angle of 4.95º 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 #E37F76 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 118 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.11 |
| HSL | 4.95º | 0.66% | 0.68% | - |
| HSV(B) | 4.95º | 0.48% | 0.89% | - |
| XYZ | 42.54 | 32.82 | 21.23 | - |
| YUV | 155.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 118 | 0 | 0.44 | 0.48 | 0.11 | 4.95 | 0.66 | 0.68 |
| Hex | E3 | 7F | 76 | 0 | 2C | 30 | B | 5 | 42 | 44 |
| Octal | 343 | 177 | 166 | 0 | 54 | 60 | 13 | 5 | 102 | 104 |
| Binary | 11100011 | 1111111 | 1110110 | 0 | 101100 | 110000 | 1011 | 101 | 1000010 | 1000100 |
Color Harmonies of #E37F76
Complementary color
Monochromatic Colors of #E37F76
Black with #E37F76
Text Example
Text Example
White with #E37F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37F76; }
p { color: rgb(227,127,118); }
H1.HeaderClassName
{
color: #E37F76;
}
.AnyTagClassName
{
color: #E37F76;
}
</style>
background-color css
<style>
a { background-color: #E37F76; }
a { background-color: rgb(227,127,118); }
div.DivClassName
{
background-color: #E37F76;
}
.BgClassName
{
background-color: #E37F76;
}
</style>
border-color css
<style>
span { border-color: #E37F76; }
span { border-color: rgb(227,127,118); }
td.TdClassName
{
border-color: #E37F76;
}
.TagClassName
{
border-color: #E37F76;
}
</style>