Shades of Violet #E08DF1
Tints of Violet #E08DF1
RGB
CMYK
RGB Variations
Color information
#E08DF1 (or 0xE08DF1) is known color: Violet. HEX triplet: E0, 8D and F1. RGB value is (224,141,241). Sum of RGB (Red+Green+Blue) = 224+141+241=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 141 (55.47% from 255 or 23.27% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #E08DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08DF1 is #1F720E. Grayscale: #B0B0B0. Windows color (decimal): -2060815 or 15830496. OLE color: 15830496.
HSL color Cylindrical-coordinate representation of color #E08DF1: hue angle of 289.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E08DF1 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 141 | 241 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.05 |
| HSL | 289.8º | 0.78% | 0.75% | - |
| HSV(B) | 289.8º | 0.41% | 0.95% | - |
| XYZ | 56.14 | 41.25 | 88.22 | - |
| YUV | 177.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 241 | 0.07 | 0.41 | 0 | 0.05 | 289.8 | 0.78 | 0.75 |
| Hex | E0 | 8D | F1 | 7 | 29 | 0 | 5 | 122 | 4E | 4B |
| Octal | 340 | 215 | 361 | 7 | 51 | 0 | 5 | 442 | 116 | 113 |
| Binary | 11100000 | 10001101 | 11110001 | 111 | 101001 | 0 | 101 | 100100010 | 1001110 | 1001011 |
Color Harmonies of #E08DF1
Complementary color
Monochromatic Colors of #E08DF1
Black with #E08DF1
Text Example
Text Example
White with #E08DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DF1; }
p { color: rgb(224,141,241); }
H1.HeaderClassName
{
color: #E08DF1;
}
.AnyTagClassName
{
color: #E08DF1;
}
</style>
background-color css
<style>
a { background-color: #E08DF1; }
a { background-color: rgb(224,141,241); }
div.DivClassName
{
background-color: #E08DF1;
}
.BgClassName
{
background-color: #E08DF1;
}
</style>
border-color css
<style>
span { border-color: #E08DF1; }
span { border-color: rgb(224,141,241); }
td.TdClassName
{
border-color: #E08DF1;
}
.TagClassName
{
border-color: #E08DF1;
}
</style>