Shades of Violet #E991EC
Tints of Violet #E991EC
RGB
CMYK
RGB Variations
Color information
#E991EC (or 0xE991EC) is known color: Violet. HEX triplet: E9, 91 and EC. RGB value is (233,145,236). Sum of RGB (Red+Green+Blue) = 233+145+236=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 145 (57.03% from 255 or 23.62% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #E991EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E991EC is #166E13. Grayscale: #B5B5B5. Windows color (decimal): -1469972 or 15503849. OLE color: 15503849.
HSL color Cylindrical-coordinate representation of color #E991EC: hue angle of 298.02º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E991EC is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 145 | 236 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.07 |
| HSL | 298.02º | 0.71% | 0.75% | - |
| HSV(B) | 298.02º | 0.39% | 0.93% | - |
| XYZ | 58.87 | 43.63 | 84.68 | - |
| YUV | 181.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 236 | 0.01 | 0.39 | 0 | 0.07 | 298.02 | 0.71 | 0.75 |
| Hex | E9 | 91 | EC | 1 | 27 | 0 | 7 | 12A | 47 | 4B |
| Octal | 351 | 221 | 354 | 1 | 47 | 0 | 7 | 452 | 107 | 113 |
| Binary | 11101001 | 10010001 | 11101100 | 1 | 100111 | 0 | 111 | 100101010 | 1000111 | 1001011 |
Color Harmonies of #E991EC
Complementary color
Monochromatic Colors of #E991EC
Black with #E991EC
Text Example
Text Example
White with #E991EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E991EC; }
p { color: rgb(233,145,236); }
H1.HeaderClassName
{
color: #E991EC;
}
.AnyTagClassName
{
color: #E991EC;
}
</style>
background-color css
<style>
a { background-color: #E991EC; }
a { background-color: rgb(233,145,236); }
div.DivClassName
{
background-color: #E991EC;
}
.BgClassName
{
background-color: #E991EC;
}
</style>
border-color css
<style>
span { border-color: #E991EC; }
span { border-color: rgb(233,145,236); }
td.TdClassName
{
border-color: #E991EC;
}
.TagClassName
{
border-color: #E991EC;
}
</style>