Shades of Geraldine #E4776D
Tints of Geraldine #E4776D
RGB
CMYK
RGB Variations
Color information
#E4776D (or 0xE4776D) is known color: Geraldine. HEX triplet: E4, 77 and 6D. RGB value is (228,119,109). Sum of RGB (Red+Green+Blue) = 228+119+109=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E4776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4776D is #1B8892. Grayscale: #969696. Windows color (decimal): -1804435 or 7174116. OLE color: 7174116.
HSL color Cylindrical-coordinate representation of color #E4776D: hue angle of 5.04º 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 #E4776D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 119 | 109 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.11 |
| HSL | 5.04º | 0.69% | 0.66% | - |
| HSV(B) | 5.04º | 0.52% | 0.89% | - |
| XYZ | 41.35 | 30.79 | 18.23 | - |
| YUV | 150.45 | 104.61 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 119 | 109 | 0 | 0.48 | 0.52 | 0.11 | 5.04 | 0.69 | 0.66 |
| Hex | E4 | 77 | 6D | 0 | 30 | 34 | B | 5 | 45 | 42 |
| Octal | 344 | 167 | 155 | 0 | 60 | 64 | 13 | 5 | 105 | 102 |
| Binary | 11100100 | 1110111 | 1101101 | 0 | 110000 | 110100 | 1011 | 101 | 1000101 | 1000010 |
Color Harmonies of #E4776D
Complementary color
Monochromatic Colors of #E4776D
Black with #E4776D
Text Example
Text Example
White with #E4776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4776D; }
p { color: rgb(228,119,109); }
H1.HeaderClassName
{
color: #E4776D;
}
.AnyTagClassName
{
color: #E4776D;
}
</style>
background-color css
<style>
a { background-color: #E4776D; }
a { background-color: rgb(228,119,109); }
div.DivClassName
{
background-color: #E4776D;
}
.BgClassName
{
background-color: #E4776D;
}
</style>
border-color css
<style>
span { border-color: #E4776D; }
span { border-color: rgb(228,119,109); }
td.TdClassName
{
border-color: #E4776D;
}
.TagClassName
{
border-color: #E4776D;
}
</style>