Shades of Violet #E384EC
Tints of Violet #E384EC
RGB
CMYK
RGB Variations
Color information
#E384EC (or 0xE384EC) is known color: Violet. HEX triplet: E3, 84 and EC. RGB value is (227,132,236). Sum of RGB (Red+Green+Blue) = 227+132+236=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #E384EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E384EC is #1C7B13. Grayscale: #ABABAB. Windows color (decimal): -1866516 or 15500515. OLE color: 15500515.
HSL color Cylindrical-coordinate representation of color #E384EC: hue angle of 294.81º 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 #E384EC is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 132 | 236 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.07 |
| HSL | 294.81º | 0.73% | 0.72% | - |
| HSV(B) | 294.81º | 0.44% | 0.93% | - |
| XYZ | 55.07 | 38.89 | 83.96 | - |
| YUV | 172.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 236 | 0.04 | 0.44 | 0 | 0.07 | 294.81 | 0.73 | 0.72 |
| Hex | E3 | 84 | EC | 4 | 2C | 0 | 7 | 127 | 49 | 48 |
| Octal | 343 | 204 | 354 | 4 | 54 | 0 | 7 | 447 | 111 | 110 |
| Binary | 11100011 | 10000100 | 11101100 | 100 | 101100 | 0 | 111 | 100100111 | 1001001 | 1001000 |
Color Harmonies of #E384EC
Complementary color
Monochromatic Colors of #E384EC
Black with #E384EC
Text Example
Text Example
White with #E384EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E384EC; }
p { color: rgb(227,132,236); }
H1.HeaderClassName
{
color: #E384EC;
}
.AnyTagClassName
{
color: #E384EC;
}
</style>
background-color css
<style>
a { background-color: #E384EC; }
a { background-color: rgb(227,132,236); }
div.DivClassName
{
background-color: #E384EC;
}
.BgClassName
{
background-color: #E384EC;
}
</style>
border-color css
<style>
span { border-color: #E384EC; }
span { border-color: rgb(227,132,236); }
td.TdClassName
{
border-color: #E384EC;
}
.TagClassName
{
border-color: #E384EC;
}
</style>