Shades of Geraldine #E37C73
Tints of Geraldine #E37C73
RGB
CMYK
RGB Variations
Color information
#E37C73 (or 0xE37C73) is known color: Geraldine. HEX triplet: E3, 7C and 73. RGB value is (227,124,115). Sum of RGB (Red+Green+Blue) = 227+124+115=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E37C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37C73 is #1C838C. Grayscale: #999999. Windows color (decimal): -1868685 or 7568611. OLE color: 7568611.
HSL color Cylindrical-coordinate representation of color #E37C73: hue angle of 4.82º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E37C73 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 124 | 115 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.11 |
| HSL | 4.82º | 0.67% | 0.67% | - |
| HSV(B) | 4.82º | 0.49% | 0.89% | - |
| XYZ | 41.98 | 31.98 | 20.18 | - |
| YUV | 153.77 | 106.12 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 124 | 115 | 0 | 0.45 | 0.49 | 0.11 | 4.82 | 0.67 | 0.67 |
| Hex | E3 | 7C | 73 | 0 | 2D | 31 | B | 5 | 43 | 43 |
| Octal | 343 | 174 | 163 | 0 | 55 | 61 | 13 | 5 | 103 | 103 |
| Binary | 11100011 | 1111100 | 1110011 | 0 | 101101 | 110001 | 1011 | 101 | 1000011 | 1000011 |
Color Harmonies of #E37C73
Complementary color
Monochromatic Colors of #E37C73
Black with #E37C73
Text Example
Text Example
White with #E37C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37C73; }
p { color: rgb(227,124,115); }
H1.HeaderClassName
{
color: #E37C73;
}
.AnyTagClassName
{
color: #E37C73;
}
</style>
background-color css
<style>
a { background-color: #E37C73; }
a { background-color: rgb(227,124,115); }
div.DivClassName
{
background-color: #E37C73;
}
.BgClassName
{
background-color: #E37C73;
}
</style>
border-color css
<style>
span { border-color: #E37C73; }
span { border-color: rgb(227,124,115); }
td.TdClassName
{
border-color: #E37C73;
}
.TagClassName
{
border-color: #E37C73;
}
</style>