Shades of Geraldine #E47670
Tints of Geraldine #E47670
RGB
CMYK
RGB Variations
Color information
#E47670 (or 0xE47670) is known color: Geraldine. HEX triplet: E4, 76 and 70. RGB value is (228,118,112). Sum of RGB (Red+Green+Blue) = 228+118+112=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E47670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47670 is #1B898F. Grayscale: #969696. Windows color (decimal): -1804688 or 7370468. OLE color: 7370468.
HSL color Cylindrical-coordinate representation of color #E47670: hue angle of 3.1º 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 #E47670 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 112 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.11 |
| HSL | 3.1º | 0.68% | 0.67% | - |
| HSV(B) | 3.1º | 0.51% | 0.89% | - |
| XYZ | 41.4 | 30.62 | 19.06 | - |
| YUV | 150.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 112 | 0 | 0.48 | 0.51 | 0.11 | 3.1 | 0.68 | 0.67 |
| Hex | E4 | 76 | 70 | 0 | 30 | 33 | B | 3 | 44 | 43 |
| Octal | 344 | 166 | 160 | 0 | 60 | 63 | 13 | 3 | 104 | 103 |
| Binary | 11100100 | 1110110 | 1110000 | 0 | 110000 | 110011 | 1011 | 11 | 1000100 | 1000011 |
Color Harmonies of #E47670
Complementary color
Monochromatic Colors of #E47670
Black with #E47670
Text Example
Text Example
White with #E47670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47670; }
p { color: rgb(228,118,112); }
H1.HeaderClassName
{
color: #E47670;
}
.AnyTagClassName
{
color: #E47670;
}
</style>
background-color css
<style>
a { background-color: #E47670; }
a { background-color: rgb(228,118,112); }
div.DivClassName
{
background-color: #E47670;
}
.BgClassName
{
background-color: #E47670;
}
</style>
border-color css
<style>
span { border-color: #E47670; }
span { border-color: rgb(228,118,112); }
td.TdClassName
{
border-color: #E47670;
}
.TagClassName
{
border-color: #E47670;
}
</style>