Shades of Geraldine #E17469
Tints of Geraldine #E17469
RGB
CMYK
RGB Variations
Color information
#E17469 (or 0xE17469) is known color: Geraldine. HEX triplet: E1, 74 and 69. RGB value is (225,116,105). Sum of RGB (Red+Green+Blue) = 225+116+105=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E17469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17469 is #1E8B96. Grayscale: #939393. Windows color (decimal): -2001815 or 6911201. OLE color: 6911201.
HSL color Cylindrical-coordinate representation of color #E17469: hue angle of 5.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E17469 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 105 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.12 |
| HSL | 5.5º | 0.67% | 0.65% | - |
| HSV(B) | 5.5º | 0.53% | 0.88% | - |
| XYZ | 39.85 | 29.52 | 16.96 | - |
| YUV | 147.34 | 104.11 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 105 | 0 | 0.48 | 0.53 | 0.12 | 5.5 | 0.67 | 0.65 |
| Hex | E1 | 74 | 69 | 0 | 30 | 35 | C | 6 | 43 | 41 |
| Octal | 341 | 164 | 151 | 0 | 60 | 65 | 14 | 6 | 103 | 101 |
| Binary | 11100001 | 1110100 | 1101001 | 0 | 110000 | 110101 | 1100 | 110 | 1000011 | 1000001 |
Color Harmonies of #E17469
Complementary color
Monochromatic Colors of #E17469
Black with #E17469
Text Example
Text Example
White with #E17469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17469; }
p { color: rgb(225,116,105); }
H1.HeaderClassName
{
color: #E17469;
}
.AnyTagClassName
{
color: #E17469;
}
</style>
background-color css
<style>
a { background-color: #E17469; }
a { background-color: rgb(225,116,105); }
div.DivClassName
{
background-color: #E17469;
}
.BgClassName
{
background-color: #E17469;
}
</style>
border-color css
<style>
span { border-color: #E17469; }
span { border-color: rgb(225,116,105); }
td.TdClassName
{
border-color: #E17469;
}
.TagClassName
{
border-color: #E17469;
}
</style>