Shades of Geraldine #E37D70
Tints of Geraldine #E37D70
RGB
CMYK
RGB Variations
Color information
#E37D70 (or 0xE37D70) is known color: Geraldine. HEX triplet: E3, 7D and 70. RGB value is (227,125,112). Sum of RGB (Red+Green+Blue) = 227+125+112=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37D70 is #1C828F. Grayscale: #9A9A9A. Windows color (decimal): -1868432 or 7372259. OLE color: 7372259.
HSL color Cylindrical-coordinate representation of color #E37D70: hue angle of 6.78º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E37D70 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 112 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.11 |
| HSL | 6.78º | 0.67% | 0.66% | - |
| HSV(B) | 6.78º | 0.51% | 0.89% | - |
| XYZ | 41.94 | 32.17 | 19.33 | - |
| YUV | 154.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 112 | 0 | 0.45 | 0.51 | 0.11 | 6.78 | 0.67 | 0.66 |
| Hex | E3 | 7D | 70 | 0 | 2D | 33 | B | 7 | 43 | 42 |
| Octal | 343 | 175 | 160 | 0 | 55 | 63 | 13 | 7 | 103 | 102 |
| Binary | 11100011 | 1111101 | 1110000 | 0 | 101101 | 110011 | 1011 | 111 | 1000011 | 1000010 |
Color Harmonies of #E37D70
Complementary color
Monochromatic Colors of #E37D70
Black with #E37D70
Text Example
Text Example
White with #E37D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37D70; }
p { color: rgb(227,125,112); }
H1.HeaderClassName
{
color: #E37D70;
}
.AnyTagClassName
{
color: #E37D70;
}
</style>
background-color css
<style>
a { background-color: #E37D70; }
a { background-color: rgb(227,125,112); }
div.DivClassName
{
background-color: #E37D70;
}
.BgClassName
{
background-color: #E37D70;
}
</style>
border-color css
<style>
span { border-color: #E37D70; }
span { border-color: rgb(227,125,112); }
td.TdClassName
{
border-color: #E37D70;
}
.TagClassName
{
border-color: #E37D70;
}
</style>