Shades of Geraldine #E47676
Tints of Geraldine #E47676
RGB
CMYK
RGB Variations
Color information
#E47676 (or 0xE47676) is known color: Geraldine. HEX triplet: E4, 76 and 76. RGB value is (228,118,118). Sum of RGB (Red+Green+Blue) = 228+118+118=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E47676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47676 is #1B8989. Grayscale: #969696. Windows color (decimal): -1804682 or 7763684. OLE color: 7763684.
HSL color Cylindrical-coordinate representation of color #E47676: hue angle of 0º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E47676 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 118 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.11 |
| HSL | 0º | 0.67% | 0.68% | - |
| HSV(B) | 0º | 0.48% | 0.89% | - |
| XYZ | 41.74 | 30.76 | 20.88 | - |
| YUV | 150.89 | 109.44 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 118 | 0 | 0.48 | 0.48 | 0.11 | 0 | 0.67 | 0.68 |
| Hex | E4 | 76 | 76 | 0 | 30 | 30 | B | 0 | 43 | 44 |
| Octal | 344 | 166 | 166 | 0 | 60 | 60 | 13 | 0 | 103 | 104 |
| Binary | 11100100 | 1110110 | 1110110 | 0 | 110000 | 110000 | 1011 | 0 | 1000011 | 1000100 |
Color Harmonies of #E47676
Complementary color
Monochromatic Colors of #E47676
Black with #E47676
Text Example
Text Example
White with #E47676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47676; }
p { color: rgb(228,118,118); }
H1.HeaderClassName
{
color: #E47676;
}
.AnyTagClassName
{
color: #E47676;
}
</style>
background-color css
<style>
a { background-color: #E47676; }
a { background-color: rgb(228,118,118); }
div.DivClassName
{
background-color: #E47676;
}
.BgClassName
{
background-color: #E47676;
}
</style>
border-color css
<style>
span { border-color: #E47676; }
span { border-color: rgb(228,118,118); }
td.TdClassName
{
border-color: #E47676;
}
.TagClassName
{
border-color: #E47676;
}
</style>