Shades of Violet #E98BFD
Tints of Violet #E98BFD
RGB
CMYK
RGB Variations
Color information
#E98BFD (or 0xE98BFD) is known color: Violet. HEX triplet: E9, 8B and FD. RGB value is (233,139,253). Sum of RGB (Red+Green+Blue) = 233+139+253=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 139 (54.69% from 255 or 22.24% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #E98BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98BFD is #167402. Grayscale: #B3B3B3. Windows color (decimal): -1471491 or 16616425. OLE color: 16616425.
HSL color Cylindrical-coordinate representation of color #E98BFD: hue angle of 289.47º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E98BFD is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 139 | 253 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.01 |
| HSL | 289.47º | 0.97% | 0.77% | - |
| HSV(B) | 289.47º | 0.45% | 0.99% | - |
| XYZ | 60.57 | 42.88 | 98.01 | - |
| YUV | 180.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 253 | 0.08 | 0.45 | 0 | 0.01 | 289.47 | 0.97 | 0.77 |
| Hex | E9 | 8B | FD | 8 | 2D | 0 | 1 | 121 | 61 | 4D |
| Octal | 351 | 213 | 375 | 10 | 55 | 0 | 1 | 441 | 141 | 115 |
| Binary | 11101001 | 10001011 | 11111101 | 1000 | 101101 | 0 | 1 | 100100001 | 1100001 | 1001101 |
Color Harmonies of #E98BFD
Complementary color
Monochromatic Colors of #E98BFD
Black with #E98BFD
Text Example
Text Example
White with #E98BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98BFD; }
p { color: rgb(233,139,253); }
H1.HeaderClassName
{
color: #E98BFD;
}
.AnyTagClassName
{
color: #E98BFD;
}
</style>
background-color css
<style>
a { background-color: #E98BFD; }
a { background-color: rgb(233,139,253); }
div.DivClassName
{
background-color: #E98BFD;
}
.BgClassName
{
background-color: #E98BFD;
}
</style>
border-color css
<style>
span { border-color: #E98BFD; }
span { border-color: rgb(233,139,253); }
td.TdClassName
{
border-color: #E98BFD;
}
.TagClassName
{
border-color: #E98BFD;
}
</style>