Shades of Geraldine #E16E6D
Tints of Geraldine #E16E6D
RGB
CMYK
RGB Variations
Color information
#E16E6D (or 0xE16E6D) is known color: Geraldine. HEX triplet: E1, 6E and 6D. RGB value is (225,110,109). Sum of RGB (Red+Green+Blue) = 225+110+109=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E6D is #1E9192. Grayscale: #909090. Windows color (decimal): -2003347 or 7171809. OLE color: 7171809.
HSL color Cylindrical-coordinate representation of color #E16E6D: hue angle of 0.52º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16E6D is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 109 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.12 |
| HSL | 0.52º | 0.66% | 0.65% | - |
| HSV(B) | 0.52º | 0.52% | 0.88% | - |
| XYZ | 39.39 | 28.26 | 17.85 | - |
| YUV | 144.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 109 | 0 | 0.51 | 0.52 | 0.12 | 0.52 | 0.66 | 0.65 |
| Hex | E1 | 6E | 6D | 0 | 33 | 34 | C | 1 | 42 | 41 |
| Octal | 341 | 156 | 155 | 0 | 63 | 64 | 14 | 1 | 102 | 101 |
| Binary | 11100001 | 1101110 | 1101101 | 0 | 110011 | 110100 | 1100 | 1 | 1000010 | 1000001 |
Color Harmonies of #E16E6D
Complementary color
Monochromatic Colors of #E16E6D
Black with #E16E6D
Text Example
Text Example
White with #E16E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16E6D; }
p { color: rgb(225,110,109); }
H1.HeaderClassName
{
color: #E16E6D;
}
.AnyTagClassName
{
color: #E16E6D;
}
</style>
background-color css
<style>
a { background-color: #E16E6D; }
a { background-color: rgb(225,110,109); }
div.DivClassName
{
background-color: #E16E6D;
}
.BgClassName
{
background-color: #E16E6D;
}
</style>
border-color css
<style>
span { border-color: #E16E6D; }
span { border-color: rgb(225,110,109); }
td.TdClassName
{
border-color: #E16E6D;
}
.TagClassName
{
border-color: #E16E6D;
}
</style>