Shades of Violet #E881F1
Tints of Violet #E881F1
RGB
CMYK
RGB Variations
Color information
#E881F1 (or 0xE881F1) is known color: Violet. HEX triplet: E8, 81 and F1. RGB value is (232,129,241). Sum of RGB (Red+Green+Blue) = 232+129+241=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #E881F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E881F1 is #177E0E. Grayscale: #ACACAC. Windows color (decimal): -1539599 or 15827432. OLE color: 15827432.
HSL color Cylindrical-coordinate representation of color #E881F1: hue angle of 295.18º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E881F1 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 129 | 241 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.05 |
| HSL | 295.18º | 0.8% | 0.73% | - |
| HSV(B) | 295.18º | 0.46% | 0.95% | - |
| XYZ | 57.01 | 39.21 | 87.78 | - |
| YUV | 172.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 129 | 241 | 0.04 | 0.46 | 0 | 0.05 | 295.18 | 0.8 | 0.73 |
| Hex | E8 | 81 | F1 | 4 | 2E | 0 | 5 | 127 | 50 | 49 |
| Octal | 350 | 201 | 361 | 4 | 56 | 0 | 5 | 447 | 120 | 111 |
| Binary | 11101000 | 10000001 | 11110001 | 100 | 101110 | 0 | 101 | 100100111 | 1010000 | 1001001 |
Color Harmonies of #E881F1
Complementary color
Monochromatic Colors of #E881F1
Black with #E881F1
Text Example
Text Example
White with #E881F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E881F1; }
p { color: rgb(232,129,241); }
H1.HeaderClassName
{
color: #E881F1;
}
.AnyTagClassName
{
color: #E881F1;
}
</style>
background-color css
<style>
a { background-color: #E881F1; }
a { background-color: rgb(232,129,241); }
div.DivClassName
{
background-color: #E881F1;
}
.BgClassName
{
background-color: #E881F1;
}
</style>
border-color css
<style>
span { border-color: #E881F1; }
span { border-color: rgb(232,129,241); }
td.TdClassName
{
border-color: #E881F1;
}
.TagClassName
{
border-color: #E881F1;
}
</style>