Shades of Geraldine #E47B7A
Tints of Geraldine #E47B7A
RGB
CMYK
RGB Variations
Color information
#E47B7A (or 0xE47B7A) is known color: Geraldine. HEX triplet: E4, 7B and 7A. RGB value is (228,123,122). Sum of RGB (Red+Green+Blue) = 228+123+122=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E47B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47B7A is #1B8485. Grayscale: #9A9A9A. Windows color (decimal): -1803398 or 8027108. OLE color: 8027108.
HSL color Cylindrical-coordinate representation of color #E47B7A: hue angle of 0.57º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47B7A is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 123 | 122 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.11 |
| HSL | 0.57º | 0.66% | 0.69% | - |
| HSV(B) | 0.57º | 0.46% | 0.89% | - |
| XYZ | 42.59 | 32.07 | 22.36 | - |
| YUV | 154.28 | 109.79 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 123 | 122 | 0 | 0.46 | 0.46 | 0.11 | 0.57 | 0.66 | 0.69 |
| Hex | E4 | 7B | 7A | 0 | 2E | 2E | B | 1 | 42 | 45 |
| Octal | 344 | 173 | 172 | 0 | 56 | 56 | 13 | 1 | 102 | 105 |
| Binary | 11100100 | 1111011 | 1111010 | 0 | 101110 | 101110 | 1011 | 1 | 1000010 | 1000101 |
Color Harmonies of #E47B7A
Complementary color
Monochromatic Colors of #E47B7A
Black with #E47B7A
Text Example
Text Example
White with #E47B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47B7A; }
p { color: rgb(228,123,122); }
H1.HeaderClassName
{
color: #E47B7A;
}
.AnyTagClassName
{
color: #E47B7A;
}
</style>
background-color css
<style>
a { background-color: #E47B7A; }
a { background-color: rgb(228,123,122); }
div.DivClassName
{
background-color: #E47B7A;
}
.BgClassName
{
background-color: #E47B7A;
}
</style>
border-color css
<style>
span { border-color: #E47B7A; }
span { border-color: rgb(228,123,122); }
td.TdClassName
{
border-color: #E47B7A;
}
.TagClassName
{
border-color: #E47B7A;
}
</style>