Shades of Geraldine #E17A6D
Tints of Geraldine #E17A6D
RGB
CMYK
RGB Variations
Color information
#E17A6D (or 0xE17A6D) is known color: Geraldine. HEX triplet: E1, 7A and 6D. RGB value is (225,122,109). Sum of RGB (Red+Green+Blue) = 225+122+109=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A6D is #1E8592. Grayscale: #979797. Windows color (decimal): -2000275 or 7174881. OLE color: 7174881.
HSL color Cylindrical-coordinate representation of color #E17A6D: hue angle of 6.72º 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 #E17A6D is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 109 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.12 |
| HSL | 6.72º | 0.66% | 0.65% | - |
| HSV(B) | 6.72º | 0.52% | 0.88% | - |
| XYZ | 40.77 | 31.03 | 18.31 | - |
| YUV | 151.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 109 | 0 | 0.46 | 0.52 | 0.12 | 6.72 | 0.66 | 0.65 |
| Hex | E1 | 7A | 6D | 0 | 2E | 34 | C | 7 | 42 | 41 |
| Octal | 341 | 172 | 155 | 0 | 56 | 64 | 14 | 7 | 102 | 101 |
| Binary | 11100001 | 1111010 | 1101101 | 0 | 101110 | 110100 | 1100 | 111 | 1000010 | 1000001 |
Color Harmonies of #E17A6D
Complementary color
Monochromatic Colors of #E17A6D
Black with #E17A6D
Text Example
Text Example
White with #E17A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A6D; }
p { color: rgb(225,122,109); }
H1.HeaderClassName
{
color: #E17A6D;
}
.AnyTagClassName
{
color: #E17A6D;
}
</style>
background-color css
<style>
a { background-color: #E17A6D; }
a { background-color: rgb(225,122,109); }
div.DivClassName
{
background-color: #E17A6D;
}
.BgClassName
{
background-color: #E17A6D;
}
</style>
border-color css
<style>
span { border-color: #E17A6D; }
span { border-color: rgb(225,122,109); }
td.TdClassName
{
border-color: #E17A6D;
}
.TagClassName
{
border-color: #E17A6D;
}
</style>