Shades of Violet #E186DF
Tints of Violet #E186DF
RGB
CMYK
RGB Variations
Color information
#E186DF (or 0xE186DF) is known color: Violet. HEX triplet: E1, 86 and DF. RGB value is (225,134,223). Sum of RGB (Red+Green+Blue) = 225+134+223=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E186DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186DF is #1E7920. Grayscale: #ABABAB. Windows color (decimal): -1997089 or 14649057. OLE color: 14649057.
HSL color Cylindrical-coordinate representation of color #E186DF: hue angle of 301.32º 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 #E186DF is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 223 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.12 |
| HSL | 301.32º | 0.6% | 0.7% | - |
| HSV(B) | 301.32º | 0.4% | 0.88% | - |
| XYZ | 52.9 | 38.39 | 74.43 | - |
| YUV | 171.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 223 | 0 | 0.40 | 0.01 | 0.12 | 301.32 | 0.6 | 0.7 |
| Hex | E1 | 86 | DF | 0 | 28 | 1 | C | 12D | 3C | 46 |
| Octal | 341 | 206 | 337 | 0 | 50 | 1 | 14 | 455 | 74 | 106 |
| Binary | 11100001 | 10000110 | 11011111 | 0 | 101000 | 1 | 1100 | 100101101 | 111100 | 1000110 |
Color Harmonies of #E186DF
Complementary color
Monochromatic Colors of #E186DF
Black with #E186DF
Text Example
Text Example
White with #E186DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186DF; }
p { color: rgb(225,134,223); }
H1.HeaderClassName
{
color: #E186DF;
}
.AnyTagClassName
{
color: #E186DF;
}
</style>
background-color css
<style>
a { background-color: #E186DF; }
a { background-color: rgb(225,134,223); }
div.DivClassName
{
background-color: #E186DF;
}
.BgClassName
{
background-color: #E186DF;
}
</style>
border-color css
<style>
span { border-color: #E186DF; }
span { border-color: rgb(225,134,223); }
td.TdClassName
{
border-color: #E186DF;
}
.TagClassName
{
border-color: #E186DF;
}
</style>