Shades of Violet #E083EC
Tints of Violet #E083EC
RGB
CMYK
RGB Variations
Color information
#E083EC (or 0xE083EC) is known color: Violet. HEX triplet: E0, 83 and EC. RGB value is (224,131,236). Sum of RGB (Red+Green+Blue) = 224+131+236=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 131 (51.56% from 255 or 22.17% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #E083EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E083EC is #1F7C13. Grayscale: #AAAAAA. Windows color (decimal): -2063380 or 15500256. OLE color: 15500256.
HSL color Cylindrical-coordinate representation of color #E083EC: hue angle of 293.14º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E083EC is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 131 | 236 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.07 |
| HSL | 293.14º | 0.73% | 0.72% | - |
| HSV(B) | 293.14º | 0.44% | 0.93% | - |
| XYZ | 54 | 38.14 | 83.87 | - |
| YUV | 170.78 | 164.81 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 236 | 0.05 | 0.44 | 0 | 0.07 | 293.14 | 0.73 | 0.72 |
| Hex | E0 | 83 | EC | 5 | 2C | 0 | 7 | 125 | 49 | 48 |
| Octal | 340 | 203 | 354 | 5 | 54 | 0 | 7 | 445 | 111 | 110 |
| Binary | 11100000 | 10000011 | 11101100 | 101 | 101100 | 0 | 111 | 100100101 | 1001001 | 1001000 |
Color Harmonies of #E083EC
Complementary color
Monochromatic Colors of #E083EC
Black with #E083EC
Text Example
Text Example
White with #E083EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E083EC; }
p { color: rgb(224,131,236); }
H1.HeaderClassName
{
color: #E083EC;
}
.AnyTagClassName
{
color: #E083EC;
}
</style>
background-color css
<style>
a { background-color: #E083EC; }
a { background-color: rgb(224,131,236); }
div.DivClassName
{
background-color: #E083EC;
}
.BgClassName
{
background-color: #E083EC;
}
</style>
border-color css
<style>
span { border-color: #E083EC; }
span { border-color: rgb(224,131,236); }
td.TdClassName
{
border-color: #E083EC;
}
.TagClassName
{
border-color: #E083EC;
}
</style>