Shades of Violet #E98CFF
Tints of Violet #E98CFF
RGB
CMYK
RGB Variations
Color information
#E98CFF (or 0xE98CFF) is known color: Violet. HEX triplet: E9, 8C and FF. RGB value is (233,140,255). Sum of RGB (Red+Green+Blue) = 233+140+255=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 140 (55.08% from 255 or 22.29% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #E98CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98CFF is #167300. Grayscale: #B4B4B4. Windows color (decimal): -1471233 or 16747753. OLE color: 16747753.
HSL color Cylindrical-coordinate representation of color #E98CFF: hue angle of 288.52º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E98CFF is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 140 | 255 | - |
| CMYK | 0.09 | 0.45 | 0 | 0 |
| HSL | 288.52º | 1% | 0.77% | - |
| HSV(B) | 288.52º | 0.45% | 1% | - |
| XYZ | 61.03 | 43.3 | 99.75 | - |
| YUV | 180.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 255 | 0.09 | 0.45 | 0 | 0 | 288.52 | 1 | 0.77 |
| Hex | E9 | 8C | FF | 9 | 2D | 0 | 0 | 121 | 64 | 4D |
| Octal | 351 | 214 | 377 | 11 | 55 | 0 | 0 | 441 | 144 | 115 |
| Binary | 11101001 | 10001100 | 11111111 | 1001 | 101101 | 0 | 0 | 100100001 | 1100100 | 1001101 |
Color Harmonies of #E98CFF
Complementary color
Monochromatic Colors of #E98CFF
Black with #E98CFF
Text Example
Text Example
White with #E98CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98CFF; }
p { color: rgb(233,140,255); }
H1.HeaderClassName
{
color: #E98CFF;
}
.AnyTagClassName
{
color: #E98CFF;
}
</style>
background-color css
<style>
a { background-color: #E98CFF; }
a { background-color: rgb(233,140,255); }
div.DivClassName
{
background-color: #E98CFF;
}
.BgClassName
{
background-color: #E98CFF;
}
</style>
border-color css
<style>
span { border-color: #E98CFF; }
span { border-color: rgb(233,140,255); }
td.TdClassName
{
border-color: #E98CFF;
}
.TagClassName
{
border-color: #E98CFF;
}
</style>