Shades of Psychedelic Purple #E01DFE
Tints of Psychedelic Purple #E01DFE
RGB
CMYK
RGB Variations
Color information
#E01DFE (or 0xE01DFE) is known color: Psychedelic Purple. HEX triplet: E0, 1D and FE. RGB value is (224,29,254). Sum of RGB (Red+Green+Blue) = 224+29+254=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 29 (11.72% from 255 or 5.72% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #E01DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01DFE is #1FE201. Grayscale: #707070. Windows color (decimal): -2089474 or 16653792. OLE color: 16653792.
HSL color Cylindrical-coordinate representation of color #E01DFE: hue angle of 292º 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 #E01DFE is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 29 | 254 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.00 |
| HSL | 292º | 0.99% | 0.55% | - |
| HSV(B) | 292º | 0.89% | 1% | - |
| XYZ | 49.07 | 23.88 | 95.79 | - |
| YUV | 112.96 | 207.6 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 254 | 0.12 | 0.89 | 0 | 0.00 | 292 | 0.99 | 0.55 |
| Hex | E0 | 1D | FE | C | 59 | 0 | 0 | 124 | 63 | 37 |
| Octal | 340 | 35 | 376 | 14 | 131 | 0 | 0 | 444 | 143 | 67 |
| Binary | 11100000 | 11101 | 11111110 | 1100 | 1011001 | 0 | 0 | 100100100 | 1100011 | 110111 |
Color Harmonies of #E01DFE
Complementary color
Monochromatic Colors of #E01DFE
Black with #E01DFE
Text Example
Text Example
White with #E01DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DFE; }
p { color: rgb(224,29,254); }
H1.HeaderClassName
{
color: #E01DFE;
}
.AnyTagClassName
{
color: #E01DFE;
}
</style>
background-color css
<style>
a { background-color: #E01DFE; }
a { background-color: rgb(224,29,254); }
div.DivClassName
{
background-color: #E01DFE;
}
.BgClassName
{
background-color: #E01DFE;
}
</style>
border-color css
<style>
span { border-color: #E01DFE; }
span { border-color: rgb(224,29,254); }
td.TdClassName
{
border-color: #E01DFE;
}
.TagClassName
{
border-color: #E01DFE;
}
</style>