Shades of Pale Violet Red #E170A0
Tints of Pale Violet Red #E170A0
RGB
CMYK
RGB Variations
Color information
#E170A0 (or 0xE170A0) is known color: Pale Violet Red. HEX triplet: E1, 70 and A0. RGB value is (225,112,160). Sum of RGB (Red+Green+Blue) = 225+112+160=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E170A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E170A0 is #1E8F5F. Grayscale: #979797. Windows color (decimal): -2002784 or 10514657. OLE color: 10514657.
HSL color Cylindrical-coordinate representation of color #E170A0: hue angle of 334.51º 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 #E170A0 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 160 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.12 |
| HSL | 334.51º | 0.65% | 0.66% | - |
| HSV(B) | 334.51º | 0.5% | 0.88% | - |
| XYZ | 43.19 | 30.13 | 36.8 | - |
| YUV | 151.26 | 132.94 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 160 | 0 | 0.50 | 0.29 | 0.12 | 334.51 | 0.65 | 0.66 |
| Hex | E1 | 70 | A0 | 0 | 32 | 1D | C | 14F | 41 | 42 |
| Octal | 341 | 160 | 240 | 0 | 62 | 35 | 14 | 517 | 101 | 102 |
| Binary | 11100001 | 1110000 | 10100000 | 0 | 110010 | 11101 | 1100 | 101001111 | 1000001 | 1000010 |
Color Harmonies of #E170A0
Complementary color
Monochromatic Colors of #E170A0
Black with #E170A0
Text Example
Text Example
White with #E170A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170A0; }
p { color: rgb(225,112,160); }
H1.HeaderClassName
{
color: #E170A0;
}
.AnyTagClassName
{
color: #E170A0;
}
</style>
background-color css
<style>
a { background-color: #E170A0; }
a { background-color: rgb(225,112,160); }
div.DivClassName
{
background-color: #E170A0;
}
.BgClassName
{
background-color: #E170A0;
}
</style>
border-color css
<style>
span { border-color: #E170A0; }
span { border-color: rgb(225,112,160); }
td.TdClassName
{
border-color: #E170A0;
}
.TagClassName
{
border-color: #E170A0;
}
</style>