Shades of Violet #E286DD
Tints of Violet #E286DD
RGB
CMYK
RGB Variations
Color information
#E286DD (or 0xE286DD) is known color: Violet. HEX triplet: E2, 86 and DD. RGB value is (226,134,221). Sum of RGB (Red+Green+Blue) = 226+134+221=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E286DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E286DD is #1D7922. Grayscale: #ABABAB. Windows color (decimal): -1931555 or 14517986. OLE color: 14517986.
HSL color Cylindrical-coordinate representation of color #E286DD: hue angle of 303.26º 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 #E286DD is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 221 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.11 |
| HSL | 303.26º | 0.61% | 0.71% | - |
| HSV(B) | 303.26º | 0.41% | 0.89% | - |
| XYZ | 52.94 | 38.44 | 73.04 | - |
| YUV | 171.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 221 | 0 | 0.41 | 0.02 | 0.11 | 303.26 | 0.61 | 0.71 |
| Hex | E2 | 86 | DD | 0 | 29 | 2 | B | 12F | 3D | 47 |
| Octal | 342 | 206 | 335 | 0 | 51 | 2 | 13 | 457 | 75 | 107 |
| Binary | 11100010 | 10000110 | 11011101 | 0 | 101001 | 10 | 1011 | 100101111 | 111101 | 1000111 |
Color Harmonies of #E286DD
Complementary color
Monochromatic Colors of #E286DD
Black with #E286DD
Text Example
Text Example
White with #E286DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E286DD; }
p { color: rgb(226,134,221); }
H1.HeaderClassName
{
color: #E286DD;
}
.AnyTagClassName
{
color: #E286DD;
}
</style>
background-color css
<style>
a { background-color: #E286DD; }
a { background-color: rgb(226,134,221); }
div.DivClassName
{
background-color: #E286DD;
}
.BgClassName
{
background-color: #E286DD;
}
</style>
border-color css
<style>
span { border-color: #E286DD; }
span { border-color: rgb(226,134,221); }
td.TdClassName
{
border-color: #E286DD;
}
.TagClassName
{
border-color: #E286DD;
}
</style>