Shades of Geraldine #E47770
Tints of Geraldine #E47770
RGB
CMYK
RGB Variations
Color information
#E47770 (or 0xE47770) is known color: Geraldine. HEX triplet: E4, 77 and 70. RGB value is (228,119,112). Sum of RGB (Red+Green+Blue) = 228+119+112=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E47770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47770 is #1B888F. Grayscale: #969696. Windows color (decimal): -1804432 or 7370724. OLE color: 7370724.
HSL color Cylindrical-coordinate representation of color #E47770: hue angle of 3.62º 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 #E47770 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 119 | 112 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.11 |
| HSL | 3.62º | 0.68% | 0.67% | - |
| HSV(B) | 3.62º | 0.51% | 0.89% | - |
| XYZ | 41.52 | 30.86 | 19.1 | - |
| YUV | 150.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 119 | 112 | 0 | 0.48 | 0.51 | 0.11 | 3.62 | 0.68 | 0.67 |
| Hex | E4 | 77 | 70 | 0 | 30 | 33 | B | 4 | 44 | 43 |
| Octal | 344 | 167 | 160 | 0 | 60 | 63 | 13 | 4 | 104 | 103 |
| Binary | 11100100 | 1110111 | 1110000 | 0 | 110000 | 110011 | 1011 | 100 | 1000100 | 1000011 |
Color Harmonies of #E47770
Complementary color
Monochromatic Colors of #E47770
Black with #E47770
Text Example
Text Example
White with #E47770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47770; }
p { color: rgb(228,119,112); }
H1.HeaderClassName
{
color: #E47770;
}
.AnyTagClassName
{
color: #E47770;
}
</style>
background-color css
<style>
a { background-color: #E47770; }
a { background-color: rgb(228,119,112); }
div.DivClassName
{
background-color: #E47770;
}
.BgClassName
{
background-color: #E47770;
}
</style>
border-color css
<style>
span { border-color: #E47770; }
span { border-color: rgb(228,119,112); }
td.TdClassName
{
border-color: #E47770;
}
.TagClassName
{
border-color: #E47770;
}
</style>