Shades of Psychedelic Purple #E02DF1
Tints of Psychedelic Purple #E02DF1
RGB
CMYK
RGB Variations
Color information
#E02DF1 (or 0xE02DF1) is known color: Psychedelic Purple. HEX triplet: E0, 2D and F1. RGB value is (224,45,241). Sum of RGB (Red+Green+Blue) = 224+45+241=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 45 (17.97% from 255 or 8.82% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #E02DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02DF1 is #1FD20E. Grayscale: #787878. Windows color (decimal): -2085391 or 15805920. OLE color: 15805920.
HSL color Cylindrical-coordinate representation of color #E02DF1: hue angle of 294.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02DF1 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 45 | 241 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.05 |
| HSL | 294.8º | 0.88% | 0.56% | - |
| HSV(B) | 294.8º | 0.81% | 0.95% | - |
| XYZ | 47.56 | 24.07 | 85.36 | - |
| YUV | 120.87 | 195.8 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 241 | 0.07 | 0.81 | 0 | 0.05 | 294.8 | 0.88 | 0.56 |
| Hex | E0 | 2D | F1 | 7 | 51 | 0 | 5 | 127 | 58 | 38 |
| Octal | 340 | 55 | 361 | 7 | 121 | 0 | 5 | 447 | 130 | 70 |
| Binary | 11100000 | 101101 | 11110001 | 111 | 1010001 | 0 | 101 | 100100111 | 1011000 | 111000 |
Color Harmonies of #E02DF1
Complementary color
Monochromatic Colors of #E02DF1
Black with #E02DF1
Text Example
Text Example
White with #E02DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02DF1; }
p { color: rgb(224,45,241); }
H1.HeaderClassName
{
color: #E02DF1;
}
.AnyTagClassName
{
color: #E02DF1;
}
</style>
background-color css
<style>
a { background-color: #E02DF1; }
a { background-color: rgb(224,45,241); }
div.DivClassName
{
background-color: #E02DF1;
}
.BgClassName
{
background-color: #E02DF1;
}
</style>
border-color css
<style>
span { border-color: #E02DF1; }
span { border-color: rgb(224,45,241); }
td.TdClassName
{
border-color: #E02DF1;
}
.TagClassName
{
border-color: #E02DF1;
}
</style>