Shades of Psychedelic Purple #E11EFF
Tints of Psychedelic Purple #E11EFF
RGB
CMYK
RGB Variations
Color information
#E11EFF (or 0xE11EFF) is known color: Psychedelic Purple. HEX triplet: E1, 1E and FF. RGB value is (225,30,255). Sum of RGB (Red+Green+Blue) = 225+30+255=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 30 (12.11% from 255 or 5.88% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #E11EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11EFF is #1EE100. Grayscale: #717171. Windows color (decimal): -2023681 or 16719585. OLE color: 16719585.
HSL color Cylindrical-coordinate representation of color #E11EFF: hue angle of 292º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11EFF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 30 | 255 | - |
| CMYK | 0.12 | 0.88 | 0 | 0 |
| HSL | 292º | 1% | 0.56% | - |
| HSV(B) | 292º | 0.88% | 1% | - |
| XYZ | 49.57 | 24.16 | 96.66 | - |
| YUV | 113.96 | 207.6 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 255 | 0.12 | 0.88 | 0 | 0 | 292 | 1 | 0.56 |
| Hex | E1 | 1E | FF | C | 58 | 0 | 0 | 124 | 64 | 38 |
| Octal | 341 | 36 | 377 | 14 | 130 | 0 | 0 | 444 | 144 | 70 |
| Binary | 11100001 | 11110 | 11111111 | 1100 | 1011000 | 0 | 0 | 100100100 | 1100100 | 111000 |
Color Harmonies of #E11EFF
Complementary color
Monochromatic Colors of #E11EFF
Black with #E11EFF
Text Example
Text Example
White with #E11EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11EFF; }
p { color: rgb(225,30,255); }
H1.HeaderClassName
{
color: #E11EFF;
}
.AnyTagClassName
{
color: #E11EFF;
}
</style>
background-color css
<style>
a { background-color: #E11EFF; }
a { background-color: rgb(225,30,255); }
div.DivClassName
{
background-color: #E11EFF;
}
.BgClassName
{
background-color: #E11EFF;
}
</style>
border-color css
<style>
span { border-color: #E11EFF; }
span { border-color: rgb(225,30,255); }
td.TdClassName
{
border-color: #E11EFF;
}
.TagClassName
{
border-color: #E11EFF;
}
</style>