Shades of Violet #E993FD
Tints of Violet #E993FD
RGB
CMYK
RGB Variations
Color information
#E993FD (or 0xE993FD) is known color: Violet. HEX triplet: E9, 93 and FD. RGB value is (233,147,253). Sum of RGB (Red+Green+Blue) = 233+147+253=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 147 (57.81% from 255 or 23.22% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #E993FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E993FD is #166C02. Grayscale: #B8B8B8. Windows color (decimal): -1469443 or 16618473. OLE color: 16618473.
HSL color Cylindrical-coordinate representation of color #E993FD: hue angle of 288.68º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E993FD is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 147 | 253 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.01 |
| HSL | 288.68º | 0.96% | 0.78% | - |
| HSV(B) | 288.68º | 0.42% | 0.99% | - |
| XYZ | 61.77 | 45.28 | 98.41 | - |
| YUV | 184.8 | 166.49 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 253 | 0.08 | 0.42 | 0 | 0.01 | 288.68 | 0.96 | 0.78 |
| Hex | E9 | 93 | FD | 8 | 2A | 0 | 1 | 121 | 60 | 4E |
| Octal | 351 | 223 | 375 | 10 | 52 | 0 | 1 | 441 | 140 | 116 |
| Binary | 11101001 | 10010011 | 11111101 | 1000 | 101010 | 0 | 1 | 100100001 | 1100000 | 1001110 |
Color Harmonies of #E993FD
Complementary color
Monochromatic Colors of #E993FD
Black with #E993FD
Text Example
Text Example
White with #E993FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E993FD; }
p { color: rgb(233,147,253); }
H1.HeaderClassName
{
color: #E993FD;
}
.AnyTagClassName
{
color: #E993FD;
}
</style>
background-color css
<style>
a { background-color: #E993FD; }
a { background-color: rgb(233,147,253); }
div.DivClassName
{
background-color: #E993FD;
}
.BgClassName
{
background-color: #E993FD;
}
</style>
border-color css
<style>
span { border-color: #E993FD; }
span { border-color: rgb(233,147,253); }
td.TdClassName
{
border-color: #E993FD;
}
.TagClassName
{
border-color: #E993FD;
}
</style>