Shades of Violet #E08DF5
Tints of Violet #E08DF5
RGB
CMYK
RGB Variations
Color information
#E08DF5 (or 0xE08DF5) is known color: Violet. HEX triplet: E0, 8D and F5. RGB value is (224,141,245). Sum of RGB (Red+Green+Blue) = 224+141+245=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #E08DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08DF5 is #1F720A. Grayscale: #B1B1B1. Windows color (decimal): -2060811 or 16092640. OLE color: 16092640.
HSL color Cylindrical-coordinate representation of color #E08DF5: hue angle of 287.88º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08DF5 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 141 | 245 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.04 |
| HSL | 287.88º | 0.84% | 0.76% | - |
| HSV(B) | 287.88º | 0.42% | 0.96% | - |
| XYZ | 56.75 | 41.49 | 91.4 | - |
| YUV | 177.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 245 | 0.09 | 0.42 | 0 | 0.04 | 287.88 | 0.84 | 0.76 |
| Hex | E0 | 8D | F5 | 9 | 2A | 0 | 4 | 120 | 54 | 4C |
| Octal | 340 | 215 | 365 | 11 | 52 | 0 | 4 | 440 | 124 | 114 |
| Binary | 11100000 | 10001101 | 11110101 | 1001 | 101010 | 0 | 100 | 100100000 | 1010100 | 1001100 |
Color Harmonies of #E08DF5
Complementary color
Monochromatic Colors of #E08DF5
Black with #E08DF5
Text Example
Text Example
White with #E08DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DF5; }
p { color: rgb(224,141,245); }
H1.HeaderClassName
{
color: #E08DF5;
}
.AnyTagClassName
{
color: #E08DF5;
}
</style>
background-color css
<style>
a { background-color: #E08DF5; }
a { background-color: rgb(224,141,245); }
div.DivClassName
{
background-color: #E08DF5;
}
.BgClassName
{
background-color: #E08DF5;
}
</style>
border-color css
<style>
span { border-color: #E08DF5; }
span { border-color: rgb(224,141,245); }
td.TdClassName
{
border-color: #E08DF5;
}
.TagClassName
{
border-color: #E08DF5;
}
</style>