Shades of Pale Violet Red #E173A2
Tints of Pale Violet Red #E173A2
RGB
CMYK
RGB Variations
Color information
#E173A2 (or 0xE173A2) is known color: Pale Violet Red. HEX triplet: E1, 73 and A2. RGB value is (225,115,162). Sum of RGB (Red+Green+Blue) = 225+115+162=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E173A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E173A2 is #1E8C5D. Grayscale: #999999. Windows color (decimal): -2002014 or 10646497. OLE color: 10646497.
HSL color Cylindrical-coordinate representation of color #E173A2: hue angle of 334.36º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E173A2 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 115 | 162 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.12 |
| HSL | 334.36º | 0.65% | 0.67% | - |
| HSV(B) | 334.36º | 0.49% | 0.88% | - |
| XYZ | 43.7 | 30.88 | 37.84 | - |
| YUV | 153.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 115 | 162 | 0 | 0.49 | 0.28 | 0.12 | 334.36 | 0.65 | 0.67 |
| Hex | E1 | 73 | A2 | 0 | 31 | 1C | C | 14E | 41 | 43 |
| Octal | 341 | 163 | 242 | 0 | 61 | 34 | 14 | 516 | 101 | 103 |
| Binary | 11100001 | 1110011 | 10100010 | 0 | 110001 | 11100 | 1100 | 101001110 | 1000001 | 1000011 |
Color Harmonies of #E173A2
Complementary color
Monochromatic Colors of #E173A2
Black with #E173A2
Text Example
Text Example
White with #E173A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E173A2; }
p { color: rgb(225,115,162); }
H1.HeaderClassName
{
color: #E173A2;
}
.AnyTagClassName
{
color: #E173A2;
}
</style>
background-color css
<style>
a { background-color: #E173A2; }
a { background-color: rgb(225,115,162); }
div.DivClassName
{
background-color: #E173A2;
}
.BgClassName
{
background-color: #E173A2;
}
</style>
border-color css
<style>
span { border-color: #E173A2; }
span { border-color: rgb(225,115,162); }
td.TdClassName
{
border-color: #E173A2;
}
.TagClassName
{
border-color: #E173A2;
}
</style>