Shades of Geraldine #E3766A
Tints of Geraldine #E3766A
RGB
CMYK
RGB Variations
Color information
#E3766A (or 0xE3766A) is known color: Geraldine. HEX triplet: E3, 76 and 6A. RGB value is (227,118,106). Sum of RGB (Red+Green+Blue) = 227+118+106=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E3766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3766A is #1C8995. Grayscale: #959595. Windows color (decimal): -1870230 or 6977251. OLE color: 6977251.
HSL color Cylindrical-coordinate representation of color #E3766A: hue angle of 5.95º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E3766A is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 106 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.11 |
| HSL | 5.95º | 0.68% | 0.65% | - |
| HSV(B) | 5.95º | 0.53% | 0.89% | - |
| XYZ | 40.76 | 30.33 | 17.34 | - |
| YUV | 149.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 106 | 0 | 0.48 | 0.53 | 0.11 | 5.95 | 0.68 | 0.65 |
| Hex | E3 | 76 | 6A | 0 | 30 | 35 | B | 6 | 44 | 41 |
| Octal | 343 | 166 | 152 | 0 | 60 | 65 | 13 | 6 | 104 | 101 |
| Binary | 11100011 | 1110110 | 1101010 | 0 | 110000 | 110101 | 1011 | 110 | 1000100 | 1000001 |
Color Harmonies of #E3766A
Complementary color
Monochromatic Colors of #E3766A
Black with #E3766A
Text Example
Text Example
White with #E3766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3766A; }
p { color: rgb(227,118,106); }
H1.HeaderClassName
{
color: #E3766A;
}
.AnyTagClassName
{
color: #E3766A;
}
</style>
background-color css
<style>
a { background-color: #E3766A; }
a { background-color: rgb(227,118,106); }
div.DivClassName
{
background-color: #E3766A;
}
.BgClassName
{
background-color: #E3766A;
}
</style>
border-color css
<style>
span { border-color: #E3766A; }
span { border-color: rgb(227,118,106); }
td.TdClassName
{
border-color: #E3766A;
}
.TagClassName
{
border-color: #E3766A;
}
</style>