Shades of Violet #E880F0
Tints of Violet #E880F0
RGB
CMYK
RGB Variations
Color information
#E880F0 (or 0xE880F0) is known color: Violet. HEX triplet: E8, 80 and F0. RGB value is (232,128,240). Sum of RGB (Red+Green+Blue) = 232+128+240=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #E880F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E880F0 is #177F0F. Grayscale: #ABABAB. Windows color (decimal): -1539856 or 15761640. OLE color: 15761640.
HSL color Cylindrical-coordinate representation of color #E880F0: hue angle of 295.71º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E880F0 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 128 | 240 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.06 |
| HSL | 295.71º | 0.79% | 0.72% | - |
| HSV(B) | 295.71º | 0.47% | 0.94% | - |
| XYZ | 56.73 | 38.89 | 86.95 | - |
| YUV | 171.86 | 166.46 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 240 | 0.03 | 0.47 | 0 | 0.06 | 295.71 | 0.79 | 0.72 |
| Hex | E8 | 80 | F0 | 3 | 2F | 0 | 6 | 128 | 4F | 48 |
| Octal | 350 | 200 | 360 | 3 | 57 | 0 | 6 | 450 | 117 | 110 |
| Binary | 11101000 | 10000000 | 11110000 | 11 | 101111 | 0 | 110 | 100101000 | 1001111 | 1001000 |
Color Harmonies of #E880F0
Complementary color
Monochromatic Colors of #E880F0
Black with #E880F0
Text Example
Text Example
White with #E880F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E880F0; }
p { color: rgb(232,128,240); }
H1.HeaderClassName
{
color: #E880F0;
}
.AnyTagClassName
{
color: #E880F0;
}
</style>
background-color css
<style>
a { background-color: #E880F0; }
a { background-color: rgb(232,128,240); }
div.DivClassName
{
background-color: #E880F0;
}
.BgClassName
{
background-color: #E880F0;
}
</style>
border-color css
<style>
span { border-color: #E880F0; }
span { border-color: rgb(232,128,240); }
td.TdClassName
{
border-color: #E880F0;
}
.TagClassName
{
border-color: #E880F0;
}
</style>