Shades of Psychedelic Purple #E02EFF
Tints of Psychedelic Purple #E02EFF
RGB
CMYK
RGB Variations
Color information
#E02EFF (or 0xE02EFF) is known color: Psychedelic Purple. HEX triplet: E0, 2E and FF. RGB value is (224,46,255). Sum of RGB (Red+Green+Blue) = 224+46+255=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 46 (18.36% from 255 or 8.76% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #E02EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02EFF is #1FD100. Grayscale: #7A7A7A. Windows color (decimal): -2085121 or 16723680. OLE color: 16723680.
HSL color Cylindrical-coordinate representation of color #E02EFF: hue angle of 291.1º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02EFF is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 46 | 255 | - |
| CMYK | 0.12 | 0.82 | 0 | 0 |
| HSL | 291.1º | 1% | 0.59% | - |
| HSV(B) | 291.1º | 0.82% | 1% | - |
| XYZ | 49.77 | 25.02 | 96.81 | - |
| YUV | 123.05 | 202.47 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 255 | 0.12 | 0.82 | 0 | 0 | 291.1 | 1 | 0.59 |
| Hex | E0 | 2E | FF | C | 52 | 0 | 0 | 123 | 64 | 3B |
| Octal | 340 | 56 | 377 | 14 | 122 | 0 | 0 | 443 | 144 | 73 |
| Binary | 11100000 | 101110 | 11111111 | 1100 | 1010010 | 0 | 0 | 100100011 | 1100100 | 111011 |
Color Harmonies of #E02EFF
Complementary color
Monochromatic Colors of #E02EFF
Black with #E02EFF
Text Example
Text Example
White with #E02EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02EFF; }
p { color: rgb(224,46,255); }
H1.HeaderClassName
{
color: #E02EFF;
}
.AnyTagClassName
{
color: #E02EFF;
}
</style>
background-color css
<style>
a { background-color: #E02EFF; }
a { background-color: rgb(224,46,255); }
div.DivClassName
{
background-color: #E02EFF;
}
.BgClassName
{
background-color: #E02EFF;
}
</style>
border-color css
<style>
span { border-color: #E02EFF; }
span { border-color: rgb(224,46,255); }
td.TdClassName
{
border-color: #E02EFF;
}
.TagClassName
{
border-color: #E02EFF;
}
</style>