Shades of Violet #E491EF
Tints of Violet #E491EF
RGB
CMYK
RGB Variations
Color information
#E491EF (or 0xE491EF) is known color: Violet. HEX triplet: E4, 91 and EF. RGB value is (228,145,239). Sum of RGB (Red+Green+Blue) = 228+145+239=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #E491EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E491EF is #1B6E10. Grayscale: #B4B4B4. Windows color (decimal): -1797649 or 15700452. OLE color: 15700452.
HSL color Cylindrical-coordinate representation of color #E491EF: hue angle of 292.98º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E491EF is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 145 | 239 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.06 |
| HSL | 292.98º | 0.75% | 0.75% | - |
| HSV(B) | 292.98º | 0.39% | 0.94% | - |
| XYZ | 57.7 | 42.98 | 86.92 | - |
| YUV | 180.53 | 161 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 239 | 0.05 | 0.39 | 0 | 0.06 | 292.98 | 0.75 | 0.75 |
| Hex | E4 | 91 | EF | 5 | 27 | 0 | 6 | 125 | 4B | 4B |
| Octal | 344 | 221 | 357 | 5 | 47 | 0 | 6 | 445 | 113 | 113 |
| Binary | 11100100 | 10010001 | 11101111 | 101 | 100111 | 0 | 110 | 100100101 | 1001011 | 1001011 |
Color Harmonies of #E491EF
Complementary color
Monochromatic Colors of #E491EF
Black with #E491EF
Text Example
Text Example
White with #E491EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E491EF; }
p { color: rgb(228,145,239); }
H1.HeaderClassName
{
color: #E491EF;
}
.AnyTagClassName
{
color: #E491EF;
}
</style>
background-color css
<style>
a { background-color: #E491EF; }
a { background-color: rgb(228,145,239); }
div.DivClassName
{
background-color: #E491EF;
}
.BgClassName
{
background-color: #E491EF;
}
</style>
border-color css
<style>
span { border-color: #E491EF; }
span { border-color: rgb(228,145,239); }
td.TdClassName
{
border-color: #E491EF;
}
.TagClassName
{
border-color: #E491EF;
}
</style>