Shades of Geraldine #E47C78
Tints of Geraldine #E47C78
RGB
CMYK
RGB Variations
Color information
#E47C78 (or 0xE47C78) is known color: Geraldine. HEX triplet: E4, 7C and 78. RGB value is (228,124,120). Sum of RGB (Red+Green+Blue) = 228+124+120=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E47C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47C78 is #1B8387. Grayscale: #9A9A9A. Windows color (decimal): -1803144 or 7896292. OLE color: 7896292.
HSL color Cylindrical-coordinate representation of color #E47C78: hue angle of 2.22º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E47C78 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 120 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.11 |
| HSL | 2.22º | 0.67% | 0.68% | - |
| HSV(B) | 2.22º | 0.47% | 0.89% | - |
| XYZ | 42.59 | 32.27 | 21.75 | - |
| YUV | 154.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 120 | 0 | 0.46 | 0.47 | 0.11 | 2.22 | 0.67 | 0.68 |
| Hex | E4 | 7C | 78 | 0 | 2E | 2F | B | 2 | 43 | 44 |
| Octal | 344 | 174 | 170 | 0 | 56 | 57 | 13 | 2 | 103 | 104 |
| Binary | 11100100 | 1111100 | 1111000 | 0 | 101110 | 101111 | 1011 | 10 | 1000011 | 1000100 |
Color Harmonies of #E47C78
Complementary color
Monochromatic Colors of #E47C78
Black with #E47C78
Text Example
Text Example
White with #E47C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47C78; }
p { color: rgb(228,124,120); }
H1.HeaderClassName
{
color: #E47C78;
}
.AnyTagClassName
{
color: #E47C78;
}
</style>
background-color css
<style>
a { background-color: #E47C78; }
a { background-color: rgb(228,124,120); }
div.DivClassName
{
background-color: #E47C78;
}
.BgClassName
{
background-color: #E47C78;
}
</style>
border-color css
<style>
span { border-color: #E47C78; }
span { border-color: rgb(228,124,120); }
td.TdClassName
{
border-color: #E47C78;
}
.TagClassName
{
border-color: #E47C78;
}
</style>