Shades of Pale Violet Red #E174A0
Tints of Pale Violet Red #E174A0
RGB
CMYK
RGB Variations
Color information
#E174A0 (or 0xE174A0) is known color: Pale Violet Red. HEX triplet: E1, 74 and A0. RGB value is (225,116,160). Sum of RGB (Red+Green+Blue) = 225+116+160=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E174A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E174A0 is #1E8B5F. Grayscale: #999999. Windows color (decimal): -2001760 or 10515681. OLE color: 10515681.
HSL color Cylindrical-coordinate representation of color #E174A0: hue angle of 335.78º 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 #E174A0 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 160 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.12 |
| HSL | 335.78º | 0.64% | 0.67% | - |
| HSV(B) | 335.78º | 0.48% | 0.88% | - |
| XYZ | 43.64 | 31.04 | 36.95 | - |
| YUV | 153.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 160 | 0 | 0.48 | 0.29 | 0.12 | 335.78 | 0.64 | 0.67 |
| Hex | E1 | 74 | A0 | 0 | 30 | 1D | C | 150 | 40 | 43 |
| Octal | 341 | 164 | 240 | 0 | 60 | 35 | 14 | 520 | 100 | 103 |
| Binary | 11100001 | 1110100 | 10100000 | 0 | 110000 | 11101 | 1100 | 101010000 | 1000000 | 1000011 |
Color Harmonies of #E174A0
Complementary color
Monochromatic Colors of #E174A0
Black with #E174A0
Text Example
Text Example
White with #E174A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174A0; }
p { color: rgb(225,116,160); }
H1.HeaderClassName
{
color: #E174A0;
}
.AnyTagClassName
{
color: #E174A0;
}
</style>
background-color css
<style>
a { background-color: #E174A0; }
a { background-color: rgb(225,116,160); }
div.DivClassName
{
background-color: #E174A0;
}
.BgClassName
{
background-color: #E174A0;
}
</style>
border-color css
<style>
span { border-color: #E174A0; }
span { border-color: rgb(225,116,160); }
td.TdClassName
{
border-color: #E174A0;
}
.TagClassName
{
border-color: #E174A0;
}
</style>