Shades of Pale Violet Red #E15BA0
Tints of Pale Violet Red #E15BA0
RGB
CMYK
RGB Variations
Color information
#E15BA0 (or 0xE15BA0) is known color: Pale Violet Red. HEX triplet: E1, 5B and A0. RGB value is (225,91,160). Sum of RGB (Red+Green+Blue) = 225+91+160=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15BA0 is #1EA45F. Grayscale: #8A8A8A. Windows color (decimal): -2008160 or 10509281. OLE color: 10509281.
HSL color Cylindrical-coordinate representation of color #E15BA0: hue angle of 329.1º 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 #E15BA0 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 160 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.12 |
| HSL | 329.1º | 0.69% | 0.62% | - |
| HSV(B) | 329.1º | 0.6% | 0.88% | - |
| XYZ | 41.14 | 26.03 | 36.11 | - |
| YUV | 138.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 160 | 0 | 0.60 | 0.29 | 0.12 | 329.1 | 0.69 | 0.62 |
| Hex | E1 | 5B | A0 | 0 | 3C | 1D | C | 149 | 45 | 3E |
| Octal | 341 | 133 | 240 | 0 | 74 | 35 | 14 | 511 | 105 | 76 |
| Binary | 11100001 | 1011011 | 10100000 | 0 | 111100 | 11101 | 1100 | 101001001 | 1000101 | 111110 |
Color Harmonies of #E15BA0
Complementary color
Monochromatic Colors of #E15BA0
Black with #E15BA0
Text Example
Text Example
White with #E15BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BA0; }
p { color: rgb(225,91,160); }
H1.HeaderClassName
{
color: #E15BA0;
}
.AnyTagClassName
{
color: #E15BA0;
}
</style>
background-color css
<style>
a { background-color: #E15BA0; }
a { background-color: rgb(225,91,160); }
div.DivClassName
{
background-color: #E15BA0;
}
.BgClassName
{
background-color: #E15BA0;
}
</style>
border-color css
<style>
span { border-color: #E15BA0; }
span { border-color: rgb(225,91,160); }
td.TdClassName
{
border-color: #E15BA0;
}
.TagClassName
{
border-color: #E15BA0;
}
</style>