Shades of Violet #E187E1
Tints of Violet #E187E1
RGB
CMYK
RGB Variations
Color information
#E187E1 (or 0xE187E1) is known color: Violet. HEX triplet: E1, 87 and E1. RGB value is (225,135,225). Sum of RGB (Red+Green+Blue) = 225+135+225=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 135 (53.12% from 255 or 23.08% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E187E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187E1 is #1E781E. Grayscale: #ABABAB. Windows color (decimal): -1996831 or 14780385. OLE color: 14780385.
HSL color Cylindrical-coordinate representation of color #E187E1: hue angle of 300º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E187E1 is Cyan = 0, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 225 | - |
| CMYK | 0 | 0.4 | 0 | 0.12 |
| HSL | 300º | 0.6% | 0.71% | - |
| HSV(B) | 300º | 0.4% | 0.88% | - |
| XYZ | 53.31 | 38.77 | 75.91 | - |
| YUV | 172.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 225 | 0 | 0.4 | 0 | 0.12 | 300 | 0.6 | 0.71 |
| Hex | E1 | 87 | E1 | 0 | 28 | 0 | C | 12C | 3C | 47 |
| Octal | 341 | 207 | 341 | 0 | 50 | 0 | 14 | 454 | 74 | 107 |
| Binary | 11100001 | 10000111 | 11100001 | 0 | 101000 | 0 | 1100 | 100101100 | 111100 | 1000111 |
Color Harmonies of #E187E1
Complementary color
Monochromatic Colors of #E187E1
Black with #E187E1
Text Example
Text Example
White with #E187E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187E1; }
p { color: rgb(225,135,225); }
H1.HeaderClassName
{
color: #E187E1;
}
.AnyTagClassName
{
color: #E187E1;
}
</style>
background-color css
<style>
a { background-color: #E187E1; }
a { background-color: rgb(225,135,225); }
div.DivClassName
{
background-color: #E187E1;
}
.BgClassName
{
background-color: #E187E1;
}
</style>
border-color css
<style>
span { border-color: #E187E1; }
span { border-color: rgb(225,135,225); }
td.TdClassName
{
border-color: #E187E1;
}
.TagClassName
{
border-color: #E187E1;
}
</style>