Shades of Violet #E98AFC
Tints of Violet #E98AFC
RGB
CMYK
RGB Variations
Color information
#E98AFC (or 0xE98AFC) is known color: Violet. HEX triplet: E9, 8A and FC. RGB value is (233,138,252). Sum of RGB (Red+Green+Blue) = 233+138+252=623 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.40% from 623); Green value is 138 (54.30% from 255 or 22.15% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #E98AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98AFC is #167503. Grayscale: #B3B3B3. Windows color (decimal): -1471748 or 16550633. OLE color: 16550633.
HSL color Cylindrical-coordinate representation of color #E98AFC: hue angle of 290º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E98AFC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 138 | 252 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.01 |
| HSL | 290º | 0.95% | 0.76% | - |
| HSV(B) | 290º | 0.45% | 0.99% | - |
| XYZ | 60.26 | 42.53 | 97.13 | - |
| YUV | 179.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 252 | 0.08 | 0.45 | 0 | 0.01 | 290 | 0.95 | 0.76 |
| Hex | E9 | 8A | FC | 8 | 2D | 0 | 1 | 122 | 5F | 4C |
| Octal | 351 | 212 | 374 | 10 | 55 | 0 | 1 | 442 | 137 | 114 |
| Binary | 11101001 | 10001010 | 11111100 | 1000 | 101101 | 0 | 1 | 100100010 | 1011111 | 1001100 |
Color Harmonies of #E98AFC
Complementary color
Monochromatic Colors of #E98AFC
Black with #E98AFC
Text Example
Text Example
White with #E98AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98AFC; }
p { color: rgb(233,138,252); }
H1.HeaderClassName
{
color: #E98AFC;
}
.AnyTagClassName
{
color: #E98AFC;
}
</style>
background-color css
<style>
a { background-color: #E98AFC; }
a { background-color: rgb(233,138,252); }
div.DivClassName
{
background-color: #E98AFC;
}
.BgClassName
{
background-color: #E98AFC;
}
</style>
border-color css
<style>
span { border-color: #E98AFC; }
span { border-color: rgb(233,138,252); }
td.TdClassName
{
border-color: #E98AFC;
}
.TagClassName
{
border-color: #E98AFC;
}
</style>