Shades of Geraldine #E47669
Tints of Geraldine #E47669
RGB
CMYK
RGB Variations
Color information
#E47669 (or 0xE47669) is known color: Geraldine. HEX triplet: E4, 76 and 69. RGB value is (228,118,105). Sum of RGB (Red+Green+Blue) = 228+118+105=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E47669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47669 is #1B8996. Grayscale: #959595. Windows color (decimal): -1804695 or 6911716. OLE color: 6911716.
HSL color Cylindrical-coordinate representation of color #E47669: hue angle of 6.34º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E47669 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 105 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.11 |
| HSL | 6.34º | 0.69% | 0.65% | - |
| HSV(B) | 6.34º | 0.54% | 0.89% | - |
| XYZ | 41.02 | 30.47 | 17.08 | - |
| YUV | 149.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 105 | 0 | 0.48 | 0.54 | 0.11 | 6.34 | 0.69 | 0.65 |
| Hex | E4 | 76 | 69 | 0 | 30 | 36 | B | 6 | 45 | 41 |
| Octal | 344 | 166 | 151 | 0 | 60 | 66 | 13 | 6 | 105 | 101 |
| Binary | 11100100 | 1110110 | 1101001 | 0 | 110000 | 110110 | 1011 | 110 | 1000101 | 1000001 |
Color Harmonies of #E47669
Complementary color
Monochromatic Colors of #E47669
Black with #E47669
Text Example
Text Example
White with #E47669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47669; }
p { color: rgb(228,118,105); }
H1.HeaderClassName
{
color: #E47669;
}
.AnyTagClassName
{
color: #E47669;
}
</style>
background-color css
<style>
a { background-color: #E47669; }
a { background-color: rgb(228,118,105); }
div.DivClassName
{
background-color: #E47669;
}
.BgClassName
{
background-color: #E47669;
}
</style>
border-color css
<style>
span { border-color: #E47669; }
span { border-color: rgb(228,118,105); }
td.TdClassName
{
border-color: #E47669;
}
.TagClassName
{
border-color: #E47669;
}
</style>