Shades of Violet #E291F8
Tints of Violet #E291F8
RGB
CMYK
RGB Variations
Color information
#E291F8 (or 0xE291F8) is known color: Violet. HEX triplet: E2, 91 and F8. RGB value is (226,145,248). Sum of RGB (Red+Green+Blue) = 226+145+248=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 145 (57.03% from 255 or 23.42% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #E291F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E291F8 is #1D6E07. Grayscale: #B4B4B4. Windows color (decimal): -1928712 or 16290274. OLE color: 16290274.
HSL color Cylindrical-coordinate representation of color #E291F8: hue angle of 287.18º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E291F8 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 145 | 248 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.03 |
| HSL | 287.18º | 0.88% | 0.77% | - |
| HSV(B) | 287.18º | 0.42% | 0.97% | - |
| XYZ | 58.43 | 43.2 | 94.07 | - |
| YUV | 180.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 248 | 0.09 | 0.42 | 0 | 0.03 | 287.18 | 0.88 | 0.77 |
| Hex | E2 | 91 | F8 | 9 | 2A | 0 | 3 | 11F | 58 | 4D |
| Octal | 342 | 221 | 370 | 11 | 52 | 0 | 3 | 437 | 130 | 115 |
| Binary | 11100010 | 10010001 | 11111000 | 1001 | 101010 | 0 | 11 | 100011111 | 1011000 | 1001101 |
Color Harmonies of #E291F8
Complementary color
Monochromatic Colors of #E291F8
Black with #E291F8
Text Example
Text Example
White with #E291F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291F8; }
p { color: rgb(226,145,248); }
H1.HeaderClassName
{
color: #E291F8;
}
.AnyTagClassName
{
color: #E291F8;
}
</style>
background-color css
<style>
a { background-color: #E291F8; }
a { background-color: rgb(226,145,248); }
div.DivClassName
{
background-color: #E291F8;
}
.BgClassName
{
background-color: #E291F8;
}
</style>
border-color css
<style>
span { border-color: #E291F8; }
span { border-color: rgb(226,145,248); }
td.TdClassName
{
border-color: #E291F8;
}
.TagClassName
{
border-color: #E291F8;
}
</style>