Shades of Violet #E471EC
Tints of Violet #E471EC
RGB
CMYK
RGB Variations
Color information
#E471EC (or 0xE471EC) is known color: Violet. HEX triplet: E4, 71 and EC. RGB value is (228,113,236). Sum of RGB (Red+Green+Blue) = 228+113+236=577 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.51% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #E471EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E471EC is #1B8E13. Grayscale: #A1A1A1. Windows color (decimal): -1805844 or 15495652. OLE color: 15495652.
HSL color Cylindrical-coordinate representation of color #E471EC: hue angle of 296.1º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E471EC is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 113 | 236 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.07 |
| HSL | 296.1º | 0.76% | 0.68% | - |
| HSV(B) | 296.1º | 0.52% | 0.93% | - |
| XYZ | 53.04 | 34.36 | 83.19 | - |
| YUV | 161.41 | 170.1 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 236 | 0.03 | 0.52 | 0 | 0.07 | 296.1 | 0.76 | 0.68 |
| Hex | E4 | 71 | EC | 3 | 34 | 0 | 7 | 128 | 4C | 44 |
| Octal | 344 | 161 | 354 | 3 | 64 | 0 | 7 | 450 | 114 | 104 |
| Binary | 11100100 | 1110001 | 11101100 | 11 | 110100 | 0 | 111 | 100101000 | 1001100 | 1000100 |
Color Harmonies of #E471EC
Complementary color
Monochromatic Colors of #E471EC
Black with #E471EC
Text Example
Text Example
White with #E471EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E471EC; }
p { color: rgb(228,113,236); }
H1.HeaderClassName
{
color: #E471EC;
}
.AnyTagClassName
{
color: #E471EC;
}
</style>
background-color css
<style>
a { background-color: #E471EC; }
a { background-color: rgb(228,113,236); }
div.DivClassName
{
background-color: #E471EC;
}
.BgClassName
{
background-color: #E471EC;
}
</style>
border-color css
<style>
span { border-color: #E471EC; }
span { border-color: rgb(228,113,236); }
td.TdClassName
{
border-color: #E471EC;
}
.TagClassName
{
border-color: #E471EC;
}
</style>