Shades of Violet #E98FED
Tints of Violet #E98FED
RGB
CMYK
RGB Variations
Color information
#E98FED (or 0xE98FED) is known color: Violet. HEX triplet: E9, 8F and ED. RGB value is (233,143,237). Sum of RGB (Red+Green+Blue) = 233+143+237=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #E98FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98FED is #167012. Grayscale: #B4B4B4. Windows color (decimal): -1470483 or 15568873. OLE color: 15568873.
HSL color Cylindrical-coordinate representation of color #E98FED: hue angle of 297.45º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E98FED is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 143 | 237 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.07 |
| HSL | 297.45º | 0.72% | 0.75% | - |
| HSV(B) | 297.45º | 0.4% | 0.93% | - |
| XYZ | 58.71 | 43.08 | 85.34 | - |
| YUV | 180.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 143 | 237 | 0.02 | 0.40 | 0 | 0.07 | 297.45 | 0.72 | 0.75 |
| Hex | E9 | 8F | ED | 2 | 28 | 0 | 7 | 129 | 48 | 4B |
| Octal | 351 | 217 | 355 | 2 | 50 | 0 | 7 | 451 | 110 | 113 |
| Binary | 11101001 | 10001111 | 11101101 | 10 | 101000 | 0 | 111 | 100101001 | 1001000 | 1001011 |
Color Harmonies of #E98FED
Complementary color
Monochromatic Colors of #E98FED
Black with #E98FED
Text Example
Text Example
White with #E98FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98FED; }
p { color: rgb(233,143,237); }
H1.HeaderClassName
{
color: #E98FED;
}
.AnyTagClassName
{
color: #E98FED;
}
</style>
background-color css
<style>
a { background-color: #E98FED; }
a { background-color: rgb(233,143,237); }
div.DivClassName
{
background-color: #E98FED;
}
.BgClassName
{
background-color: #E98FED;
}
</style>
border-color css
<style>
span { border-color: #E98FED; }
span { border-color: rgb(233,143,237); }
td.TdClassName
{
border-color: #E98FED;
}
.TagClassName
{
border-color: #E98FED;
}
</style>