Shades of Violet #E98CF1
Tints of Violet #E98CF1
RGB
CMYK
RGB Variations
Color information
#E98CF1 (or 0xE98CF1) is known color: Violet. HEX triplet: E9, 8C and F1. RGB value is (233,140,241). Sum of RGB (Red+Green+Blue) = 233+140+241=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #E98CF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98CF1 is #16730E. Grayscale: #B3B3B3. Windows color (decimal): -1471247 or 15830249. OLE color: 15830249.
HSL color Cylindrical-coordinate representation of color #E98CF1: hue angle of 295.25º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E98CF1 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 140 | 241 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.05 |
| HSL | 295.25º | 0.78% | 0.75% | - |
| HSV(B) | 295.25º | 0.42% | 0.95% | - |
| XYZ | 58.86 | 42.43 | 88.31 | - |
| YUV | 179.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 241 | 0.03 | 0.42 | 0 | 0.05 | 295.25 | 0.78 | 0.75 |
| Hex | E9 | 8C | F1 | 3 | 2A | 0 | 5 | 127 | 4E | 4B |
| Octal | 351 | 214 | 361 | 3 | 52 | 0 | 5 | 447 | 116 | 113 |
| Binary | 11101001 | 10001100 | 11110001 | 11 | 101010 | 0 | 101 | 100100111 | 1001110 | 1001011 |
Color Harmonies of #E98CF1
Complementary color
Monochromatic Colors of #E98CF1
Black with #E98CF1
Text Example
Text Example
White with #E98CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98CF1; }
p { color: rgb(233,140,241); }
H1.HeaderClassName
{
color: #E98CF1;
}
.AnyTagClassName
{
color: #E98CF1;
}
</style>
background-color css
<style>
a { background-color: #E98CF1; }
a { background-color: rgb(233,140,241); }
div.DivClassName
{
background-color: #E98CF1;
}
.BgClassName
{
background-color: #E98CF1;
}
</style>
border-color css
<style>
span { border-color: #E98CF1; }
span { border-color: rgb(233,140,241); }
td.TdClassName
{
border-color: #E98CF1;
}
.TagClassName
{
border-color: #E98CF1;
}
</style>