Shades of Geraldine #E5776B
Tints of Geraldine #E5776B
RGB
CMYK
RGB Variations
Color information
#E5776B (or 0xE5776B) is known color: Geraldine. HEX triplet: E5, 77 and 6B. RGB value is (229,119,107). Sum of RGB (Red+Green+Blue) = 229+119+107=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5776B is #1A8894. Grayscale: #969696. Windows color (decimal): -1738901 or 7043045. OLE color: 7043045.
HSL color Cylindrical-coordinate representation of color #E5776B: hue angle of 5.9º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5776B is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 107 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.10 |
| HSL | 5.9º | 0.7% | 0.66% | - |
| HSV(B) | 5.9º | 0.53% | 0.9% | - |
| XYZ | 41.56 | 30.91 | 17.69 | - |
| YUV | 150.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 107 | 0 | 0.48 | 0.53 | 0.10 | 5.9 | 0.7 | 0.66 |
| Hex | E5 | 77 | 6B | 0 | 30 | 35 | A | 6 | 46 | 42 |
| Octal | 345 | 167 | 153 | 0 | 60 | 65 | 12 | 6 | 106 | 102 |
| Binary | 11100101 | 1110111 | 1101011 | 0 | 110000 | 110101 | 1010 | 110 | 1000110 | 1000010 |
Color Harmonies of #E5776B
Complementary color
Monochromatic Colors of #E5776B
Black with #E5776B
Text Example
Text Example
White with #E5776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5776B; }
p { color: rgb(229,119,107); }
H1.HeaderClassName
{
color: #E5776B;
}
.AnyTagClassName
{
color: #E5776B;
}
</style>
background-color css
<style>
a { background-color: #E5776B; }
a { background-color: rgb(229,119,107); }
div.DivClassName
{
background-color: #E5776B;
}
.BgClassName
{
background-color: #E5776B;
}
</style>
border-color css
<style>
span { border-color: #E5776B; }
span { border-color: rgb(229,119,107); }
td.TdClassName
{
border-color: #E5776B;
}
.TagClassName
{
border-color: #E5776B;
}
</style>