Shades of Pale Violet Red #E174AA
Tints of Pale Violet Red #E174AA
RGB
CMYK
RGB Variations
Color information
#E174AA (or 0xE174AA) is known color: Pale Violet Red. HEX triplet: E1, 74 and AA. RGB value is (225,116,170). Sum of RGB (Red+Green+Blue) = 225+116+170=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E174AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E174AA is #1E8B55. Grayscale: #9A9A9A. Windows color (decimal): -2001750 or 11171041. OLE color: 11171041.
HSL color Cylindrical-coordinate representation of color #E174AA: hue angle of 330.28º 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 #E174AA is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 170 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.12 |
| HSL | 330.28º | 0.64% | 0.67% | - |
| HSV(B) | 330.28º | 0.48% | 0.88% | - |
| XYZ | 44.55 | 31.4 | 41.74 | - |
| YUV | 154.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 170 | 0 | 0.48 | 0.24 | 0.12 | 330.28 | 0.64 | 0.67 |
| Hex | E1 | 74 | AA | 0 | 30 | 18 | C | 14A | 40 | 43 |
| Octal | 341 | 164 | 252 | 0 | 60 | 30 | 14 | 512 | 100 | 103 |
| Binary | 11100001 | 1110100 | 10101010 | 0 | 110000 | 11000 | 1100 | 101001010 | 1000000 | 1000011 |
Color Harmonies of #E174AA
Complementary color
Monochromatic Colors of #E174AA
Black with #E174AA
Text Example
Text Example
White with #E174AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E174AA; }
p { color: rgb(225,116,170); }
H1.HeaderClassName
{
color: #E174AA;
}
.AnyTagClassName
{
color: #E174AA;
}
</style>
background-color css
<style>
a { background-color: #E174AA; }
a { background-color: rgb(225,116,170); }
div.DivClassName
{
background-color: #E174AA;
}
.BgClassName
{
background-color: #E174AA;
}
</style>
border-color css
<style>
span { border-color: #E174AA; }
span { border-color: rgb(225,116,170); }
td.TdClassName
{
border-color: #E174AA;
}
.TagClassName
{
border-color: #E174AA;
}
</style>