Shades of Violet #E08EF3
Tints of Violet #E08EF3
RGB
CMYK
RGB Variations
Color information
#E08EF3 (or 0xE08EF3) is known color: Violet. HEX triplet: E0, 8E and F3. RGB value is (224,142,243). Sum of RGB (Red+Green+Blue) = 224+142+243=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #E08EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08EF3 is #1F710C. Grayscale: #B1B1B1. Windows color (decimal): -2060557 or 15961824. OLE color: 15961824.
HSL color Cylindrical-coordinate representation of color #E08EF3: hue angle of 288.71º degrees, saturation: 0.81, 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 #E08EF3 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 142 | 243 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.05 |
| HSL | 288.71º | 0.81% | 0.75% | - |
| HSV(B) | 288.71º | 0.42% | 0.95% | - |
| XYZ | 56.59 | 41.66 | 89.85 | - |
| YUV | 178.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 243 | 0.08 | 0.42 | 0 | 0.05 | 288.71 | 0.81 | 0.75 |
| Hex | E0 | 8E | F3 | 8 | 2A | 0 | 5 | 121 | 51 | 4B |
| Octal | 340 | 216 | 363 | 10 | 52 | 0 | 5 | 441 | 121 | 113 |
| Binary | 11100000 | 10001110 | 11110011 | 1000 | 101010 | 0 | 101 | 100100001 | 1010001 | 1001011 |
Color Harmonies of #E08EF3
Complementary color
Monochromatic Colors of #E08EF3
Black with #E08EF3
Text Example
Text Example
White with #E08EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EF3; }
p { color: rgb(224,142,243); }
H1.HeaderClassName
{
color: #E08EF3;
}
.AnyTagClassName
{
color: #E08EF3;
}
</style>
background-color css
<style>
a { background-color: #E08EF3; }
a { background-color: rgb(224,142,243); }
div.DivClassName
{
background-color: #E08EF3;
}
.BgClassName
{
background-color: #E08EF3;
}
</style>
border-color css
<style>
span { border-color: #E08EF3; }
span { border-color: rgb(224,142,243); }
td.TdClassName
{
border-color: #E08EF3;
}
.TagClassName
{
border-color: #E08EF3;
}
</style>