Shades of Geraldine #E37F79
Tints of Geraldine #E37F79
RGB
CMYK
RGB Variations
Color information
#E37F79 (or 0xE37F79) is known color: Geraldine. HEX triplet: E3, 7F and 79. RGB value is (227,127,121). Sum of RGB (Red+Green+Blue) = 227+127+121=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E37F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37F79 is #1C8086. Grayscale: #9C9C9C. Windows color (decimal): -1867911 or 7962595. OLE color: 7962595.
HSL color Cylindrical-coordinate representation of color #E37F79: hue angle of 3.4º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E37F79 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 121 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.11 |
| HSL | 3.4º | 0.65% | 0.68% | - |
| HSV(B) | 3.4º | 0.47% | 0.89% | - |
| XYZ | 42.72 | 32.89 | 22.19 | - |
| YUV | 156.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 121 | 0 | 0.44 | 0.47 | 0.11 | 3.4 | 0.65 | 0.68 |
| Hex | E3 | 7F | 79 | 0 | 2C | 2F | B | 3 | 41 | 44 |
| Octal | 343 | 177 | 171 | 0 | 54 | 57 | 13 | 3 | 101 | 104 |
| Binary | 11100011 | 1111111 | 1111001 | 0 | 101100 | 101111 | 1011 | 11 | 1000001 | 1000100 |
Color Harmonies of #E37F79
Complementary color
Monochromatic Colors of #E37F79
Black with #E37F79
Text Example
Text Example
White with #E37F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37F79; }
p { color: rgb(227,127,121); }
H1.HeaderClassName
{
color: #E37F79;
}
.AnyTagClassName
{
color: #E37F79;
}
</style>
background-color css
<style>
a { background-color: #E37F79; }
a { background-color: rgb(227,127,121); }
div.DivClassName
{
background-color: #E37F79;
}
.BgClassName
{
background-color: #E37F79;
}
</style>
border-color css
<style>
span { border-color: #E37F79; }
span { border-color: rgb(227,127,121); }
td.TdClassName
{
border-color: #E37F79;
}
.TagClassName
{
border-color: #E37F79;
}
</style>