Shades of Geraldine #E5776D
Tints of Geraldine #E5776D
RGB
CMYK
RGB Variations
Color information
#E5776D (or 0xE5776D) is known color: Geraldine. HEX triplet: E5, 77 and 6D. RGB value is (229,119,109). Sum of RGB (Red+Green+Blue) = 229+119+109=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5776D is #1A8892. Grayscale: #969696. Windows color (decimal): -1738899 or 7174117. OLE color: 7174117.
HSL color Cylindrical-coordinate representation of color #E5776D: hue angle of 5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5776D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 109 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.10 |
| HSL | 5º | 0.7% | 0.66% | - |
| HSV(B) | 5º | 0.52% | 0.9% | - |
| XYZ | 41.67 | 30.96 | 18.25 | - |
| YUV | 150.75 | 104.44 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 109 | 0 | 0.48 | 0.52 | 0.10 | 5 | 0.7 | 0.66 |
| Hex | E5 | 77 | 6D | 0 | 30 | 34 | A | 5 | 46 | 42 |
| Octal | 345 | 167 | 155 | 0 | 60 | 64 | 12 | 5 | 106 | 102 |
| Binary | 11100101 | 1110111 | 1101101 | 0 | 110000 | 110100 | 1010 | 101 | 1000110 | 1000010 |
Color Harmonies of #E5776D
Complementary color
Monochromatic Colors of #E5776D
Black with #E5776D
Text Example
Text Example
White with #E5776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5776D; }
p { color: rgb(229,119,109); }
H1.HeaderClassName
{
color: #E5776D;
}
.AnyTagClassName
{
color: #E5776D;
}
</style>
background-color css
<style>
a { background-color: #E5776D; }
a { background-color: rgb(229,119,109); }
div.DivClassName
{
background-color: #E5776D;
}
.BgClassName
{
background-color: #E5776D;
}
</style>
border-color css
<style>
span { border-color: #E5776D; }
span { border-color: rgb(229,119,109); }
td.TdClassName
{
border-color: #E5776D;
}
.TagClassName
{
border-color: #E5776D;
}
</style>