Shades of Psychedelic Purple #E01DF2
Tints of Psychedelic Purple #E01DF2
RGB
CMYK
RGB Variations
Color information
#E01DF2 (or 0xE01DF2) is known color: Psychedelic Purple. HEX triplet: E0, 1D and F2. RGB value is (224,29,242). Sum of RGB (Red+Green+Blue) = 224+29+242=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 29 (11.72% from 255 or 5.86% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #E01DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01DF2 is #1FE20D. Grayscale: #6E6E6E. Windows color (decimal): -2089486 or 15867360. OLE color: 15867360.
HSL color Cylindrical-coordinate representation of color #E01DF2: hue angle of 294.93º degrees, saturation: 0.89, 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 #E01DF2 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 29 | 242 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.05 |
| HSL | 294.93º | 0.89% | 0.53% | - |
| HSV(B) | 294.93º | 0.88% | 0.95% | - |
| XYZ | 47.21 | 23.14 | 85.98 | - |
| YUV | 111.59 | 201.6 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 242 | 0.07 | 0.88 | 0 | 0.05 | 294.93 | 0.89 | 0.53 |
| Hex | E0 | 1D | F2 | 7 | 58 | 0 | 5 | 127 | 59 | 35 |
| Octal | 340 | 35 | 362 | 7 | 130 | 0 | 5 | 447 | 131 | 65 |
| Binary | 11100000 | 11101 | 11110010 | 111 | 1011000 | 0 | 101 | 100100111 | 1011001 | 110101 |
Color Harmonies of #E01DF2
Complementary color
Monochromatic Colors of #E01DF2
Black with #E01DF2
Text Example
Text Example
White with #E01DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DF2; }
p { color: rgb(224,29,242); }
H1.HeaderClassName
{
color: #E01DF2;
}
.AnyTagClassName
{
color: #E01DF2;
}
</style>
background-color css
<style>
a { background-color: #E01DF2; }
a { background-color: rgb(224,29,242); }
div.DivClassName
{
background-color: #E01DF2;
}
.BgClassName
{
background-color: #E01DF2;
}
</style>
border-color css
<style>
span { border-color: #E01DF2; }
span { border-color: rgb(224,29,242); }
td.TdClassName
{
border-color: #E01DF2;
}
.TagClassName
{
border-color: #E01DF2;
}
</style>