Shades of Geraldine #E2796F
Tints of Geraldine #E2796F
RGB
CMYK
RGB Variations
Color information
#E2796F (or 0xE2796F) is known color: Geraldine. HEX triplet: E2, 79 and 6F. RGB value is (226,121,111). Sum of RGB (Red+Green+Blue) = 226+121+111=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E2796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2796F is #1D8690. Grayscale: #979797. Windows color (decimal): -1934993 or 7305698. OLE color: 7305698.
HSL color Cylindrical-coordinate representation of color #E2796F: hue angle of 5.22º 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 #E2796F is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 111 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.11 |
| HSL | 5.22º | 0.66% | 0.66% | - |
| HSV(B) | 5.22º | 0.51% | 0.89% | - |
| XYZ | 41.07 | 30.99 | 18.86 | - |
| YUV | 151.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 111 | 0 | 0.46 | 0.51 | 0.11 | 5.22 | 0.66 | 0.66 |
| Hex | E2 | 79 | 6F | 0 | 2E | 33 | B | 5 | 42 | 42 |
| Octal | 342 | 171 | 157 | 0 | 56 | 63 | 13 | 5 | 102 | 102 |
| Binary | 11100010 | 1111001 | 1101111 | 0 | 101110 | 110011 | 1011 | 101 | 1000010 | 1000010 |
Color Harmonies of #E2796F
Complementary color
Monochromatic Colors of #E2796F
Black with #E2796F
Text Example
Text Example
White with #E2796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2796F; }
p { color: rgb(226,121,111); }
H1.HeaderClassName
{
color: #E2796F;
}
.AnyTagClassName
{
color: #E2796F;
}
</style>
background-color css
<style>
a { background-color: #E2796F; }
a { background-color: rgb(226,121,111); }
div.DivClassName
{
background-color: #E2796F;
}
.BgClassName
{
background-color: #E2796F;
}
</style>
border-color css
<style>
span { border-color: #E2796F; }
span { border-color: rgb(226,121,111); }
td.TdClassName
{
border-color: #E2796F;
}
.TagClassName
{
border-color: #E2796F;
}
</style>