Shades of Violet #E884F1
Tints of Violet #E884F1
RGB
CMYK
RGB Variations
Color information
#E884F1 (or 0xE884F1) is known color: Violet. HEX triplet: E8, 84 and F1. RGB value is (232,132,241). Sum of RGB (Red+Green+Blue) = 232+132+241=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 132 (51.95% from 255 or 21.82% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #E884F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E884F1 is #177B0E. Grayscale: #ADADAD. Windows color (decimal): -1538831 or 15828200. OLE color: 15828200.
HSL color Cylindrical-coordinate representation of color #E884F1: hue angle of 295.05º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E884F1 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 132 | 241 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.05 |
| HSL | 295.05º | 0.8% | 0.73% | - |
| HSV(B) | 295.05º | 0.45% | 0.95% | - |
| XYZ | 57.41 | 40.01 | 87.92 | - |
| YUV | 174.33 | 165.63 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 241 | 0.04 | 0.45 | 0 | 0.05 | 295.05 | 0.8 | 0.73 |
| Hex | E8 | 84 | F1 | 4 | 2D | 0 | 5 | 127 | 50 | 49 |
| Octal | 350 | 204 | 361 | 4 | 55 | 0 | 5 | 447 | 120 | 111 |
| Binary | 11101000 | 10000100 | 11110001 | 100 | 101101 | 0 | 101 | 100100111 | 1010000 | 1001001 |
Color Harmonies of #E884F1
Complementary color
Monochromatic Colors of #E884F1
Black with #E884F1
Text Example
Text Example
White with #E884F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884F1; }
p { color: rgb(232,132,241); }
H1.HeaderClassName
{
color: #E884F1;
}
.AnyTagClassName
{
color: #E884F1;
}
</style>
background-color css
<style>
a { background-color: #E884F1; }
a { background-color: rgb(232,132,241); }
div.DivClassName
{
background-color: #E884F1;
}
.BgClassName
{
background-color: #E884F1;
}
</style>
border-color css
<style>
span { border-color: #E884F1; }
span { border-color: rgb(232,132,241); }
td.TdClassName
{
border-color: #E884F1;
}
.TagClassName
{
border-color: #E884F1;
}
</style>