Shades of Psychedelic Purple #E02FFF
Tints of Psychedelic Purple #E02FFF
RGB
CMYK
RGB Variations
Color information
#E02FFF (or 0xE02FFF) is known color: Psychedelic Purple. HEX triplet: E0, 2F and FF. RGB value is (224,47,255). Sum of RGB (Red+Green+Blue) = 224+47+255=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 47 (18.75% from 255 or 8.94% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #E02FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02FFF is #1FD000. Grayscale: #7A7A7A. Windows color (decimal): -2084865 or 16723936. OLE color: 16723936.
HSL color Cylindrical-coordinate representation of color #E02FFF: hue angle of 291.06º 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 #E02FFF is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 47 | 255 | - |
| CMYK | 0.12 | 0.82 | 0 | 0 |
| HSL | 291.06º | 1% | 0.59% | - |
| HSV(B) | 291.06º | 0.82% | 1% | - |
| XYZ | 49.81 | 25.1 | 96.83 | - |
| YUV | 123.64 | 202.14 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 255 | 0.12 | 0.82 | 0 | 0 | 291.06 | 1 | 0.59 |
| Hex | E0 | 2F | FF | C | 52 | 0 | 0 | 123 | 64 | 3B |
| Octal | 340 | 57 | 377 | 14 | 122 | 0 | 0 | 443 | 144 | 73 |
| Binary | 11100000 | 101111 | 11111111 | 1100 | 1010010 | 0 | 0 | 100100011 | 1100100 | 111011 |
Color Harmonies of #E02FFF
Complementary color
Monochromatic Colors of #E02FFF
Black with #E02FFF
Text Example
Text Example
White with #E02FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02FFF; }
p { color: rgb(224,47,255); }
H1.HeaderClassName
{
color: #E02FFF;
}
.AnyTagClassName
{
color: #E02FFF;
}
</style>
background-color css
<style>
a { background-color: #E02FFF; }
a { background-color: rgb(224,47,255); }
div.DivClassName
{
background-color: #E02FFF;
}
.BgClassName
{
background-color: #E02FFF;
}
</style>
border-color css
<style>
span { border-color: #E02FFF; }
span { border-color: rgb(224,47,255); }
td.TdClassName
{
border-color: #E02FFF;
}
.TagClassName
{
border-color: #E02FFF;
}
</style>