Shades of Violet #E98BFE
Tints of Violet #E98BFE
RGB
CMYK
RGB Variations
Color information
#E98BFE (or 0xE98BFE) is known color: Violet. HEX triplet: E9, 8B and FE. RGB value is (233,139,254). Sum of RGB (Red+Green+Blue) = 233+139+254=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 139 (54.69% from 255 or 22.20% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #E98BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98BFE is #167401. Grayscale: #B3B3B3. Windows color (decimal): -1471490 or 16681961. OLE color: 16681961.
HSL color Cylindrical-coordinate representation of color #E98BFE: hue angle of 289.04º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E98BFE is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 139 | 254 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.00 |
| HSL | 289.04º | 0.98% | 0.77% | - |
| HSV(B) | 289.04º | 0.45% | 1% | - |
| XYZ | 60.73 | 42.94 | 98.85 | - |
| YUV | 180.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 254 | 0.08 | 0.45 | 0 | 0.00 | 289.04 | 0.98 | 0.77 |
| Hex | E9 | 8B | FE | 8 | 2D | 0 | 0 | 121 | 62 | 4D |
| Octal | 351 | 213 | 376 | 10 | 55 | 0 | 0 | 441 | 142 | 115 |
| Binary | 11101001 | 10001011 | 11111110 | 1000 | 101101 | 0 | 0 | 100100001 | 1100010 | 1001101 |
Color Harmonies of #E98BFE
Complementary color
Monochromatic Colors of #E98BFE
Black with #E98BFE
Text Example
Text Example
White with #E98BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98BFE; }
p { color: rgb(233,139,254); }
H1.HeaderClassName
{
color: #E98BFE;
}
.AnyTagClassName
{
color: #E98BFE;
}
</style>
background-color css
<style>
a { background-color: #E98BFE; }
a { background-color: rgb(233,139,254); }
div.DivClassName
{
background-color: #E98BFE;
}
.BgClassName
{
background-color: #E98BFE;
}
</style>
border-color css
<style>
span { border-color: #E98BFE; }
span { border-color: rgb(233,139,254); }
td.TdClassName
{
border-color: #E98BFE;
}
.TagClassName
{
border-color: #E98BFE;
}
</style>