Shades of Violet #E186DC
Tints of Violet #E186DC
RGB
CMYK
RGB Variations
Color information
#E186DC (or 0xE186DC) is known color: Violet. HEX triplet: E1, 86 and DC. RGB value is (225,134,220). Sum of RGB (Red+Green+Blue) = 225+134+220=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E186DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186DC is #1E7923. Grayscale: #AAAAAA. Windows color (decimal): -1997092 or 14452449. OLE color: 14452449.
HSL color Cylindrical-coordinate representation of color #E186DC: hue angle of 303.3º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E186DC is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 220 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.12 |
| HSL | 303.3º | 0.6% | 0.7% | - |
| HSV(B) | 303.3º | 0.4% | 0.88% | - |
| XYZ | 52.49 | 38.23 | 72.32 | - |
| YUV | 171.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 220 | 0 | 0.40 | 0.02 | 0.12 | 303.3 | 0.6 | 0.7 |
| Hex | E1 | 86 | DC | 0 | 28 | 2 | C | 12F | 3C | 46 |
| Octal | 341 | 206 | 334 | 0 | 50 | 2 | 14 | 457 | 74 | 106 |
| Binary | 11100001 | 10000110 | 11011100 | 0 | 101000 | 10 | 1100 | 100101111 | 111100 | 1000110 |
Color Harmonies of #E186DC
Complementary color
Monochromatic Colors of #E186DC
Black with #E186DC
Text Example
Text Example
White with #E186DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186DC; }
p { color: rgb(225,134,220); }
H1.HeaderClassName
{
color: #E186DC;
}
.AnyTagClassName
{
color: #E186DC;
}
</style>
background-color css
<style>
a { background-color: #E186DC; }
a { background-color: rgb(225,134,220); }
div.DivClassName
{
background-color: #E186DC;
}
.BgClassName
{
background-color: #E186DC;
}
</style>
border-color css
<style>
span { border-color: #E186DC; }
span { border-color: rgb(225,134,220); }
td.TdClassName
{
border-color: #E186DC;
}
.TagClassName
{
border-color: #E186DC;
}
</style>