Shades of Violet #E491FC
Tints of Violet #E491FC
RGB
CMYK
RGB Variations
Color information
#E491FC (or 0xE491FC) is known color: Violet. HEX triplet: E4, 91 and FC. RGB value is (228,145,252). Sum of RGB (Red+Green+Blue) = 228+145+252=625 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.48% from 625); Green value is 145 (57.03% from 255 or 23.2% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #E491FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E491FC is #1B6E03. Grayscale: #B5B5B5. Windows color (decimal): -1797636 or 16552420. OLE color: 16552420.
HSL color Cylindrical-coordinate representation of color #E491FC: hue angle of 286.54º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E491FC is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 145 | 252 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.01 |
| HSL | 286.54º | 0.95% | 0.78% | - |
| HSV(B) | 286.54º | 0.42% | 0.99% | - |
| XYZ | 59.69 | 43.77 | 97.4 | - |
| YUV | 182.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 252 | 0.10 | 0.42 | 0 | 0.01 | 286.54 | 0.95 | 0.78 |
| Hex | E4 | 91 | FC | A | 2A | 0 | 1 | 11F | 5F | 4E |
| Octal | 344 | 221 | 374 | 12 | 52 | 0 | 1 | 437 | 137 | 116 |
| Binary | 11100100 | 10010001 | 11111100 | 1010 | 101010 | 0 | 1 | 100011111 | 1011111 | 1001110 |
Color Harmonies of #E491FC
Complementary color
Monochromatic Colors of #E491FC
Black with #E491FC
Text Example
Text Example
White with #E491FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E491FC; }
p { color: rgb(228,145,252); }
H1.HeaderClassName
{
color: #E491FC;
}
.AnyTagClassName
{
color: #E491FC;
}
</style>
background-color css
<style>
a { background-color: #E491FC; }
a { background-color: rgb(228,145,252); }
div.DivClassName
{
background-color: #E491FC;
}
.BgClassName
{
background-color: #E491FC;
}
</style>
border-color css
<style>
span { border-color: #E491FC; }
span { border-color: rgb(228,145,252); }
td.TdClassName
{
border-color: #E491FC;
}
.TagClassName
{
border-color: #E491FC;
}
</style>