Shades of Geraldine #E47D70
Tints of Geraldine #E47D70
RGB
CMYK
RGB Variations
Color information
#E47D70 (or 0xE47D70) is known color: Geraldine. HEX triplet: E4, 7D and 70. RGB value is (228,125,112). Sum of RGB (Red+Green+Blue) = 228+125+112=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47D70 is #1B828F. Grayscale: #9A9A9A. Windows color (decimal): -1802896 or 7372260. OLE color: 7372260.
HSL color Cylindrical-coordinate representation of color #E47D70: hue angle of 6.72º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E47D70 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 112 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.11 |
| HSL | 6.72º | 0.68% | 0.67% | - |
| HSV(B) | 6.72º | 0.51% | 0.89% | - |
| XYZ | 42.25 | 32.33 | 19.34 | - |
| YUV | 154.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 112 | 0 | 0.45 | 0.51 | 0.11 | 6.72 | 0.68 | 0.67 |
| Hex | E4 | 7D | 70 | 0 | 2D | 33 | B | 7 | 44 | 43 |
| Octal | 344 | 175 | 160 | 0 | 55 | 63 | 13 | 7 | 104 | 103 |
| Binary | 11100100 | 1111101 | 1110000 | 0 | 101101 | 110011 | 1011 | 111 | 1000100 | 1000011 |
Color Harmonies of #E47D70
Complementary color
Monochromatic Colors of #E47D70
Black with #E47D70
Text Example
Text Example
White with #E47D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47D70; }
p { color: rgb(228,125,112); }
H1.HeaderClassName
{
color: #E47D70;
}
.AnyTagClassName
{
color: #E47D70;
}
</style>
background-color css
<style>
a { background-color: #E47D70; }
a { background-color: rgb(228,125,112); }
div.DivClassName
{
background-color: #E47D70;
}
.BgClassName
{
background-color: #E47D70;
}
</style>
border-color css
<style>
span { border-color: #E47D70; }
span { border-color: rgb(228,125,112); }
td.TdClassName
{
border-color: #E47D70;
}
.TagClassName
{
border-color: #E47D70;
}
</style>