Shades of Violet #E98EFC
Tints of Violet #E98EFC
RGB
CMYK
RGB Variations
Color information
#E98EFC (or 0xE98EFC) is known color: Violet. HEX triplet: E9, 8E and FC. RGB value is (233,142,252). Sum of RGB (Red+Green+Blue) = 233+142+252=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 142 (55.86% from 255 or 22.65% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #E98EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98EFC is #167103. Grayscale: #B5B5B5. Windows color (decimal): -1470724 or 16551657. OLE color: 16551657.
HSL color Cylindrical-coordinate representation of color #E98EFC: hue angle of 289.64º degrees, saturation: 0.95, 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 #E98EFC is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 142 | 252 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.01 |
| HSL | 289.64º | 0.95% | 0.77% | - |
| HSV(B) | 289.64º | 0.44% | 0.99% | - |
| XYZ | 60.85 | 43.7 | 97.32 | - |
| YUV | 181.75 | 167.65 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 252 | 0.08 | 0.44 | 0 | 0.01 | 289.64 | 0.95 | 0.77 |
| Hex | E9 | 8E | FC | 8 | 2C | 0 | 1 | 122 | 5F | 4D |
| Octal | 351 | 216 | 374 | 10 | 54 | 0 | 1 | 442 | 137 | 115 |
| Binary | 11101001 | 10001110 | 11111100 | 1000 | 101100 | 0 | 1 | 100100010 | 1011111 | 1001101 |
Color Harmonies of #E98EFC
Complementary color
Monochromatic Colors of #E98EFC
Black with #E98EFC
Text Example
Text Example
White with #E98EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98EFC; }
p { color: rgb(233,142,252); }
H1.HeaderClassName
{
color: #E98EFC;
}
.AnyTagClassName
{
color: #E98EFC;
}
</style>
background-color css
<style>
a { background-color: #E98EFC; }
a { background-color: rgb(233,142,252); }
div.DivClassName
{
background-color: #E98EFC;
}
.BgClassName
{
background-color: #E98EFC;
}
</style>
border-color css
<style>
span { border-color: #E98EFC; }
span { border-color: rgb(233,142,252); }
td.TdClassName
{
border-color: #E98EFC;
}
.TagClassName
{
border-color: #E98EFC;
}
</style>