Shades of Geraldine #E16E6E
Tints of Geraldine #E16E6E
RGB
CMYK
RGB Variations
Color information
#E16E6E (or 0xE16E6E) is known color: Geraldine. HEX triplet: E1, 6E and 6E. RGB value is (225,110,110). Sum of RGB (Red+Green+Blue) = 225+110+110=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E6E is #1E9191. Grayscale: #909090. Windows color (decimal): -2003346 or 7237345. OLE color: 7237345.
HSL color Cylindrical-coordinate representation of color #E16E6E: hue angle of 0º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16E6E is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 110 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.12 |
| HSL | 0º | 0.66% | 0.66% | - |
| HSV(B) | 0º | 0.51% | 0.88% | - |
| XYZ | 39.44 | 28.29 | 18.13 | - |
| YUV | 144.39 | 108.6 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 110 | 0 | 0.51 | 0.51 | 0.12 | 0 | 0.66 | 0.66 |
| Hex | E1 | 6E | 6E | 0 | 33 | 33 | C | 0 | 42 | 42 |
| Octal | 341 | 156 | 156 | 0 | 63 | 63 | 14 | 0 | 102 | 102 |
| Binary | 11100001 | 1101110 | 1101110 | 0 | 110011 | 110011 | 1100 | 0 | 1000010 | 1000010 |
Color Harmonies of #E16E6E
Complementary color
Monochromatic Colors of #E16E6E
Black with #E16E6E
Text Example
Text Example
White with #E16E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16E6E; }
p { color: rgb(225,110,110); }
H1.HeaderClassName
{
color: #E16E6E;
}
.AnyTagClassName
{
color: #E16E6E;
}
</style>
background-color css
<style>
a { background-color: #E16E6E; }
a { background-color: rgb(225,110,110); }
div.DivClassName
{
background-color: #E16E6E;
}
.BgClassName
{
background-color: #E16E6E;
}
</style>
border-color css
<style>
span { border-color: #E16E6E; }
span { border-color: rgb(225,110,110); }
td.TdClassName
{
border-color: #E16E6E;
}
.TagClassName
{
border-color: #E16E6E;
}
</style>