Shades of Geraldine #E2796E
Tints of Geraldine #E2796E
RGB
CMYK
RGB Variations
Color information
#E2796E (or 0xE2796E) is known color: Geraldine. HEX triplet: E2, 79 and 6E. RGB value is (226,121,110). Sum of RGB (Red+Green+Blue) = 226+121+110=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E2796E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2796E is #1D8691. Grayscale: #979797. Windows color (decimal): -1934994 or 7240162. OLE color: 7240162.
HSL color Cylindrical-coordinate representation of color #E2796E: hue angle of 5.69º degrees, saturation: 0.67, 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 #E2796E is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 110 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.11 |
| HSL | 5.69º | 0.67% | 0.66% | - |
| HSV(B) | 5.69º | 0.51% | 0.89% | - |
| XYZ | 41.02 | 30.97 | 18.57 | - |
| YUV | 151.14 | 104.79 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 110 | 0 | 0.46 | 0.51 | 0.11 | 5.69 | 0.67 | 0.66 |
| Hex | E2 | 79 | 6E | 0 | 2E | 33 | B | 6 | 43 | 42 |
| Octal | 342 | 171 | 156 | 0 | 56 | 63 | 13 | 6 | 103 | 102 |
| Binary | 11100010 | 1111001 | 1101110 | 0 | 101110 | 110011 | 1011 | 110 | 1000011 | 1000010 |
Color Harmonies of #E2796E
Complementary color
Monochromatic Colors of #E2796E
Black with #E2796E
Text Example
Text Example
White with #E2796E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2796E; }
p { color: rgb(226,121,110); }
H1.HeaderClassName
{
color: #E2796E;
}
.AnyTagClassName
{
color: #E2796E;
}
</style>
background-color css
<style>
a { background-color: #E2796E; }
a { background-color: rgb(226,121,110); }
div.DivClassName
{
background-color: #E2796E;
}
.BgClassName
{
background-color: #E2796E;
}
</style>
border-color css
<style>
span { border-color: #E2796E; }
span { border-color: rgb(226,121,110); }
td.TdClassName
{
border-color: #E2796E;
}
.TagClassName
{
border-color: #E2796E;
}
</style>