Shades of Violet #E186DD
Tints of Violet #E186DD
RGB
CMYK
RGB Variations
Color information
#E186DD (or 0xE186DD) is known color: Violet. HEX triplet: E1, 86 and DD. RGB value is (225,134,221). Sum of RGB (Red+Green+Blue) = 225+134+221=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E186DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186DD is #1E7922. Grayscale: #AAAAAA. Windows color (decimal): -1997091 or 14517985. OLE color: 14517985.
HSL color Cylindrical-coordinate representation of color #E186DD: hue angle of 302.64º 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 #E186DD is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 221 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.12 |
| HSL | 302.64º | 0.6% | 0.7% | - |
| HSV(B) | 302.64º | 0.4% | 0.88% | - |
| XYZ | 52.63 | 38.28 | 73.02 | - |
| YUV | 171.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 221 | 0 | 0.40 | 0.02 | 0.12 | 302.64 | 0.6 | 0.7 |
| Hex | E1 | 86 | DD | 0 | 28 | 2 | C | 12F | 3C | 46 |
| Octal | 341 | 206 | 335 | 0 | 50 | 2 | 14 | 457 | 74 | 106 |
| Binary | 11100001 | 10000110 | 11011101 | 0 | 101000 | 10 | 1100 | 100101111 | 111100 | 1000110 |
Color Harmonies of #E186DD
Complementary color
Monochromatic Colors of #E186DD
Black with #E186DD
Text Example
Text Example
White with #E186DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186DD; }
p { color: rgb(225,134,221); }
H1.HeaderClassName
{
color: #E186DD;
}
.AnyTagClassName
{
color: #E186DD;
}
</style>
background-color css
<style>
a { background-color: #E186DD; }
a { background-color: rgb(225,134,221); }
div.DivClassName
{
background-color: #E186DD;
}
.BgClassName
{
background-color: #E186DD;
}
</style>
border-color css
<style>
span { border-color: #E186DD; }
span { border-color: rgb(225,134,221); }
td.TdClassName
{
border-color: #E186DD;
}
.TagClassName
{
border-color: #E186DD;
}
</style>