Shades of Pale Violet Red #E174A2
Tints of Pale Violet Red #E174A2
RGB
CMYK
RGB Variations
Color information
#E174A2 (or 0xE174A2) is known color: Pale Violet Red. HEX triplet: E1, 74 and A2. RGB value is (225,116,162). Sum of RGB (Red+Green+Blue) = 225+116+162=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E174A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E174A2 is #1E8B5D. Grayscale: #999999. Windows color (decimal): -2001758 or 10646753. OLE color: 10646753.
HSL color Cylindrical-coordinate representation of color #E174A2: hue angle of 334.68º 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 #E174A2 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 162 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.12 |
| HSL | 334.68º | 0.64% | 0.67% | - |
| HSV(B) | 334.68º | 0.48% | 0.88% | - |
| XYZ | 43.82 | 31.11 | 37.88 | - |
| YUV | 153.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 162 | 0 | 0.48 | 0.28 | 0.12 | 334.68 | 0.64 | 0.67 |
| Hex | E1 | 74 | A2 | 0 | 30 | 1C | C | 14F | 40 | 43 |
| Octal | 341 | 164 | 242 | 0 | 60 | 34 | 14 | 517 | 100 | 103 |
| Binary | 11100001 | 1110100 | 10100010 | 0 | 110000 | 11100 | 1100 | 101001111 | 1000000 | 1000011 |
Color Harmonies of #E174A2
Complementary color
Monochromatic Colors of #E174A2
Black with #E174A2
Text Example
Text Example
White with #E174A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174A2; }
p { color: rgb(225,116,162); }
H1.HeaderClassName
{
color: #E174A2;
}
.AnyTagClassName
{
color: #E174A2;
}
</style>
background-color css
<style>
a { background-color: #E174A2; }
a { background-color: rgb(225,116,162); }
div.DivClassName
{
background-color: #E174A2;
}
.BgClassName
{
background-color: #E174A2;
}
</style>
border-color css
<style>
span { border-color: #E174A2; }
span { border-color: rgb(225,116,162); }
td.TdClassName
{
border-color: #E174A2;
}
.TagClassName
{
border-color: #E174A2;
}
</style>