Shades of Violet #E286DB
Tints of Violet #E286DB
RGB
CMYK
RGB Variations
Color information
#E286DB (or 0xE286DB) is known color: Violet. HEX triplet: E2, 86 and DB. RGB value is (226,134,219). Sum of RGB (Red+Green+Blue) = 226+134+219=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E286DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E286DB is #1D7924. Grayscale: #AAAAAA. Windows color (decimal): -1931557 or 14386914. OLE color: 14386914.
HSL color Cylindrical-coordinate representation of color #E286DB: hue angle of 304.57º 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 #E286DB is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 219 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.11 |
| HSL | 304.57º | 0.61% | 0.71% | - |
| HSV(B) | 304.57º | 0.41% | 0.89% | - |
| XYZ | 52.68 | 38.33 | 71.64 | - |
| YUV | 171.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 219 | 0 | 0.41 | 0.03 | 0.11 | 304.57 | 0.61 | 0.71 |
| Hex | E2 | 86 | DB | 0 | 29 | 3 | B | 131 | 3D | 47 |
| Octal | 342 | 206 | 333 | 0 | 51 | 3 | 13 | 461 | 75 | 107 |
| Binary | 11100010 | 10000110 | 11011011 | 0 | 101001 | 11 | 1011 | 100110001 | 111101 | 1000111 |
Color Harmonies of #E286DB
Complementary color
Monochromatic Colors of #E286DB
Black with #E286DB
Text Example
Text Example
White with #E286DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E286DB; }
p { color: rgb(226,134,219); }
H1.HeaderClassName
{
color: #E286DB;
}
.AnyTagClassName
{
color: #E286DB;
}
</style>
background-color css
<style>
a { background-color: #E286DB; }
a { background-color: rgb(226,134,219); }
div.DivClassName
{
background-color: #E286DB;
}
.BgClassName
{
background-color: #E286DB;
}
</style>
border-color css
<style>
span { border-color: #E286DB; }
span { border-color: rgb(226,134,219); }
td.TdClassName
{
border-color: #E286DB;
}
.TagClassName
{
border-color: #E286DB;
}
</style>