Shades of Psychedelic Purple #E02EED
Tints of Psychedelic Purple #E02EED
RGB
CMYK
RGB Variations
Color information
#E02EED (or 0xE02EED) is known color: Psychedelic Purple. HEX triplet: E0, 2E and ED. RGB value is (224,46,237). Sum of RGB (Red+Green+Blue) = 224+46+237=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 46 (18.36% from 255 or 9.07% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #E02EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02EED is #1FD112. Grayscale: #787878. Windows color (decimal): -2085139 or 15544032. OLE color: 15544032.
HSL color Cylindrical-coordinate representation of color #E02EED: hue angle of 295.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02EED is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 46 | 237 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.07 |
| HSL | 295.92º | 0.84% | 0.55% | - |
| HSV(B) | 295.92º | 0.81% | 0.93% | - |
| XYZ | 47 | 23.92 | 82.26 | - |
| YUV | 121 | 193.47 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 237 | 0.05 | 0.81 | 0 | 0.07 | 295.92 | 0.84 | 0.55 |
| Hex | E0 | 2E | ED | 5 | 51 | 0 | 7 | 128 | 54 | 37 |
| Octal | 340 | 56 | 355 | 5 | 121 | 0 | 7 | 450 | 124 | 67 |
| Binary | 11100000 | 101110 | 11101101 | 101 | 1010001 | 0 | 111 | 100101000 | 1010100 | 110111 |
Color Harmonies of #E02EED
Complementary color
Monochromatic Colors of #E02EED
Black with #E02EED
Text Example
Text Example
White with #E02EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02EED; }
p { color: rgb(224,46,237); }
H1.HeaderClassName
{
color: #E02EED;
}
.AnyTagClassName
{
color: #E02EED;
}
</style>
background-color css
<style>
a { background-color: #E02EED; }
a { background-color: rgb(224,46,237); }
div.DivClassName
{
background-color: #E02EED;
}
.BgClassName
{
background-color: #E02EED;
}
</style>
border-color css
<style>
span { border-color: #E02EED; }
span { border-color: rgb(224,46,237); }
td.TdClassName
{
border-color: #E02EED;
}
.TagClassName
{
border-color: #E02EED;
}
</style>