Shades of Geraldine #E2766C
Tints of Geraldine #E2766C
RGB
CMYK
RGB Variations
Color information
#E2766C (or 0xE2766C) is known color: Geraldine. HEX triplet: E2, 76 and 6C. RGB value is (226,118,108). Sum of RGB (Red+Green+Blue) = 226+118+108=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2766C is #1D8993. Grayscale: #959595. Windows color (decimal): -1935764 or 7108322. OLE color: 7108322.
HSL color Cylindrical-coordinate representation of color #E2766C: hue angle of 5.08º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2766C is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 108 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.11 |
| HSL | 5.08º | 0.67% | 0.65% | - |
| HSV(B) | 5.08º | 0.52% | 0.89% | - |
| XYZ | 40.55 | 30.21 | 17.88 | - |
| YUV | 149.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 108 | 0 | 0.48 | 0.52 | 0.11 | 5.08 | 0.67 | 0.65 |
| Hex | E2 | 76 | 6C | 0 | 30 | 34 | B | 5 | 43 | 41 |
| Octal | 342 | 166 | 154 | 0 | 60 | 64 | 13 | 5 | 103 | 101 |
| Binary | 11100010 | 1110110 | 1101100 | 0 | 110000 | 110100 | 1011 | 101 | 1000011 | 1000001 |
Color Harmonies of #E2766C
Complementary color
Monochromatic Colors of #E2766C
Black with #E2766C
Text Example
Text Example
White with #E2766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2766C; }
p { color: rgb(226,118,108); }
H1.HeaderClassName
{
color: #E2766C;
}
.AnyTagClassName
{
color: #E2766C;
}
</style>
background-color css
<style>
a { background-color: #E2766C; }
a { background-color: rgb(226,118,108); }
div.DivClassName
{
background-color: #E2766C;
}
.BgClassName
{
background-color: #E2766C;
}
</style>
border-color css
<style>
span { border-color: #E2766C; }
span { border-color: rgb(226,118,108); }
td.TdClassName
{
border-color: #E2766C;
}
.TagClassName
{
border-color: #E2766C;
}
</style>