Shades of Geraldine #E3776D
Tints of Geraldine #E3776D
RGB
CMYK
RGB Variations
Color information
#E3776D (or 0xE3776D) is known color: Geraldine. HEX triplet: E3, 77 and 6D. RGB value is (227,119,109). Sum of RGB (Red+Green+Blue) = 227+119+109=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E3776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3776D is #1C8892. Grayscale: #969696. Windows color (decimal): -1869971 or 7174115. OLE color: 7174115.
HSL color Cylindrical-coordinate representation of color #E3776D: hue angle of 5.08º degrees, saturation: 0.68, 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 #E3776D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 119 | 109 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.11 |
| HSL | 5.08º | 0.68% | 0.66% | - |
| HSV(B) | 5.08º | 0.52% | 0.89% | - |
| XYZ | 41.04 | 30.63 | 18.22 | - |
| YUV | 150.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 119 | 109 | 0 | 0.48 | 0.52 | 0.11 | 5.08 | 0.68 | 0.66 |
| Hex | E3 | 77 | 6D | 0 | 30 | 34 | B | 5 | 44 | 42 |
| Octal | 343 | 167 | 155 | 0 | 60 | 64 | 13 | 5 | 104 | 102 |
| Binary | 11100011 | 1110111 | 1101101 | 0 | 110000 | 110100 | 1011 | 101 | 1000100 | 1000010 |
Color Harmonies of #E3776D
Complementary color
Monochromatic Colors of #E3776D
Black with #E3776D
Text Example
Text Example
White with #E3776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3776D; }
p { color: rgb(227,119,109); }
H1.HeaderClassName
{
color: #E3776D;
}
.AnyTagClassName
{
color: #E3776D;
}
</style>
background-color css
<style>
a { background-color: #E3776D; }
a { background-color: rgb(227,119,109); }
div.DivClassName
{
background-color: #E3776D;
}
.BgClassName
{
background-color: #E3776D;
}
</style>
border-color css
<style>
span { border-color: #E3776D; }
span { border-color: rgb(227,119,109); }
td.TdClassName
{
border-color: #E3776D;
}
.TagClassName
{
border-color: #E3776D;
}
</style>