Shades of Violet #E187DC
Tints of Violet #E187DC
RGB
CMYK
RGB Variations
Color information
#E187DC (or 0xE187DC) is known color: Violet. HEX triplet: E1, 87 and DC. RGB value is (225,135,220). Sum of RGB (Red+Green+Blue) = 225+135+220=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 135 (53.12% from 255 or 23.28% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E187DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187DC is #1E7823. Grayscale: #ABABAB. Windows color (decimal): -1996836 or 14452705. OLE color: 14452705.
HSL color Cylindrical-coordinate representation of color #E187DC: hue angle of 303.33º 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 #E187DC is Cyan = 0, Magento = 0.4, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 220 | - |
| CMYK | 0 | 0.4 | 0.02 | 0.12 |
| HSL | 303.33º | 0.6% | 0.71% | - |
| HSV(B) | 303.33º | 0.4% | 0.88% | - |
| XYZ | 52.63 | 38.5 | 72.37 | - |
| YUV | 171.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 220 | 0 | 0.4 | 0.02 | 0.12 | 303.33 | 0.6 | 0.71 |
| Hex | E1 | 87 | DC | 0 | 28 | 2 | C | 12F | 3C | 47 |
| Octal | 341 | 207 | 334 | 0 | 50 | 2 | 14 | 457 | 74 | 107 |
| Binary | 11100001 | 10000111 | 11011100 | 0 | 101000 | 10 | 1100 | 100101111 | 111100 | 1000111 |
Color Harmonies of #E187DC
Complementary color
Monochromatic Colors of #E187DC
Black with #E187DC
Text Example
Text Example
White with #E187DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187DC; }
p { color: rgb(225,135,220); }
H1.HeaderClassName
{
color: #E187DC;
}
.AnyTagClassName
{
color: #E187DC;
}
</style>
background-color css
<style>
a { background-color: #E187DC; }
a { background-color: rgb(225,135,220); }
div.DivClassName
{
background-color: #E187DC;
}
.BgClassName
{
background-color: #E187DC;
}
</style>
border-color css
<style>
span { border-color: #E187DC; }
span { border-color: rgb(225,135,220); }
td.TdClassName
{
border-color: #E187DC;
}
.TagClassName
{
border-color: #E187DC;
}
</style>