Shades of Geraldine #E2766F
Tints of Geraldine #E2766F
RGB
CMYK
RGB Variations
Color information
#E2766F (or 0xE2766F) is known color: Geraldine. HEX triplet: E2, 76 and 6F. RGB value is (226,118,111). Sum of RGB (Red+Green+Blue) = 226+118+111=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2766F is #1D8990. Grayscale: #959595. Windows color (decimal): -1935761 or 7304930. OLE color: 7304930.
HSL color Cylindrical-coordinate representation of color #E2766F: hue angle of 3.65º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2766F is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 111 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.11 |
| HSL | 3.65º | 0.66% | 0.66% | - |
| HSV(B) | 3.65º | 0.51% | 0.89% | - |
| XYZ | 40.71 | 30.27 | 18.74 | - |
| YUV | 149.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 111 | 0 | 0.48 | 0.51 | 0.11 | 3.65 | 0.66 | 0.66 |
| Hex | E2 | 76 | 6F | 0 | 30 | 33 | B | 4 | 42 | 42 |
| Octal | 342 | 166 | 157 | 0 | 60 | 63 | 13 | 4 | 102 | 102 |
| Binary | 11100010 | 1110110 | 1101111 | 0 | 110000 | 110011 | 1011 | 100 | 1000010 | 1000010 |
Color Harmonies of #E2766F
Complementary color
Monochromatic Colors of #E2766F
Black with #E2766F
Text Example
Text Example
White with #E2766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2766F; }
p { color: rgb(226,118,111); }
H1.HeaderClassName
{
color: #E2766F;
}
.AnyTagClassName
{
color: #E2766F;
}
</style>
background-color css
<style>
a { background-color: #E2766F; }
a { background-color: rgb(226,118,111); }
div.DivClassName
{
background-color: #E2766F;
}
.BgClassName
{
background-color: #E2766F;
}
</style>
border-color css
<style>
span { border-color: #E2766F; }
span { border-color: rgb(226,118,111); }
td.TdClassName
{
border-color: #E2766F;
}
.TagClassName
{
border-color: #E2766F;
}
</style>