Shades of Geraldine #E37979
Tints of Geraldine #E37979
RGB
CMYK
RGB Variations
Color information
#E37979 (or 0xE37979) is known color: Geraldine. HEX triplet: E3, 79 and 79. RGB value is (227,121,121). Sum of RGB (Red+Green+Blue) = 227+121+121=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E37979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37979 is #1C8686. Grayscale: #989898. Windows color (decimal): -1869447 or 7961059. OLE color: 7961059.
HSL color Cylindrical-coordinate representation of color #E37979: hue angle of 0º 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 #E37979 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 121 | 121 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.11 |
| HSL | 0º | 0.65% | 0.68% | - |
| HSV(B) | 0º | 0.47% | 0.89% | - |
| XYZ | 41.97 | 31.39 | 21.94 | - |
| YUV | 152.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 121 | 0 | 0.47 | 0.47 | 0.11 | 0 | 0.65 | 0.68 |
| Hex | E3 | 79 | 79 | 0 | 2F | 2F | B | 0 | 41 | 44 |
| Octal | 343 | 171 | 171 | 0 | 57 | 57 | 13 | 0 | 101 | 104 |
| Binary | 11100011 | 1111001 | 1111001 | 0 | 101111 | 101111 | 1011 | 0 | 1000001 | 1000100 |
Color Harmonies of #E37979
Complementary color
Monochromatic Colors of #E37979
Black with #E37979
Text Example
Text Example
White with #E37979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37979; }
p { color: rgb(227,121,121); }
H1.HeaderClassName
{
color: #E37979;
}
.AnyTagClassName
{
color: #E37979;
}
</style>
background-color css
<style>
a { background-color: #E37979; }
a { background-color: rgb(227,121,121); }
div.DivClassName
{
background-color: #E37979;
}
.BgClassName
{
background-color: #E37979;
}
</style>
border-color css
<style>
span { border-color: #E37979; }
span { border-color: rgb(227,121,121); }
td.TdClassName
{
border-color: #E37979;
}
.TagClassName
{
border-color: #E37979;
}
</style>