Shades of Pale Violet Red #E170AC
Tints of Pale Violet Red #E170AC
RGB
CMYK
RGB Variations
Color information
#E170AC (or 0xE170AC) is known color: Pale Violet Red. HEX triplet: E1, 70 and AC. RGB value is (225,112,172). Sum of RGB (Red+Green+Blue) = 225+112+172=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E170AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E170AC is #1E8F53. Grayscale: #989898. Windows color (decimal): -2002772 or 11301089. OLE color: 11301089.
HSL color Cylindrical-coordinate representation of color #E170AC: hue angle of 328.14º 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 #E170AC is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 172 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.12 |
| HSL | 328.14º | 0.65% | 0.66% | - |
| HSV(B) | 328.14º | 0.5% | 0.88% | - |
| XYZ | 44.29 | 30.57 | 42.6 | - |
| YUV | 152.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 172 | 0 | 0.50 | 0.24 | 0.12 | 328.14 | 0.65 | 0.66 |
| Hex | E1 | 70 | AC | 0 | 32 | 18 | C | 148 | 41 | 42 |
| Octal | 341 | 160 | 254 | 0 | 62 | 30 | 14 | 510 | 101 | 102 |
| Binary | 11100001 | 1110000 | 10101100 | 0 | 110010 | 11000 | 1100 | 101001000 | 1000001 | 1000010 |
Color Harmonies of #E170AC
Complementary color
Monochromatic Colors of #E170AC
Black with #E170AC
Text Example
Text Example
White with #E170AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170AC; }
p { color: rgb(225,112,172); }
H1.HeaderClassName
{
color: #E170AC;
}
.AnyTagClassName
{
color: #E170AC;
}
</style>
background-color css
<style>
a { background-color: #E170AC; }
a { background-color: rgb(225,112,172); }
div.DivClassName
{
background-color: #E170AC;
}
.BgClassName
{
background-color: #E170AC;
}
</style>
border-color css
<style>
span { border-color: #E170AC; }
span { border-color: rgb(225,112,172); }
td.TdClassName
{
border-color: #E170AC;
}
.TagClassName
{
border-color: #E170AC;
}
</style>