Shades of Violet #E98EFD
Tints of Violet #E98EFD
RGB
CMYK
RGB Variations
Color information
#E98EFD (or 0xE98EFD) is known color: Violet. HEX triplet: E9, 8E and FD. RGB value is (233,142,253). Sum of RGB (Red+Green+Blue) = 233+142+253=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 142 (55.86% from 255 or 22.61% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #E98EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98EFD is #167102. Grayscale: #B5B5B5. Windows color (decimal): -1470723 or 16617193. OLE color: 16617193.
HSL color Cylindrical-coordinate representation of color #E98EFD: hue angle of 289.19º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E98EFD is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 142 | 253 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.01 |
| HSL | 289.19º | 0.97% | 0.77% | - |
| HSV(B) | 289.19º | 0.44% | 0.99% | - |
| XYZ | 61.01 | 43.76 | 98.16 | - |
| YUV | 181.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 253 | 0.08 | 0.44 | 0 | 0.01 | 289.19 | 0.97 | 0.77 |
| Hex | E9 | 8E | FD | 8 | 2C | 0 | 1 | 121 | 61 | 4D |
| Octal | 351 | 216 | 375 | 10 | 54 | 0 | 1 | 441 | 141 | 115 |
| Binary | 11101001 | 10001110 | 11111101 | 1000 | 101100 | 0 | 1 | 100100001 | 1100001 | 1001101 |
Color Harmonies of #E98EFD
Complementary color
Monochromatic Colors of #E98EFD
Black with #E98EFD
Text Example
Text Example
White with #E98EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98EFD; }
p { color: rgb(233,142,253); }
H1.HeaderClassName
{
color: #E98EFD;
}
.AnyTagClassName
{
color: #E98EFD;
}
</style>
background-color css
<style>
a { background-color: #E98EFD; }
a { background-color: rgb(233,142,253); }
div.DivClassName
{
background-color: #E98EFD;
}
.BgClassName
{
background-color: #E98EFD;
}
</style>
border-color css
<style>
span { border-color: #E98EFD; }
span { border-color: rgb(233,142,253); }
td.TdClassName
{
border-color: #E98EFD;
}
.TagClassName
{
border-color: #E98EFD;
}
</style>