Shades of Pale Violet Red #E1719E
Tints of Pale Violet Red #E1719E
RGB
CMYK
RGB Variations
Color information
#E1719E (or 0xE1719E) is known color: Pale Violet Red. HEX triplet: E1, 71 and 9E. RGB value is (225,113,158). Sum of RGB (Red+Green+Blue) = 225+113+158=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E1719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1719E is #1E8E61. Grayscale: #979797. Windows color (decimal): -2002530 or 10383841. OLE color: 10383841.
HSL color Cylindrical-coordinate representation of color #E1719E: hue angle of 335.89º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1719E is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 158 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.12 |
| HSL | 335.89º | 0.65% | 0.66% | - |
| HSV(B) | 335.89º | 0.5% | 0.88% | - |
| XYZ | 43.13 | 30.29 | 35.92 | - |
| YUV | 151.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 158 | 0 | 0.50 | 0.30 | 0.12 | 335.89 | 0.65 | 0.66 |
| Hex | E1 | 71 | 9E | 0 | 32 | 1E | C | 150 | 41 | 42 |
| Octal | 341 | 161 | 236 | 0 | 62 | 36 | 14 | 520 | 101 | 102 |
| Binary | 11100001 | 1110001 | 10011110 | 0 | 110010 | 11110 | 1100 | 101010000 | 1000001 | 1000010 |
Color Harmonies of #E1719E
Complementary color
Monochromatic Colors of #E1719E
Black with #E1719E
Text Example
Text Example
White with #E1719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1719E; }
p { color: rgb(225,113,158); }
H1.HeaderClassName
{
color: #E1719E;
}
.AnyTagClassName
{
color: #E1719E;
}
</style>
background-color css
<style>
a { background-color: #E1719E; }
a { background-color: rgb(225,113,158); }
div.DivClassName
{
background-color: #E1719E;
}
.BgClassName
{
background-color: #E1719E;
}
</style>
border-color css
<style>
span { border-color: #E1719E; }
span { border-color: rgb(225,113,158); }
td.TdClassName
{
border-color: #E1719E;
}
.TagClassName
{
border-color: #E1719E;
}
</style>