Shades of Psychedelic Purple #E11FF5
Tints of Psychedelic Purple #E11FF5
RGB
CMYK
RGB Variations
Color information
#E11FF5 (or 0xE11FF5) is known color: Psychedelic Purple. HEX triplet: E1, 1F and F5. RGB value is (225,31,245). Sum of RGB (Red+Green+Blue) = 225+31+245=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 31 (12.5% from 255 or 6.19% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #E11FF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11FF5 is #1EE00A. Grayscale: #707070. Windows color (decimal): -2023435 or 16064481. OLE color: 16064481.
HSL color Cylindrical-coordinate representation of color #E11FF5: hue angle of 294.39º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11FF5 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 31 | 245 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.04 |
| HSL | 294.39º | 0.91% | 0.54% | - |
| HSV(B) | 294.39º | 0.87% | 0.96% | - |
| XYZ | 48.02 | 23.58 | 88.41 | - |
| YUV | 113.4 | 202.27 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 31 | 245 | 0.08 | 0.87 | 0 | 0.04 | 294.39 | 0.91 | 0.54 |
| Hex | E1 | 1F | F5 | 8 | 57 | 0 | 4 | 126 | 5B | 36 |
| Octal | 341 | 37 | 365 | 10 | 127 | 0 | 4 | 446 | 133 | 66 |
| Binary | 11100001 | 11111 | 11110101 | 1000 | 1010111 | 0 | 100 | 100100110 | 1011011 | 110110 |
Color Harmonies of #E11FF5
Complementary color
Monochromatic Colors of #E11FF5
Black with #E11FF5
Text Example
Text Example
White with #E11FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11FF5; }
p { color: rgb(225,31,245); }
H1.HeaderClassName
{
color: #E11FF5;
}
.AnyTagClassName
{
color: #E11FF5;
}
</style>
background-color css
<style>
a { background-color: #E11FF5; }
a { background-color: rgb(225,31,245); }
div.DivClassName
{
background-color: #E11FF5;
}
.BgClassName
{
background-color: #E11FF5;
}
</style>
border-color css
<style>
span { border-color: #E11FF5; }
span { border-color: rgb(225,31,245); }
td.TdClassName
{
border-color: #E11FF5;
}
.TagClassName
{
border-color: #E11FF5;
}
</style>