Shades of Violet #E98AFB
Tints of Violet #E98AFB
RGB
CMYK
RGB Variations
Color information
#E98AFB (or 0xE98AFB) is known color: Violet. HEX triplet: E9, 8A and FB. RGB value is (233,138,251). Sum of RGB (Red+Green+Blue) = 233+138+251=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 138 (54.30% from 255 or 22.19% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #E98AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98AFB is #167504. Grayscale: #B2B2B2. Windows color (decimal): -1471749 or 16485097. OLE color: 16485097.
HSL color Cylindrical-coordinate representation of color #E98AFB: hue angle of 290.44º degrees, saturation: 0.93, 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 #E98AFB is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 138 | 251 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.02 |
| HSL | 290.44º | 0.93% | 0.76% | - |
| HSV(B) | 290.44º | 0.45% | 0.98% | - |
| XYZ | 60.11 | 42.47 | 96.3 | - |
| YUV | 179.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 251 | 0.07 | 0.45 | 0 | 0.02 | 290.44 | 0.93 | 0.76 |
| Hex | E9 | 8A | FB | 7 | 2D | 0 | 2 | 122 | 5D | 4C |
| Octal | 351 | 212 | 373 | 7 | 55 | 0 | 2 | 442 | 135 | 114 |
| Binary | 11101001 | 10001010 | 11111011 | 111 | 101101 | 0 | 10 | 100100010 | 1011101 | 1001100 |
Color Harmonies of #E98AFB
Complementary color
Monochromatic Colors of #E98AFB
Black with #E98AFB
Text Example
Text Example
White with #E98AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98AFB; }
p { color: rgb(233,138,251); }
H1.HeaderClassName
{
color: #E98AFB;
}
.AnyTagClassName
{
color: #E98AFB;
}
</style>
background-color css
<style>
a { background-color: #E98AFB; }
a { background-color: rgb(233,138,251); }
div.DivClassName
{
background-color: #E98AFB;
}
.BgClassName
{
background-color: #E98AFB;
}
</style>
border-color css
<style>
span { border-color: #E98AFB; }
span { border-color: rgb(233,138,251); }
td.TdClassName
{
border-color: #E98AFB;
}
.TagClassName
{
border-color: #E98AFB;
}
</style>