Shades of Violet #E484EC
Tints of Violet #E484EC
RGB
CMYK
RGB Variations
Color information
#E484EC (or 0xE484EC) is known color: Violet. HEX triplet: E4, 84 and EC. RGB value is (228,132,236). Sum of RGB (Red+Green+Blue) = 228+132+236=596 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.26% from 596); Green value is 132 (51.95% from 255 or 22.15% 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 #E484EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E484EC is #1B7B13. Grayscale: #ACACAC. Windows color (decimal): -1800980 or 15500516. OLE color: 15500516.
HSL color Cylindrical-coordinate representation of color #E484EC: hue angle of 295.38º 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 #E484EC is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 132 | 236 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.07 |
| HSL | 295.38º | 0.73% | 0.72% | - |
| HSV(B) | 295.38º | 0.44% | 0.93% | - |
| XYZ | 55.39 | 39.05 | 83.98 | - |
| YUV | 172.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 236 | 0.03 | 0.44 | 0 | 0.07 | 295.38 | 0.73 | 0.72 |
| Hex | E4 | 84 | EC | 3 | 2C | 0 | 7 | 127 | 49 | 48 |
| Octal | 344 | 204 | 354 | 3 | 54 | 0 | 7 | 447 | 111 | 110 |
| Binary | 11100100 | 10000100 | 11101100 | 11 | 101100 | 0 | 111 | 100100111 | 1001001 | 1001000 |
Color Harmonies of #E484EC
Complementary color
Monochromatic Colors of #E484EC
Black with #E484EC
Text Example
Text Example
White with #E484EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484EC; }
p { color: rgb(228,132,236); }
H1.HeaderClassName
{
color: #E484EC;
}
.AnyTagClassName
{
color: #E484EC;
}
</style>
background-color css
<style>
a { background-color: #E484EC; }
a { background-color: rgb(228,132,236); }
div.DivClassName
{
background-color: #E484EC;
}
.BgClassName
{
background-color: #E484EC;
}
</style>
border-color css
<style>
span { border-color: #E484EC; }
span { border-color: rgb(228,132,236); }
td.TdClassName
{
border-color: #E484EC;
}
.TagClassName
{
border-color: #E484EC;
}
</style>