Shades of Violet #E991FD
Tints of Violet #E991FD
RGB
CMYK
RGB Variations
Color information
#E991FD (or 0xE991FD) is known color: Violet. HEX triplet: E9, 91 and FD. RGB value is (233,145,253). Sum of RGB (Red+Green+Blue) = 233+145+253=631 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.93% from 631); Green value is 145 (57.03% from 255 or 22.98% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #E991FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E991FD is #166E02. Grayscale: #B7B7B7. Windows color (decimal): -1469955 or 16617961. OLE color: 16617961.
HSL color Cylindrical-coordinate representation of color #E991FD: hue angle of 288.89º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E991FD is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 145 | 253 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.01 |
| HSL | 288.89º | 0.96% | 0.78% | - |
| HSV(B) | 288.89º | 0.43% | 0.99% | - |
| XYZ | 61.46 | 44.67 | 98.31 | - |
| YUV | 183.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 253 | 0.08 | 0.43 | 0 | 0.01 | 288.89 | 0.96 | 0.78 |
| Hex | E9 | 91 | FD | 8 | 2B | 0 | 1 | 121 | 60 | 4E |
| Octal | 351 | 221 | 375 | 10 | 53 | 0 | 1 | 441 | 140 | 116 |
| Binary | 11101001 | 10010001 | 11111101 | 1000 | 101011 | 0 | 1 | 100100001 | 1100000 | 1001110 |
Color Harmonies of #E991FD
Complementary color
Monochromatic Colors of #E991FD
Black with #E991FD
Text Example
Text Example
White with #E991FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E991FD; }
p { color: rgb(233,145,253); }
H1.HeaderClassName
{
color: #E991FD;
}
.AnyTagClassName
{
color: #E991FD;
}
</style>
background-color css
<style>
a { background-color: #E991FD; }
a { background-color: rgb(233,145,253); }
div.DivClassName
{
background-color: #E991FD;
}
.BgClassName
{
background-color: #E991FD;
}
</style>
border-color css
<style>
span { border-color: #E991FD; }
span { border-color: rgb(233,145,253); }
td.TdClassName
{
border-color: #E991FD;
}
.TagClassName
{
border-color: #E991FD;
}
</style>