Shades of Violet #E996ED
Tints of Violet #E996ED
RGB
CMYK
RGB Variations
Color information
#E996ED (or 0xE996ED) is known color: Violet. HEX triplet: E9, 96 and ED. RGB value is (233,150,237). Sum of RGB (Red+Green+Blue) = 233+150+237=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 150 (58.98% from 255 or 24.19% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #E996ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E996ED is #166912. Grayscale: #B8B8B8. Windows color (decimal): -1468691 or 15570665. OLE color: 15570665.
HSL color Cylindrical-coordinate representation of color #E996ED: hue angle of 297.24º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E996ED is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 150 | 237 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.07 |
| HSL | 297.24º | 0.71% | 0.76% | - |
| HSV(B) | 297.24º | 0.37% | 0.93% | - |
| XYZ | 59.8 | 45.25 | 85.7 | - |
| YUV | 184.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 237 | 0.02 | 0.37 | 0 | 0.07 | 297.24 | 0.71 | 0.76 |
| Hex | E9 | 96 | ED | 2 | 25 | 0 | 7 | 129 | 47 | 4C |
| Octal | 351 | 226 | 355 | 2 | 45 | 0 | 7 | 451 | 107 | 114 |
| Binary | 11101001 | 10010110 | 11101101 | 10 | 100101 | 0 | 111 | 100101001 | 1000111 | 1001100 |
Color Harmonies of #E996ED
Complementary color
Monochromatic Colors of #E996ED
Black with #E996ED
Text Example
Text Example
White with #E996ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996ED; }
p { color: rgb(233,150,237); }
H1.HeaderClassName
{
color: #E996ED;
}
.AnyTagClassName
{
color: #E996ED;
}
</style>
background-color css
<style>
a { background-color: #E996ED; }
a { background-color: rgb(233,150,237); }
div.DivClassName
{
background-color: #E996ED;
}
.BgClassName
{
background-color: #E996ED;
}
</style>
border-color css
<style>
span { border-color: #E996ED; }
span { border-color: rgb(233,150,237); }
td.TdClassName
{
border-color: #E996ED;
}
.TagClassName
{
border-color: #E996ED;
}
</style>