Shades of Geraldine #E2706F
Tints of Geraldine #E2706F
RGB
CMYK
RGB Variations
Color information
#E2706F (or 0xE2706F) is known color: Geraldine. HEX triplet: E2, 70 and 6F. RGB value is (226,112,111). Sum of RGB (Red+Green+Blue) = 226+112+111=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E2706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2706F is #1D8F90. Grayscale: #929292. Windows color (decimal): -1937297 or 7303394. OLE color: 7303394.
HSL color Cylindrical-coordinate representation of color #E2706F: hue angle of 0.52º 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 #E2706F is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 111 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.11 |
| HSL | 0.52º | 0.66% | 0.66% | - |
| HSV(B) | 0.52º | 0.51% | 0.89% | - |
| XYZ | 40.03 | 28.9 | 18.51 | - |
| YUV | 145.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 111 | 0 | 0.50 | 0.51 | 0.11 | 0.52 | 0.66 | 0.66 |
| Hex | E2 | 70 | 6F | 0 | 32 | 33 | B | 1 | 42 | 42 |
| Octal | 342 | 160 | 157 | 0 | 62 | 63 | 13 | 1 | 102 | 102 |
| Binary | 11100010 | 1110000 | 1101111 | 0 | 110010 | 110011 | 1011 | 1 | 1000010 | 1000010 |
Color Harmonies of #E2706F
Complementary color
Monochromatic Colors of #E2706F
Black with #E2706F
Text Example
Text Example
White with #E2706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2706F; }
p { color: rgb(226,112,111); }
H1.HeaderClassName
{
color: #E2706F;
}
.AnyTagClassName
{
color: #E2706F;
}
</style>
background-color css
<style>
a { background-color: #E2706F; }
a { background-color: rgb(226,112,111); }
div.DivClassName
{
background-color: #E2706F;
}
.BgClassName
{
background-color: #E2706F;
}
</style>
border-color css
<style>
span { border-color: #E2706F; }
span { border-color: rgb(226,112,111); }
td.TdClassName
{
border-color: #E2706F;
}
.TagClassName
{
border-color: #E2706F;
}
</style>