Shades of Violet #E880F1
Tints of Violet #E880F1
RGB
CMYK
RGB Variations
Color information
#E880F1 (or 0xE880F1) is known color: Violet. HEX triplet: E8, 80 and F1. RGB value is (232,128,241). Sum of RGB (Red+Green+Blue) = 232+128+241=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #E880F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E880F1 is #177F0E. Grayscale: #ABABAB. Windows color (decimal): -1539855 or 15827176. OLE color: 15827176.
HSL color Cylindrical-coordinate representation of color #E880F1: hue angle of 295.22º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E880F1 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 128 | 241 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.05 |
| HSL | 295.22º | 0.8% | 0.72% | - |
| HSV(B) | 295.22º | 0.47% | 0.95% | - |
| XYZ | 56.88 | 38.95 | 87.74 | - |
| YUV | 171.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 241 | 0.04 | 0.47 | 0 | 0.05 | 295.22 | 0.8 | 0.72 |
| Hex | E8 | 80 | F1 | 4 | 2F | 0 | 5 | 127 | 50 | 48 |
| Octal | 350 | 200 | 361 | 4 | 57 | 0 | 5 | 447 | 120 | 110 |
| Binary | 11101000 | 10000000 | 11110001 | 100 | 101111 | 0 | 101 | 100100111 | 1010000 | 1001000 |
Color Harmonies of #E880F1
Complementary color
Monochromatic Colors of #E880F1
Black with #E880F1
Text Example
Text Example
White with #E880F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E880F1; }
p { color: rgb(232,128,241); }
H1.HeaderClassName
{
color: #E880F1;
}
.AnyTagClassName
{
color: #E880F1;
}
</style>
background-color css
<style>
a { background-color: #E880F1; }
a { background-color: rgb(232,128,241); }
div.DivClassName
{
background-color: #E880F1;
}
.BgClassName
{
background-color: #E880F1;
}
</style>
border-color css
<style>
span { border-color: #E880F1; }
span { border-color: rgb(232,128,241); }
td.TdClassName
{
border-color: #E880F1;
}
.TagClassName
{
border-color: #E880F1;
}
</style>