Shades of Violet #E491EC
Tints of Violet #E491EC
RGB
CMYK
RGB Variations
Color information
#E491EC (or 0xE491EC) is known color: Violet. HEX triplet: E4, 91 and EC. RGB value is (228,145,236). Sum of RGB (Red+Green+Blue) = 228+145+236=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #E491EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E491EC is #1B6E13. Grayscale: #B3B3B3. Windows color (decimal): -1797652 or 15503844. OLE color: 15503844.
HSL color Cylindrical-coordinate representation of color #E491EC: hue angle of 294.73º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E491EC is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 145 | 236 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.07 |
| HSL | 294.73º | 0.71% | 0.75% | - |
| HSV(B) | 294.73º | 0.39% | 0.93% | - |
| XYZ | 57.26 | 42.8 | 84.6 | - |
| YUV | 180.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 236 | 0.03 | 0.39 | 0 | 0.07 | 294.73 | 0.71 | 0.75 |
| Hex | E4 | 91 | EC | 3 | 27 | 0 | 7 | 127 | 47 | 4B |
| Octal | 344 | 221 | 354 | 3 | 47 | 0 | 7 | 447 | 107 | 113 |
| Binary | 11100100 | 10010001 | 11101100 | 11 | 100111 | 0 | 111 | 100100111 | 1000111 | 1001011 |
Color Harmonies of #E491EC
Complementary color
Monochromatic Colors of #E491EC
Black with #E491EC
Text Example
Text Example
White with #E491EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E491EC; }
p { color: rgb(228,145,236); }
H1.HeaderClassName
{
color: #E491EC;
}
.AnyTagClassName
{
color: #E491EC;
}
</style>
background-color css
<style>
a { background-color: #E491EC; }
a { background-color: rgb(228,145,236); }
div.DivClassName
{
background-color: #E491EC;
}
.BgClassName
{
background-color: #E491EC;
}
</style>
border-color css
<style>
span { border-color: #E491EC; }
span { border-color: rgb(228,145,236); }
td.TdClassName
{
border-color: #E491EC;
}
.TagClassName
{
border-color: #E491EC;
}
</style>