Shades of Violet #E08FF1
Tints of Violet #E08FF1
RGB
CMYK
RGB Variations
Color information
#E08FF1 (or 0xE08FF1) is known color: Violet. HEX triplet: E0, 8F and F1. RGB value is (224,143,241). Sum of RGB (Red+Green+Blue) = 224+143+241=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #E08FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08FF1 is #1F700E. Grayscale: #B2B2B2. Windows color (decimal): -2060303 or 15831008. OLE color: 15831008.
HSL color Cylindrical-coordinate representation of color #E08FF1: hue angle of 289.59º 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 #E08FF1 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 143 | 241 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.05 |
| HSL | 289.59º | 0.78% | 0.75% | - |
| HSV(B) | 289.59º | 0.41% | 0.95% | - |
| XYZ | 56.44 | 41.84 | 88.32 | - |
| YUV | 178.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 241 | 0.07 | 0.41 | 0 | 0.05 | 289.59 | 0.78 | 0.75 |
| Hex | E0 | 8F | F1 | 7 | 29 | 0 | 5 | 122 | 4E | 4B |
| Octal | 340 | 217 | 361 | 7 | 51 | 0 | 5 | 442 | 116 | 113 |
| Binary | 11100000 | 10001111 | 11110001 | 111 | 101001 | 0 | 101 | 100100010 | 1001110 | 1001011 |
Color Harmonies of #E08FF1
Complementary color
Monochromatic Colors of #E08FF1
Black with #E08FF1
Text Example
Text Example
White with #E08FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FF1; }
p { color: rgb(224,143,241); }
H1.HeaderClassName
{
color: #E08FF1;
}
.AnyTagClassName
{
color: #E08FF1;
}
</style>
background-color css
<style>
a { background-color: #E08FF1; }
a { background-color: rgb(224,143,241); }
div.DivClassName
{
background-color: #E08FF1;
}
.BgClassName
{
background-color: #E08FF1;
}
</style>
border-color css
<style>
span { border-color: #E08FF1; }
span { border-color: rgb(224,143,241); }
td.TdClassName
{
border-color: #E08FF1;
}
.TagClassName
{
border-color: #E08FF1;
}
</style>