Shades of Violet #E381EC
Tints of Violet #E381EC
RGB
CMYK
RGB Variations
Color information
#E381EC (or 0xE381EC) is known color: Violet. HEX triplet: E3, 81 and EC. RGB value is (227,129,236). Sum of RGB (Red+Green+Blue) = 227+129+236=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #E381EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E381EC is #1C7E13. Grayscale: #AAAAAA. Windows color (decimal): -1867284 or 15499747. OLE color: 15499747.
HSL color Cylindrical-coordinate representation of color #E381EC: hue angle of 294.95º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E381EC is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 129 | 236 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.07 |
| HSL | 294.95º | 0.74% | 0.72% | - |
| HSV(B) | 294.95º | 0.45% | 0.93% | - |
| XYZ | 54.67 | 38.09 | 83.83 | - |
| YUV | 170.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 236 | 0.04 | 0.45 | 0 | 0.07 | 294.95 | 0.74 | 0.72 |
| Hex | E3 | 81 | EC | 4 | 2D | 0 | 7 | 127 | 4A | 48 |
| Octal | 343 | 201 | 354 | 4 | 55 | 0 | 7 | 447 | 112 | 110 |
| Binary | 11100011 | 10000001 | 11101100 | 100 | 101101 | 0 | 111 | 100100111 | 1001010 | 1001000 |
Color Harmonies of #E381EC
Complementary color
Monochromatic Colors of #E381EC
Black with #E381EC
Text Example
Text Example
White with #E381EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381EC; }
p { color: rgb(227,129,236); }
H1.HeaderClassName
{
color: #E381EC;
}
.AnyTagClassName
{
color: #E381EC;
}
</style>
background-color css
<style>
a { background-color: #E381EC; }
a { background-color: rgb(227,129,236); }
div.DivClassName
{
background-color: #E381EC;
}
.BgClassName
{
background-color: #E381EC;
}
</style>
border-color css
<style>
span { border-color: #E381EC; }
span { border-color: rgb(227,129,236); }
td.TdClassName
{
border-color: #E381EC;
}
.TagClassName
{
border-color: #E381EC;
}
</style>