Shades of Geraldine #E3766E
Tints of Geraldine #E3766E
RGB
CMYK
RGB Variations
Color information
#E3766E (or 0xE3766E) is known color: Geraldine. HEX triplet: E3, 76 and 6E. RGB value is (227,118,110). Sum of RGB (Red+Green+Blue) = 227+118+110=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E3766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3766E is #1C8991. Grayscale: #959595. Windows color (decimal): -1870226 or 7239395. OLE color: 7239395.
HSL color Cylindrical-coordinate representation of color #E3766E: hue angle of 4.1º 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 #E3766E is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 110 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.11 |
| HSL | 4.1º | 0.68% | 0.66% | - |
| HSV(B) | 4.1º | 0.52% | 0.89% | - |
| XYZ | 40.97 | 30.41 | 18.46 | - |
| YUV | 149.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 110 | 0 | 0.48 | 0.52 | 0.11 | 4.1 | 0.68 | 0.66 |
| Hex | E3 | 76 | 6E | 0 | 30 | 34 | B | 4 | 44 | 42 |
| Octal | 343 | 166 | 156 | 0 | 60 | 64 | 13 | 4 | 104 | 102 |
| Binary | 11100011 | 1110110 | 1101110 | 0 | 110000 | 110100 | 1011 | 100 | 1000100 | 1000010 |
Color Harmonies of #E3766E
Complementary color
Monochromatic Colors of #E3766E
Black with #E3766E
Text Example
Text Example
White with #E3766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3766E; }
p { color: rgb(227,118,110); }
H1.HeaderClassName
{
color: #E3766E;
}
.AnyTagClassName
{
color: #E3766E;
}
</style>
background-color css
<style>
a { background-color: #E3766E; }
a { background-color: rgb(227,118,110); }
div.DivClassName
{
background-color: #E3766E;
}
.BgClassName
{
background-color: #E3766E;
}
</style>
border-color css
<style>
span { border-color: #E3766E; }
span { border-color: rgb(227,118,110); }
td.TdClassName
{
border-color: #E3766E;
}
.TagClassName
{
border-color: #E3766E;
}
</style>