Shades of Pale Violet Red #E17596
Tints of Pale Violet Red #E17596
RGB
CMYK
RGB Variations
Color information
#E17596 (or 0xE17596) is known color: Pale Violet Red. HEX triplet: E1, 75 and 96. RGB value is (225,117,150). Sum of RGB (Red+Green+Blue) = 225+117+150=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E17596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17596 is #1E8A69. Grayscale: #999999. Windows color (decimal): -2001514 or 9860577. OLE color: 9860577.
HSL color Cylindrical-coordinate representation of color #E17596: hue angle of 341.67º 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 #E17596 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 150 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.12 |
| HSL | 341.67º | 0.64% | 0.67% | - |
| HSV(B) | 341.67º | 0.48% | 0.88% | - |
| XYZ | 42.92 | 30.93 | 32.56 | - |
| YUV | 153.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 150 | 0 | 0.48 | 0.33 | 0.12 | 341.67 | 0.64 | 0.67 |
| Hex | E1 | 75 | 96 | 0 | 30 | 21 | C | 156 | 40 | 43 |
| Octal | 341 | 165 | 226 | 0 | 60 | 41 | 14 | 526 | 100 | 103 |
| Binary | 11100001 | 1110101 | 10010110 | 0 | 110000 | 100001 | 1100 | 101010110 | 1000000 | 1000011 |
Color Harmonies of #E17596
Complementary color
Monochromatic Colors of #E17596
Black with #E17596
Text Example
Text Example
White with #E17596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17596; }
p { color: rgb(225,117,150); }
H1.HeaderClassName
{
color: #E17596;
}
.AnyTagClassName
{
color: #E17596;
}
</style>
background-color css
<style>
a { background-color: #E17596; }
a { background-color: rgb(225,117,150); }
div.DivClassName
{
background-color: #E17596;
}
.BgClassName
{
background-color: #E17596;
}
</style>
border-color css
<style>
span { border-color: #E17596; }
span { border-color: rgb(225,117,150); }
td.TdClassName
{
border-color: #E17596;
}
.TagClassName
{
border-color: #E17596;
}
</style>