Shades of Violet #E286DF
Tints of Violet #E286DF
RGB
CMYK
RGB Variations
Color information
#E286DF (or 0xE286DF) is known color: Violet. HEX triplet: E2, 86 and DF. RGB value is (226,134,223). Sum of RGB (Red+Green+Blue) = 226+134+223=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E286DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E286DF is #1D7920. Grayscale: #ABABAB. Windows color (decimal): -1931553 or 14649058. OLE color: 14649058.
HSL color Cylindrical-coordinate representation of color #E286DF: hue angle of 301.96º 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 #E286DF is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 223 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.11 |
| HSL | 301.96º | 0.61% | 0.71% | - |
| HSV(B) | 301.96º | 0.41% | 0.89% | - |
| XYZ | 53.21 | 38.55 | 74.45 | - |
| YUV | 171.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 223 | 0 | 0.41 | 0.01 | 0.11 | 301.96 | 0.61 | 0.71 |
| Hex | E2 | 86 | DF | 0 | 29 | 1 | B | 12E | 3D | 47 |
| Octal | 342 | 206 | 337 | 0 | 51 | 1 | 13 | 456 | 75 | 107 |
| Binary | 11100010 | 10000110 | 11011111 | 0 | 101001 | 1 | 1011 | 100101110 | 111101 | 1000111 |
Color Harmonies of #E286DF
Complementary color
Monochromatic Colors of #E286DF
Black with #E286DF
Text Example
Text Example
White with #E286DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E286DF; }
p { color: rgb(226,134,223); }
H1.HeaderClassName
{
color: #E286DF;
}
.AnyTagClassName
{
color: #E286DF;
}
</style>
background-color css
<style>
a { background-color: #E286DF; }
a { background-color: rgb(226,134,223); }
div.DivClassName
{
background-color: #E286DF;
}
.BgClassName
{
background-color: #E286DF;
}
</style>
border-color css
<style>
span { border-color: #E286DF; }
span { border-color: rgb(226,134,223); }
td.TdClassName
{
border-color: #E286DF;
}
.TagClassName
{
border-color: #E286DF;
}
</style>