Shades of Psychedelic Purple #E11DFE
Tints of Psychedelic Purple #E11DFE
RGB
CMYK
RGB Variations
Color information
#E11DFE (or 0xE11DFE) is known color: Psychedelic Purple. HEX triplet: E1, 1D and FE. RGB value is (225,29,254). Sum of RGB (Red+Green+Blue) = 225+29+254=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 29 (11.72% from 255 or 5.71% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #E11DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11DFE is #1EE201. Grayscale: #707070. Windows color (decimal): -2023938 or 16653793. OLE color: 16653793.
HSL color Cylindrical-coordinate representation of color #E11DFE: hue angle of 292.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11DFE is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 29 | 254 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.00 |
| HSL | 292.27º | 0.99% | 0.55% | - |
| HSV(B) | 292.27º | 0.89% | 1% | - |
| XYZ | 49.38 | 24.04 | 95.8 | - |
| YUV | 113.25 | 207.43 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 254 | 0.11 | 0.89 | 0 | 0.00 | 292.27 | 0.99 | 0.55 |
| Hex | E1 | 1D | FE | B | 59 | 0 | 0 | 124 | 63 | 37 |
| Octal | 341 | 35 | 376 | 13 | 131 | 0 | 0 | 444 | 143 | 67 |
| Binary | 11100001 | 11101 | 11111110 | 1011 | 1011001 | 0 | 0 | 100100100 | 1100011 | 110111 |
Color Harmonies of #E11DFE
Complementary color
Monochromatic Colors of #E11DFE
Black with #E11DFE
Text Example
Text Example
White with #E11DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11DFE; }
p { color: rgb(225,29,254); }
H1.HeaderClassName
{
color: #E11DFE;
}
.AnyTagClassName
{
color: #E11DFE;
}
</style>
background-color css
<style>
a { background-color: #E11DFE; }
a { background-color: rgb(225,29,254); }
div.DivClassName
{
background-color: #E11DFE;
}
.BgClassName
{
background-color: #E11DFE;
}
</style>
border-color css
<style>
span { border-color: #E11DFE; }
span { border-color: rgb(225,29,254); }
td.TdClassName
{
border-color: #E11DFE;
}
.TagClassName
{
border-color: #E11DFE;
}
</style>