Shades of Violet #E98AFA
Tints of Violet #E98AFA
RGB
CMYK
RGB Variations
Color information
#E98AFA (or 0xE98AFA) is known color: Violet. HEX triplet: E9, 8A and FA. RGB value is (233,138,250). Sum of RGB (Red+Green+Blue) = 233+138+250=621 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.52% from 621); Green value is 138 (54.30% from 255 or 22.22% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #E98AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98AFA is #167505. Grayscale: #B2B2B2. Windows color (decimal): -1471750 or 16419561. OLE color: 16419561.
HSL color Cylindrical-coordinate representation of color #E98AFA: hue angle of 290.89º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E98AFA is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 138 | 250 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.02 |
| HSL | 290.89º | 0.92% | 0.76% | - |
| HSV(B) | 290.89º | 0.45% | 0.98% | - |
| XYZ | 59.95 | 42.4 | 95.47 | - |
| YUV | 179.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 250 | 0.07 | 0.45 | 0 | 0.02 | 290.89 | 0.92 | 0.76 |
| Hex | E9 | 8A | FA | 7 | 2D | 0 | 2 | 123 | 5C | 4C |
| Octal | 351 | 212 | 372 | 7 | 55 | 0 | 2 | 443 | 134 | 114 |
| Binary | 11101001 | 10001010 | 11111010 | 111 | 101101 | 0 | 10 | 100100011 | 1011100 | 1001100 |
Color Harmonies of #E98AFA
Complementary color
Monochromatic Colors of #E98AFA
Black with #E98AFA
Text Example
Text Example
White with #E98AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98AFA; }
p { color: rgb(233,138,250); }
H1.HeaderClassName
{
color: #E98AFA;
}
.AnyTagClassName
{
color: #E98AFA;
}
</style>
background-color css
<style>
a { background-color: #E98AFA; }
a { background-color: rgb(233,138,250); }
div.DivClassName
{
background-color: #E98AFA;
}
.BgClassName
{
background-color: #E98AFA;
}
</style>
border-color css
<style>
span { border-color: #E98AFA; }
span { border-color: rgb(233,138,250); }
td.TdClassName
{
border-color: #E98AFA;
}
.TagClassName
{
border-color: #E98AFA;
}
</style>