Shades of Pale Violet Red #E17496
Tints of Pale Violet Red #E17496
RGB
CMYK
RGB Variations
Color information
#E17496 (or 0xE17496) is known color: Pale Violet Red. HEX triplet: E1, 74 and 96. RGB value is (225,116,150). Sum of RGB (Red+Green+Blue) = 225+116+150=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E17496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17496 is #1E8B69. Grayscale: #989898. Windows color (decimal): -2001770 or 9860321. OLE color: 9860321.
HSL color Cylindrical-coordinate representation of color #E17496: hue angle of 341.28º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E17496 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 150 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.12 |
| HSL | 341.28º | 0.64% | 0.67% | - |
| HSV(B) | 341.28º | 0.48% | 0.88% | - |
| XYZ | 42.8 | 30.7 | 32.52 | - |
| YUV | 152.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 150 | 0 | 0.48 | 0.33 | 0.12 | 341.28 | 0.64 | 0.67 |
| Hex | E1 | 74 | 96 | 0 | 30 | 21 | C | 155 | 40 | 43 |
| Octal | 341 | 164 | 226 | 0 | 60 | 41 | 14 | 525 | 100 | 103 |
| Binary | 11100001 | 1110100 | 10010110 | 0 | 110000 | 100001 | 1100 | 101010101 | 1000000 | 1000011 |
Color Harmonies of #E17496
Complementary color
Monochromatic Colors of #E17496
Black with #E17496
Text Example
Text Example
White with #E17496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17496; }
p { color: rgb(225,116,150); }
H1.HeaderClassName
{
color: #E17496;
}
.AnyTagClassName
{
color: #E17496;
}
</style>
background-color css
<style>
a { background-color: #E17496; }
a { background-color: rgb(225,116,150); }
div.DivClassName
{
background-color: #E17496;
}
.BgClassName
{
background-color: #E17496;
}
</style>
border-color css
<style>
span { border-color: #E17496; }
span { border-color: rgb(225,116,150); }
td.TdClassName
{
border-color: #E17496;
}
.TagClassName
{
border-color: #E17496;
}
</style>