Shades of Pale Violet Red #E15AA0
Tints of Pale Violet Red #E15AA0
RGB
CMYK
RGB Variations
Color information
#E15AA0 (or 0xE15AA0) is known color: Pale Violet Red. HEX triplet: E1, 5A and A0. RGB value is (225,90,160). Sum of RGB (Red+Green+Blue) = 225+90+160=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E15AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15AA0 is #1EA55F. Grayscale: #8A8A8A. Windows color (decimal): -2008416 or 10509025. OLE color: 10509025.
HSL color Cylindrical-coordinate representation of color #E15AA0: hue angle of 328.89º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15AA0 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 160 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.12 |
| HSL | 328.89º | 0.69% | 0.62% | - |
| HSV(B) | 328.89º | 0.6% | 0.88% | - |
| XYZ | 41.05 | 25.86 | 36.09 | - |
| YUV | 138.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 160 | 0 | 0.60 | 0.29 | 0.12 | 328.89 | 0.69 | 0.62 |
| Hex | E1 | 5A | A0 | 0 | 3C | 1D | C | 149 | 45 | 3E |
| Octal | 341 | 132 | 240 | 0 | 74 | 35 | 14 | 511 | 105 | 76 |
| Binary | 11100001 | 1011010 | 10100000 | 0 | 111100 | 11101 | 1100 | 101001001 | 1000101 | 111110 |
Color Harmonies of #E15AA0
Complementary color
Monochromatic Colors of #E15AA0
Black with #E15AA0
Text Example
Text Example
White with #E15AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15AA0; }
p { color: rgb(225,90,160); }
H1.HeaderClassName
{
color: #E15AA0;
}
.AnyTagClassName
{
color: #E15AA0;
}
</style>
background-color css
<style>
a { background-color: #E15AA0; }
a { background-color: rgb(225,90,160); }
div.DivClassName
{
background-color: #E15AA0;
}
.BgClassName
{
background-color: #E15AA0;
}
</style>
border-color css
<style>
span { border-color: #E15AA0; }
span { border-color: rgb(225,90,160); }
td.TdClassName
{
border-color: #E15AA0;
}
.TagClassName
{
border-color: #E15AA0;
}
</style>