Shades of Geraldine #E47A6E
Tints of Geraldine #E47A6E
RGB
CMYK
RGB Variations
Color information
#E47A6E (or 0xE47A6E) is known color: Geraldine. HEX triplet: E4, 7A and 6E. RGB value is (228,122,110). Sum of RGB (Red+Green+Blue) = 228+122+110=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E47A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47A6E is #1B8591. Grayscale: #989898. Windows color (decimal): -1803666 or 7240420. OLE color: 7240420.
HSL color Cylindrical-coordinate representation of color #E47A6E: hue angle of 6.1º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E47A6E is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 110 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.11 |
| HSL | 6.1º | 0.69% | 0.66% | - |
| HSV(B) | 6.1º | 0.52% | 0.89% | - |
| XYZ | 41.77 | 31.54 | 18.64 | - |
| YUV | 152.33 | 104.12 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 110 | 0 | 0.46 | 0.52 | 0.11 | 6.1 | 0.69 | 0.66 |
| Hex | E4 | 7A | 6E | 0 | 2E | 34 | B | 6 | 45 | 42 |
| Octal | 344 | 172 | 156 | 0 | 56 | 64 | 13 | 6 | 105 | 102 |
| Binary | 11100100 | 1111010 | 1101110 | 0 | 101110 | 110100 | 1011 | 110 | 1000101 | 1000010 |
Color Harmonies of #E47A6E
Complementary color
Monochromatic Colors of #E47A6E
Black with #E47A6E
Text Example
Text Example
White with #E47A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47A6E; }
p { color: rgb(228,122,110); }
H1.HeaderClassName
{
color: #E47A6E;
}
.AnyTagClassName
{
color: #E47A6E;
}
</style>
background-color css
<style>
a { background-color: #E47A6E; }
a { background-color: rgb(228,122,110); }
div.DivClassName
{
background-color: #E47A6E;
}
.BgClassName
{
background-color: #E47A6E;
}
</style>
border-color css
<style>
span { border-color: #E47A6E; }
span { border-color: rgb(228,122,110); }
td.TdClassName
{
border-color: #E47A6E;
}
.TagClassName
{
border-color: #E47A6E;
}
</style>