Shades of Geraldine #E47D7B
Tints of Geraldine #E47D7B
RGB
CMYK
RGB Variations
Color information
#E47D7B (or 0xE47D7B) is known color: Geraldine. HEX triplet: E4, 7D and 7B. RGB value is (228,125,123). Sum of RGB (Red+Green+Blue) = 228+125+123=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47D7B is #1B8284. Grayscale: #9B9B9B. Windows color (decimal): -1802885 or 8093156. OLE color: 8093156.
HSL color Cylindrical-coordinate representation of color #E47D7B: hue angle of 1.14º 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 #E47D7B is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 125 | 123 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.11 |
| HSL | 1.14º | 0.66% | 0.69% | - |
| HSV(B) | 1.14º | 0.46% | 0.89% | - |
| XYZ | 42.9 | 32.59 | 22.77 | - |
| YUV | 155.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 123 | 0 | 0.45 | 0.46 | 0.11 | 1.14 | 0.66 | 0.69 |
| Hex | E4 | 7D | 7B | 0 | 2D | 2E | B | 1 | 42 | 45 |
| Octal | 344 | 175 | 173 | 0 | 55 | 56 | 13 | 1 | 102 | 105 |
| Binary | 11100100 | 1111101 | 1111011 | 0 | 101101 | 101110 | 1011 | 1 | 1000010 | 1000101 |
Color Harmonies of #E47D7B
Complementary color
Monochromatic Colors of #E47D7B
Black with #E47D7B
Text Example
Text Example
White with #E47D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47D7B; }
p { color: rgb(228,125,123); }
H1.HeaderClassName
{
color: #E47D7B;
}
.AnyTagClassName
{
color: #E47D7B;
}
</style>
background-color css
<style>
a { background-color: #E47D7B; }
a { background-color: rgb(228,125,123); }
div.DivClassName
{
background-color: #E47D7B;
}
.BgClassName
{
background-color: #E47D7B;
}
</style>
border-color css
<style>
span { border-color: #E47D7B; }
span { border-color: rgb(228,125,123); }
td.TdClassName
{
border-color: #E47D7B;
}
.TagClassName
{
border-color: #E47D7B;
}
</style>