Shades of Violet #E886DF
Tints of Violet #E886DF
RGB
CMYK
RGB Variations
Color information
#E886DF (or 0xE886DF) is known color: Violet. HEX triplet: E8, 86 and DF. RGB value is (232,134,223). Sum of RGB (Red+Green+Blue) = 232+134+223=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E886DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886DF is #177920. Grayscale: #ADADAD. Windows color (decimal): -1538337 or 14649064. OLE color: 14649064.
HSL color Cylindrical-coordinate representation of color #E886DF: hue angle of 305.51º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E886DF is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 223 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.09 |
| HSL | 305.51º | 0.68% | 0.72% | - |
| HSV(B) | 305.51º | 0.42% | 0.91% | - |
| XYZ | 55.12 | 39.53 | 74.54 | - |
| YUV | 173.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 223 | 0 | 0.42 | 0.04 | 0.09 | 305.51 | 0.68 | 0.72 |
| Hex | E8 | 86 | DF | 0 | 2A | 4 | 9 | 132 | 44 | 48 |
| Octal | 350 | 206 | 337 | 0 | 52 | 4 | 11 | 462 | 104 | 110 |
| Binary | 11101000 | 10000110 | 11011111 | 0 | 101010 | 100 | 1001 | 100110010 | 1000100 | 1001000 |
Color Harmonies of #E886DF
Complementary color
Monochromatic Colors of #E886DF
Black with #E886DF
Text Example
Text Example
White with #E886DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E886DF; }
p { color: rgb(232,134,223); }
H1.HeaderClassName
{
color: #E886DF;
}
.AnyTagClassName
{
color: #E886DF;
}
</style>
background-color css
<style>
a { background-color: #E886DF; }
a { background-color: rgb(232,134,223); }
div.DivClassName
{
background-color: #E886DF;
}
.BgClassName
{
background-color: #E886DF;
}
</style>
border-color css
<style>
span { border-color: #E886DF; }
span { border-color: rgb(232,134,223); }
td.TdClassName
{
border-color: #E886DF;
}
.TagClassName
{
border-color: #E886DF;
}
</style>