Shades of Psychedelic Purple #E01DF3
Tints of Psychedelic Purple #E01DF3
RGB
CMYK
RGB Variations
Color information
#E01DF3 (or 0xE01DF3) is known color: Psychedelic Purple. HEX triplet: E0, 1D and F3. RGB value is (224,29,243). Sum of RGB (Red+Green+Blue) = 224+29+243=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 29 (11.72% from 255 or 5.85% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #E01DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01DF3 is #1FE20C. Grayscale: #6F6F6F. Windows color (decimal): -2089485 or 15932896. OLE color: 15932896.
HSL color Cylindrical-coordinate representation of color #E01DF3: hue angle of 294.67º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01DF3 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 29 | 243 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.05 |
| HSL | 294.67º | 0.9% | 0.53% | - |
| HSV(B) | 294.67º | 0.88% | 0.95% | - |
| XYZ | 47.36 | 23.2 | 86.78 | - |
| YUV | 111.7 | 202.1 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 243 | 0.08 | 0.88 | 0 | 0.05 | 294.67 | 0.9 | 0.53 |
| Hex | E0 | 1D | F3 | 8 | 58 | 0 | 5 | 127 | 5A | 35 |
| Octal | 340 | 35 | 363 | 10 | 130 | 0 | 5 | 447 | 132 | 65 |
| Binary | 11100000 | 11101 | 11110011 | 1000 | 1011000 | 0 | 101 | 100100111 | 1011010 | 110101 |
Color Harmonies of #E01DF3
Complementary color
Monochromatic Colors of #E01DF3
Black with #E01DF3
Text Example
Text Example
White with #E01DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DF3; }
p { color: rgb(224,29,243); }
H1.HeaderClassName
{
color: #E01DF3;
}
.AnyTagClassName
{
color: #E01DF3;
}
</style>
background-color css
<style>
a { background-color: #E01DF3; }
a { background-color: rgb(224,29,243); }
div.DivClassName
{
background-color: #E01DF3;
}
.BgClassName
{
background-color: #E01DF3;
}
</style>
border-color css
<style>
span { border-color: #E01DF3; }
span { border-color: rgb(224,29,243); }
td.TdClassName
{
border-color: #E01DF3;
}
.TagClassName
{
border-color: #E01DF3;
}
</style>