Shades of Violet #E98EE1
Tints of Violet #E98EE1
RGB
CMYK
RGB Variations
Color information
#E98EE1 (or 0xE98EE1) is known color: Violet. HEX triplet: E9, 8E and E1. RGB value is (233,142,225). Sum of RGB (Red+Green+Blue) = 233+142+225=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E98EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98EE1 is #16711E. Grayscale: #B2B2B2. Windows color (decimal): -1470751 or 14782185. OLE color: 14782185.
HSL color Cylindrical-coordinate representation of color #E98EE1: hue angle of 305.27º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E98EE1 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 142 | 225 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.09 |
| HSL | 305.27º | 0.67% | 0.74% | - |
| HSV(B) | 305.27º | 0.39% | 0.91% | - |
| XYZ | 56.87 | 42.11 | 76.36 | - |
| YUV | 178.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 225 | 0 | 0.39 | 0.03 | 0.09 | 305.27 | 0.67 | 0.74 |
| Hex | E9 | 8E | E1 | 0 | 27 | 3 | 9 | 131 | 43 | 4A |
| Octal | 351 | 216 | 341 | 0 | 47 | 3 | 11 | 461 | 103 | 112 |
| Binary | 11101001 | 10001110 | 11100001 | 0 | 100111 | 11 | 1001 | 100110001 | 1000011 | 1001010 |
Color Harmonies of #E98EE1
Complementary color
Monochromatic Colors of #E98EE1
Black with #E98EE1
Text Example
Text Example
White with #E98EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98EE1; }
p { color: rgb(233,142,225); }
H1.HeaderClassName
{
color: #E98EE1;
}
.AnyTagClassName
{
color: #E98EE1;
}
</style>
background-color css
<style>
a { background-color: #E98EE1; }
a { background-color: rgb(233,142,225); }
div.DivClassName
{
background-color: #E98EE1;
}
.BgClassName
{
background-color: #E98EE1;
}
</style>
border-color css
<style>
span { border-color: #E98EE1; }
span { border-color: rgb(233,142,225); }
td.TdClassName
{
border-color: #E98EE1;
}
.TagClassName
{
border-color: #E98EE1;
}
</style>