Shades of Violet #E473EC
Tints of Violet #E473EC
RGB
CMYK
RGB Variations
Color information
#E473EC (or 0xE473EC) is known color: Violet. HEX triplet: E4, 73 and EC. RGB value is (228,115,236). Sum of RGB (Red+Green+Blue) = 228+115+236=579 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.38% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #E473EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E473EC is #1B8C13. Grayscale: #A2A2A2. Windows color (decimal): -1805332 or 15496164. OLE color: 15496164.
HSL color Cylindrical-coordinate representation of color #E473EC: hue angle of 296.03º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E473EC is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 115 | 236 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.07 |
| HSL | 296.03º | 0.76% | 0.69% | - |
| HSV(B) | 296.03º | 0.51% | 0.93% | - |
| XYZ | 53.27 | 34.81 | 83.27 | - |
| YUV | 162.58 | 169.44 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 236 | 0.03 | 0.51 | 0 | 0.07 | 296.03 | 0.76 | 0.69 |
| Hex | E4 | 73 | EC | 3 | 33 | 0 | 7 | 128 | 4C | 45 |
| Octal | 344 | 163 | 354 | 3 | 63 | 0 | 7 | 450 | 114 | 105 |
| Binary | 11100100 | 1110011 | 11101100 | 11 | 110011 | 0 | 111 | 100101000 | 1001100 | 1000101 |
Color Harmonies of #E473EC
Complementary color
Monochromatic Colors of #E473EC
Black with #E473EC
Text Example
Text Example
White with #E473EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E473EC; }
p { color: rgb(228,115,236); }
H1.HeaderClassName
{
color: #E473EC;
}
.AnyTagClassName
{
color: #E473EC;
}
</style>
background-color css
<style>
a { background-color: #E473EC; }
a { background-color: rgb(228,115,236); }
div.DivClassName
{
background-color: #E473EC;
}
.BgClassName
{
background-color: #E473EC;
}
</style>
border-color css
<style>
span { border-color: #E473EC; }
span { border-color: rgb(228,115,236); }
td.TdClassName
{
border-color: #E473EC;
}
.TagClassName
{
border-color: #E473EC;
}
</style>