Shades of Psychedelic Purple #E01DFF
Tints of Psychedelic Purple #E01DFF
RGB
CMYK
RGB Variations
Color information
#E01DFF (or 0xE01DFF) is known color: Psychedelic Purple. HEX triplet: E0, 1D and FF. RGB value is (224,29,255). Sum of RGB (Red+Green+Blue) = 224+29+255=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 29 (11.72% from 255 or 5.71% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #E01DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01DFF is #1FE200. Grayscale: #707070. Windows color (decimal): -2089473 or 16719328. OLE color: 16719328.
HSL color Cylindrical-coordinate representation of color #E01DFF: hue angle of 291.77º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01DFF is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 29 | 255 | - |
| CMYK | 0.12 | 0.89 | 0 | 0 |
| HSL | 291.77º | 1% | 0.56% | - |
| HSV(B) | 291.77º | 0.89% | 1% | - |
| XYZ | 49.23 | 23.95 | 96.64 | - |
| YUV | 113.07 | 208.1 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 255 | 0.12 | 0.89 | 0 | 0 | 291.77 | 1 | 0.56 |
| Hex | E0 | 1D | FF | C | 59 | 0 | 0 | 124 | 64 | 38 |
| Octal | 340 | 35 | 377 | 14 | 131 | 0 | 0 | 444 | 144 | 70 |
| Binary | 11100000 | 11101 | 11111111 | 1100 | 1011001 | 0 | 0 | 100100100 | 1100100 | 111000 |
Color Harmonies of #E01DFF
Complementary color
Monochromatic Colors of #E01DFF
Black with #E01DFF
Text Example
Text Example
White with #E01DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DFF; }
p { color: rgb(224,29,255); }
H1.HeaderClassName
{
color: #E01DFF;
}
.AnyTagClassName
{
color: #E01DFF;
}
</style>
background-color css
<style>
a { background-color: #E01DFF; }
a { background-color: rgb(224,29,255); }
div.DivClassName
{
background-color: #E01DFF;
}
.BgClassName
{
background-color: #E01DFF;
}
</style>
border-color css
<style>
span { border-color: #E01DFF; }
span { border-color: rgb(224,29,255); }
td.TdClassName
{
border-color: #E01DFF;
}
.TagClassName
{
border-color: #E01DFF;
}
</style>