Shades of Violet #E491ED
Tints of Violet #E491ED
RGB
CMYK
RGB Variations
Color information
#E491ED (or 0xE491ED) is known color: Violet. HEX triplet: E4, 91 and ED. RGB value is (228,145,237). Sum of RGB (Red+Green+Blue) = 228+145+237=610 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.38% from 610); Green value is 145 (57.03% from 255 or 23.77% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #E491ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E491ED is #1B6E12. Grayscale: #B4B4B4. Windows color (decimal): -1797651 or 15569380. OLE color: 15569380.
HSL color Cylindrical-coordinate representation of color #E491ED: hue angle of 294.13º degrees, saturation: 0.72, 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 #E491ED is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 145 | 237 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.07 |
| HSL | 294.13º | 0.72% | 0.75% | - |
| HSV(B) | 294.13º | 0.39% | 0.93% | - |
| XYZ | 57.41 | 42.86 | 85.37 | - |
| YUV | 180.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 237 | 0.04 | 0.39 | 0 | 0.07 | 294.13 | 0.72 | 0.75 |
| Hex | E4 | 91 | ED | 4 | 27 | 0 | 7 | 126 | 48 | 4B |
| Octal | 344 | 221 | 355 | 4 | 47 | 0 | 7 | 446 | 110 | 113 |
| Binary | 11100100 | 10010001 | 11101101 | 100 | 100111 | 0 | 111 | 100100110 | 1001000 | 1001011 |
Color Harmonies of #E491ED
Complementary color
Monochromatic Colors of #E491ED
Black with #E491ED
Text Example
Text Example
White with #E491ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E491ED; }
p { color: rgb(228,145,237); }
H1.HeaderClassName
{
color: #E491ED;
}
.AnyTagClassName
{
color: #E491ED;
}
</style>
background-color css
<style>
a { background-color: #E491ED; }
a { background-color: rgb(228,145,237); }
div.DivClassName
{
background-color: #E491ED;
}
.BgClassName
{
background-color: #E491ED;
}
</style>
border-color css
<style>
span { border-color: #E491ED; }
span { border-color: rgb(228,145,237); }
td.TdClassName
{
border-color: #E491ED;
}
.TagClassName
{
border-color: #E491ED;
}
</style>