Shades of Violet #E286DC
Tints of Violet #E286DC
RGB
CMYK
RGB Variations
Color information
#E286DC (or 0xE286DC) is known color: Violet. HEX triplet: E2, 86 and DC. RGB value is (226,134,220). Sum of RGB (Red+Green+Blue) = 226+134+220=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E286DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E286DC is #1D7923. Grayscale: #ABABAB. Windows color (decimal): -1931556 or 14452450. OLE color: 14452450.
HSL color Cylindrical-coordinate representation of color #E286DC: hue angle of 303.91º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E286DC is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 220 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.11 |
| HSL | 303.91º | 0.61% | 0.71% | - |
| HSV(B) | 303.91º | 0.41% | 0.89% | - |
| XYZ | 52.81 | 38.39 | 72.34 | - |
| YUV | 171.31 | 155.48 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 220 | 0 | 0.41 | 0.03 | 0.11 | 303.91 | 0.61 | 0.71 |
| Hex | E2 | 86 | DC | 0 | 29 | 3 | B | 130 | 3D | 47 |
| Octal | 342 | 206 | 334 | 0 | 51 | 3 | 13 | 460 | 75 | 107 |
| Binary | 11100010 | 10000110 | 11011100 | 0 | 101001 | 11 | 1011 | 100110000 | 111101 | 1000111 |
Color Harmonies of #E286DC
Complementary color
Monochromatic Colors of #E286DC
Black with #E286DC
Text Example
Text Example
White with #E286DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E286DC; }
p { color: rgb(226,134,220); }
H1.HeaderClassName
{
color: #E286DC;
}
.AnyTagClassName
{
color: #E286DC;
}
</style>
background-color css
<style>
a { background-color: #E286DC; }
a { background-color: rgb(226,134,220); }
div.DivClassName
{
background-color: #E286DC;
}
.BgClassName
{
background-color: #E286DC;
}
</style>
border-color css
<style>
span { border-color: #E286DC; }
span { border-color: rgb(226,134,220); }
td.TdClassName
{
border-color: #E286DC;
}
.TagClassName
{
border-color: #E286DC;
}
</style>