Shades of Geraldine #E1766D
Tints of Geraldine #E1766D
RGB
CMYK
RGB Variations
Color information
#E1766D (or 0xE1766D) is known color: Geraldine. HEX triplet: E1, 76 and 6D. RGB value is (225,118,109). Sum of RGB (Red+Green+Blue) = 225+118+109=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1766D is #1E8992. Grayscale: #959595. Windows color (decimal): -2001299 or 7173857. OLE color: 7173857.
HSL color Cylindrical-coordinate representation of color #E1766D: hue angle of 4.66º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1766D is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 109 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.12 |
| HSL | 4.66º | 0.66% | 0.65% | - |
| HSV(B) | 4.66º | 0.52% | 0.88% | - |
| XYZ | 40.29 | 30.07 | 18.15 | - |
| YUV | 148.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 109 | 0 | 0.48 | 0.52 | 0.12 | 4.66 | 0.66 | 0.65 |
| Hex | E1 | 76 | 6D | 0 | 30 | 34 | C | 5 | 42 | 41 |
| Octal | 341 | 166 | 155 | 0 | 60 | 64 | 14 | 5 | 102 | 101 |
| Binary | 11100001 | 1110110 | 1101101 | 0 | 110000 | 110100 | 1100 | 101 | 1000010 | 1000001 |
Color Harmonies of #E1766D
Complementary color
Monochromatic Colors of #E1766D
Black with #E1766D
Text Example
Text Example
White with #E1766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1766D; }
p { color: rgb(225,118,109); }
H1.HeaderClassName
{
color: #E1766D;
}
.AnyTagClassName
{
color: #E1766D;
}
</style>
background-color css
<style>
a { background-color: #E1766D; }
a { background-color: rgb(225,118,109); }
div.DivClassName
{
background-color: #E1766D;
}
.BgClassName
{
background-color: #E1766D;
}
</style>
border-color css
<style>
span { border-color: #E1766D; }
span { border-color: rgb(225,118,109); }
td.TdClassName
{
border-color: #E1766D;
}
.TagClassName
{
border-color: #E1766D;
}
</style>