Shades of Violet #E98DEA
Tints of Violet #E98DEA
RGB
CMYK
RGB Variations
Color information
#E98DEA (or 0xE98DEA) is known color: Violet. HEX triplet: E9, 8D and EA. RGB value is (233,141,234). Sum of RGB (Red+Green+Blue) = 233+141+234=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #E98DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E98DEA is #167215. Grayscale: #B2B2B2. Windows color (decimal): -1470998 or 15371753. OLE color: 15371753.
HSL color Cylindrical-coordinate representation of color #E98DEA: hue angle of 299.35º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E98DEA is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 141 | 234 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.08 |
| HSL | 299.35º | 0.69% | 0.74% | - |
| HSV(B) | 299.35º | 0.4% | 0.92% | - |
| XYZ | 57.98 | 42.31 | 82.95 | - |
| YUV | 179.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 234 | 0.00 | 0.40 | 0 | 0.08 | 299.35 | 0.69 | 0.74 |
| Hex | E9 | 8D | EA | 0 | 28 | 0 | 8 | 12B | 45 | 4A |
| Octal | 351 | 215 | 352 | 0 | 50 | 0 | 10 | 453 | 105 | 112 |
| Binary | 11101001 | 10001101 | 11101010 | 0 | 101000 | 0 | 1000 | 100101011 | 1000101 | 1001010 |
Color Harmonies of #E98DEA
Complementary color
Monochromatic Colors of #E98DEA
Black with #E98DEA
Text Example
Text Example
White with #E98DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98DEA; }
p { color: rgb(233,141,234); }
H1.HeaderClassName
{
color: #E98DEA;
}
.AnyTagClassName
{
color: #E98DEA;
}
</style>
background-color css
<style>
a { background-color: #E98DEA; }
a { background-color: rgb(233,141,234); }
div.DivClassName
{
background-color: #E98DEA;
}
.BgClassName
{
background-color: #E98DEA;
}
</style>
border-color css
<style>
span { border-color: #E98DEA; }
span { border-color: rgb(233,141,234); }
td.TdClassName
{
border-color: #E98DEA;
}
.TagClassName
{
border-color: #E98DEA;
}
</style>