Shades of Pale Violet Red #E175AA
Tints of Pale Violet Red #E175AA
RGB
CMYK
RGB Variations
Color information
#E175AA (or 0xE175AA) is known color: Pale Violet Red. HEX triplet: E1, 75 and AA. RGB value is (225,117,170). Sum of RGB (Red+Green+Blue) = 225+117+170=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E175AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E175AA is #1E8A55. Grayscale: #9B9B9B. Windows color (decimal): -2001494 or 11171297. OLE color: 11171297.
HSL color Cylindrical-coordinate representation of color #E175AA: hue angle of 330.56º 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 #E175AA is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 170 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.12 |
| HSL | 330.56º | 0.64% | 0.67% | - |
| HSV(B) | 330.56º | 0.48% | 0.88% | - |
| XYZ | 44.67 | 31.63 | 41.78 | - |
| YUV | 155.33 | 136.28 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 170 | 0 | 0.48 | 0.24 | 0.12 | 330.56 | 0.64 | 0.67 |
| Hex | E1 | 75 | AA | 0 | 30 | 18 | C | 14B | 40 | 43 |
| Octal | 341 | 165 | 252 | 0 | 60 | 30 | 14 | 513 | 100 | 103 |
| Binary | 11100001 | 1110101 | 10101010 | 0 | 110000 | 11000 | 1100 | 101001011 | 1000000 | 1000011 |
Color Harmonies of #E175AA
Complementary color
Monochromatic Colors of #E175AA
Black with #E175AA
Text Example
Text Example
White with #E175AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175AA; }
p { color: rgb(225,117,170); }
H1.HeaderClassName
{
color: #E175AA;
}
.AnyTagClassName
{
color: #E175AA;
}
</style>
background-color css
<style>
a { background-color: #E175AA; }
a { background-color: rgb(225,117,170); }
div.DivClassName
{
background-color: #E175AA;
}
.BgClassName
{
background-color: #E175AA;
}
</style>
border-color css
<style>
span { border-color: #E175AA; }
span { border-color: rgb(225,117,170); }
td.TdClassName
{
border-color: #E175AA;
}
.TagClassName
{
border-color: #E175AA;
}
</style>