Shades of Psychedelic Purple #E02EEF
Tints of Psychedelic Purple #E02EEF
RGB
CMYK
RGB Variations
Color information
#E02EEF (or 0xE02EEF) is known color: Psychedelic Purple. HEX triplet: E0, 2E and EF. RGB value is (224,46,239). Sum of RGB (Red+Green+Blue) = 224+46+239=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 46 (18.36% from 255 or 9.04% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #E02EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02EEF is #1FD110. Grayscale: #787878. Windows color (decimal): -2085137 or 15675104. OLE color: 15675104.
HSL color Cylindrical-coordinate representation of color #E02EEF: hue angle of 295.34º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02EEF is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 46 | 239 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.06 |
| HSL | 295.34º | 0.86% | 0.56% | - |
| HSV(B) | 295.34º | 0.81% | 0.94% | - |
| XYZ | 47.3 | 24.03 | 83.81 | - |
| YUV | 121.22 | 194.47 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 239 | 0.06 | 0.81 | 0 | 0.06 | 295.34 | 0.86 | 0.56 |
| Hex | E0 | 2E | EF | 6 | 51 | 0 | 6 | 127 | 56 | 38 |
| Octal | 340 | 56 | 357 | 6 | 121 | 0 | 6 | 447 | 126 | 70 |
| Binary | 11100000 | 101110 | 11101111 | 110 | 1010001 | 0 | 110 | 100100111 | 1010110 | 111000 |
Color Harmonies of #E02EEF
Complementary color
Monochromatic Colors of #E02EEF
Black with #E02EEF
Text Example
Text Example
White with #E02EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02EEF; }
p { color: rgb(224,46,239); }
H1.HeaderClassName
{
color: #E02EEF;
}
.AnyTagClassName
{
color: #E02EEF;
}
</style>
background-color css
<style>
a { background-color: #E02EEF; }
a { background-color: rgb(224,46,239); }
div.DivClassName
{
background-color: #E02EEF;
}
.BgClassName
{
background-color: #E02EEF;
}
</style>
border-color css
<style>
span { border-color: #E02EEF; }
span { border-color: rgb(224,46,239); }
td.TdClassName
{
border-color: #E02EEF;
}
.TagClassName
{
border-color: #E02EEF;
}
</style>