Shades of Violet #E186DE
Tints of Violet #E186DE
RGB
CMYK
RGB Variations
Color information
#E186DE (or 0xE186DE) is known color: Violet. HEX triplet: E1, 86 and DE. RGB value is (225,134,222). Sum of RGB (Red+Green+Blue) = 225+134+222=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E186DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186DE is #1E7921. Grayscale: #AAAAAA. Windows color (decimal): -1997090 or 14583521. OLE color: 14583521.
HSL color Cylindrical-coordinate representation of color #E186DE: hue angle of 301.98º 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 #E186DE is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 222 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.12 |
| HSL | 301.98º | 0.6% | 0.7% | - |
| HSV(B) | 301.98º | 0.4% | 0.88% | - |
| XYZ | 52.76 | 38.33 | 73.73 | - |
| YUV | 171.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 222 | 0 | 0.40 | 0.01 | 0.12 | 301.98 | 0.6 | 0.7 |
| Hex | E1 | 86 | DE | 0 | 28 | 1 | C | 12E | 3C | 46 |
| Octal | 341 | 206 | 336 | 0 | 50 | 1 | 14 | 456 | 74 | 106 |
| Binary | 11100001 | 10000110 | 11011110 | 0 | 101000 | 1 | 1100 | 100101110 | 111100 | 1000110 |
Color Harmonies of #E186DE
Complementary color
Monochromatic Colors of #E186DE
Black with #E186DE
Text Example
Text Example
White with #E186DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186DE; }
p { color: rgb(225,134,222); }
H1.HeaderClassName
{
color: #E186DE;
}
.AnyTagClassName
{
color: #E186DE;
}
</style>
background-color css
<style>
a { background-color: #E186DE; }
a { background-color: rgb(225,134,222); }
div.DivClassName
{
background-color: #E186DE;
}
.BgClassName
{
background-color: #E186DE;
}
</style>
border-color css
<style>
span { border-color: #E186DE; }
span { border-color: rgb(225,134,222); }
td.TdClassName
{
border-color: #E186DE;
}
.TagClassName
{
border-color: #E186DE;
}
</style>