Shades of Psychedelic Purple #E02FF2
Tints of Psychedelic Purple #E02FF2
RGB
CMYK
RGB Variations
Color information
#E02FF2 (or 0xE02FF2) is known color: Psychedelic Purple. HEX triplet: E0, 2F and F2. RGB value is (224,47,242). Sum of RGB (Red+Green+Blue) = 224+47+242=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 47 (18.75% from 255 or 9.16% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #E02FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02FF2 is #1FD00D. Grayscale: #797979. Windows color (decimal): -2084878 or 15871968. OLE color: 15871968.
HSL color Cylindrical-coordinate representation of color #E02FF2: hue angle of 294.46º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02FF2 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 47 | 242 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.05 |
| HSL | 294.46º | 0.88% | 0.57% | - |
| HSV(B) | 294.46º | 0.81% | 0.95% | - |
| XYZ | 47.78 | 24.29 | 86.17 | - |
| YUV | 122.15 | 195.64 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 242 | 0.07 | 0.81 | 0 | 0.05 | 294.46 | 0.88 | 0.57 |
| Hex | E0 | 2F | F2 | 7 | 51 | 0 | 5 | 126 | 58 | 39 |
| Octal | 340 | 57 | 362 | 7 | 121 | 0 | 5 | 446 | 130 | 71 |
| Binary | 11100000 | 101111 | 11110010 | 111 | 1010001 | 0 | 101 | 100100110 | 1011000 | 111001 |
Color Harmonies of #E02FF2
Complementary color
Monochromatic Colors of #E02FF2
Black with #E02FF2
Text Example
Text Example
White with #E02FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02FF2; }
p { color: rgb(224,47,242); }
H1.HeaderClassName
{
color: #E02FF2;
}
.AnyTagClassName
{
color: #E02FF2;
}
</style>
background-color css
<style>
a { background-color: #E02FF2; }
a { background-color: rgb(224,47,242); }
div.DivClassName
{
background-color: #E02FF2;
}
.BgClassName
{
background-color: #E02FF2;
}
</style>
border-color css
<style>
span { border-color: #E02FF2; }
span { border-color: rgb(224,47,242); }
td.TdClassName
{
border-color: #E02FF2;
}
.TagClassName
{
border-color: #E02FF2;
}
</style>