Shades of Violet #E98DF5
Tints of Violet #E98DF5
RGB
CMYK
RGB Variations
Color information
#E98DF5 (or 0xE98DF5) is known color: Violet. HEX triplet: E9, 8D and F5. RGB value is (233,141,245). Sum of RGB (Red+Green+Blue) = 233+141+245=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 141 (55.47% from 255 or 22.78% from 619); Blue value is 245 (96.09% from 255 or 39.58% from 619); Max value from RGB is 245 - color contains mainly: blue. Hex color #E98DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98DF5 is #16720A. Grayscale: #B4B4B4. Windows color (decimal): -1470987 or 16092649. OLE color: 16092649.
HSL color Cylindrical-coordinate representation of color #E98DF5: hue angle of 293.08º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E98DF5 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 141 | 245 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.04 |
| HSL | 293.08º | 0.84% | 0.76% | - |
| HSV(B) | 293.08º | 0.42% | 0.96% | - |
| XYZ | 59.61 | 42.97 | 91.54 | - |
| YUV | 180.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 245 | 0.05 | 0.42 | 0 | 0.04 | 293.08 | 0.84 | 0.76 |
| Hex | E9 | 8D | F5 | 5 | 2A | 0 | 4 | 125 | 54 | 4C |
| Octal | 351 | 215 | 365 | 5 | 52 | 0 | 4 | 445 | 124 | 114 |
| Binary | 11101001 | 10001101 | 11110101 | 101 | 101010 | 0 | 100 | 100100101 | 1010100 | 1001100 |
Color Harmonies of #E98DF5
Complementary color
Monochromatic Colors of #E98DF5
Black with #E98DF5
Text Example
Text Example
White with #E98DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98DF5; }
p { color: rgb(233,141,245); }
H1.HeaderClassName
{
color: #E98DF5;
}
.AnyTagClassName
{
color: #E98DF5;
}
</style>
background-color css
<style>
a { background-color: #E98DF5; }
a { background-color: rgb(233,141,245); }
div.DivClassName
{
background-color: #E98DF5;
}
.BgClassName
{
background-color: #E98DF5;
}
</style>
border-color css
<style>
span { border-color: #E98DF5; }
span { border-color: rgb(233,141,245); }
td.TdClassName
{
border-color: #E98DF5;
}
.TagClassName
{
border-color: #E98DF5;
}
</style>