Shades of Violet #E880EC
Tints of Violet #E880EC
RGB
CMYK
RGB Variations
Color information
#E880EC (or 0xE880EC) is known color: Violet. HEX triplet: E8, 80 and EC. RGB value is (232,128,236). Sum of RGB (Red+Green+Blue) = 232+128+236=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #E880EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E880EC is #177F13. Grayscale: #ABABAB. Windows color (decimal): -1539860 or 15499496. OLE color: 15499496.
HSL color Cylindrical-coordinate representation of color #E880EC: hue angle of 297.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E880EC is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 128 | 236 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.07 |
| HSL | 297.78º | 0.74% | 0.71% | - |
| HSV(B) | 297.78º | 0.46% | 0.93% | - |
| XYZ | 56.14 | 38.65 | 83.86 | - |
| YUV | 171.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 236 | 0.02 | 0.46 | 0 | 0.07 | 297.78 | 0.74 | 0.71 |
| Hex | E8 | 80 | EC | 2 | 2E | 0 | 7 | 12A | 4A | 47 |
| Octal | 350 | 200 | 354 | 2 | 56 | 0 | 7 | 452 | 112 | 107 |
| Binary | 11101000 | 10000000 | 11101100 | 10 | 101110 | 0 | 111 | 100101010 | 1001010 | 1000111 |
Color Harmonies of #E880EC
Complementary color
Monochromatic Colors of #E880EC
Black with #E880EC
Text Example
Text Example
White with #E880EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E880EC; }
p { color: rgb(232,128,236); }
H1.HeaderClassName
{
color: #E880EC;
}
.AnyTagClassName
{
color: #E880EC;
}
</style>
background-color css
<style>
a { background-color: #E880EC; }
a { background-color: rgb(232,128,236); }
div.DivClassName
{
background-color: #E880EC;
}
.BgClassName
{
background-color: #E880EC;
}
</style>
border-color css
<style>
span { border-color: #E880EC; }
span { border-color: rgb(232,128,236); }
td.TdClassName
{
border-color: #E880EC;
}
.TagClassName
{
border-color: #E880EC;
}
</style>