Shades of Psychedelic Purple #E111FF
Tints of Psychedelic Purple #E111FF
RGB
CMYK
RGB Variations
Color information
#E111FF (or 0xE111FF) is known color: Psychedelic Purple. HEX triplet: E1, 11 and FF. RGB value is (225,17,255). Sum of RGB (Red+Green+Blue) = 225+17+255=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 17 (7.03% from 255 or 3.42% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #E111FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E111FF is #1EEE00. Grayscale: #696969. Windows color (decimal): -2027009 or 16716257. OLE color: 16716257.
HSL color Cylindrical-coordinate representation of color #E111FF: hue angle of 292.44º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E111FF is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 17 | 255 | - |
| CMYK | 0.12 | 0.93 | 0 | 0 |
| HSL | 292.44º | 1% | 0.53% | - |
| HSV(B) | 292.44º | 0.93% | 1% | - |
| XYZ | 49.3 | 23.63 | 96.57 | - |
| YUV | 106.32 | 211.91 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 255 | 0.12 | 0.93 | 0 | 0 | 292.44 | 1 | 0.53 |
| Hex | E1 | 11 | FF | C | 5D | 0 | 0 | 124 | 64 | 35 |
| Octal | 341 | 21 | 377 | 14 | 135 | 0 | 0 | 444 | 144 | 65 |
| Binary | 11100001 | 10001 | 11111111 | 1100 | 1011101 | 0 | 0 | 100100100 | 1100100 | 110101 |
Color Harmonies of #E111FF
Complementary color
Monochromatic Colors of #E111FF
Black with #E111FF
Text Example
Text Example
White with #E111FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E111FF; }
p { color: rgb(225,17,255); }
H1.HeaderClassName
{
color: #E111FF;
}
.AnyTagClassName
{
color: #E111FF;
}
</style>
background-color css
<style>
a { background-color: #E111FF; }
a { background-color: rgb(225,17,255); }
div.DivClassName
{
background-color: #E111FF;
}
.BgClassName
{
background-color: #E111FF;
}
</style>
border-color css
<style>
span { border-color: #E111FF; }
span { border-color: rgb(225,17,255); }
td.TdClassName
{
border-color: #E111FF;
}
.TagClassName
{
border-color: #E111FF;
}
</style>