Shades of Geraldine #E47370
Tints of Geraldine #E47370
RGB
CMYK
RGB Variations
Color information
#E47370 (or 0xE47370) is known color: Geraldine. HEX triplet: E4, 73 and 70. RGB value is (228,115,112). Sum of RGB (Red+Green+Blue) = 228+115+112=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E47370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47370 is #1B8C8F. Grayscale: #949494. Windows color (decimal): -1805456 or 7369700. OLE color: 7369700.
HSL color Cylindrical-coordinate representation of color #E47370: hue angle of 1.55º 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 #E47370 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 112 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.11 |
| HSL | 1.55º | 0.68% | 0.67% | - |
| HSV(B) | 1.55º | 0.51% | 0.89% | - |
| XYZ | 41.05 | 29.93 | 18.94 | - |
| YUV | 148.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 112 | 0 | 0.50 | 0.51 | 0.11 | 1.55 | 0.68 | 0.67 |
| Hex | E4 | 73 | 70 | 0 | 32 | 33 | B | 2 | 44 | 43 |
| Octal | 344 | 163 | 160 | 0 | 62 | 63 | 13 | 2 | 104 | 103 |
| Binary | 11100100 | 1110011 | 1110000 | 0 | 110010 | 110011 | 1011 | 10 | 1000100 | 1000011 |
Color Harmonies of #E47370
Complementary color
Monochromatic Colors of #E47370
Black with #E47370
Text Example
Text Example
White with #E47370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47370; }
p { color: rgb(228,115,112); }
H1.HeaderClassName
{
color: #E47370;
}
.AnyTagClassName
{
color: #E47370;
}
</style>
background-color css
<style>
a { background-color: #E47370; }
a { background-color: rgb(228,115,112); }
div.DivClassName
{
background-color: #E47370;
}
.BgClassName
{
background-color: #E47370;
}
</style>
border-color css
<style>
span { border-color: #E47370; }
span { border-color: rgb(228,115,112); }
td.TdClassName
{
border-color: #E47370;
}
.TagClassName
{
border-color: #E47370;
}
</style>