Shades of Psychedelic Purple #E02FFE
Tints of Psychedelic Purple #E02FFE
RGB
CMYK
RGB Variations
Color information
#E02FFE (or 0xE02FFE) is known color: Psychedelic Purple. HEX triplet: E0, 2F and FE. RGB value is (224,47,254). Sum of RGB (Red+Green+Blue) = 224+47+254=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 47 (18.75% from 255 or 8.95% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #E02FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02FFE is #1FD001. Grayscale: #7A7A7A. Windows color (decimal): -2084866 or 16658400. OLE color: 16658400.
HSL color Cylindrical-coordinate representation of color #E02FFE: hue angle of 291.3º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02FFE is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 47 | 254 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.00 |
| HSL | 291.3º | 0.99% | 0.59% | - |
| HSV(B) | 291.3º | 0.81% | 1% | - |
| XYZ | 49.65 | 25.04 | 95.98 | - |
| YUV | 123.52 | 201.64 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 254 | 0.12 | 0.81 | 0 | 0.00 | 291.3 | 0.99 | 0.59 |
| Hex | E0 | 2F | FE | C | 51 | 0 | 0 | 123 | 63 | 3B |
| Octal | 340 | 57 | 376 | 14 | 121 | 0 | 0 | 443 | 143 | 73 |
| Binary | 11100000 | 101111 | 11111110 | 1100 | 1010001 | 0 | 0 | 100100011 | 1100011 | 111011 |
Color Harmonies of #E02FFE
Complementary color
Monochromatic Colors of #E02FFE
Black with #E02FFE
Text Example
Text Example
White with #E02FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02FFE; }
p { color: rgb(224,47,254); }
H1.HeaderClassName
{
color: #E02FFE;
}
.AnyTagClassName
{
color: #E02FFE;
}
</style>
background-color css
<style>
a { background-color: #E02FFE; }
a { background-color: rgb(224,47,254); }
div.DivClassName
{
background-color: #E02FFE;
}
.BgClassName
{
background-color: #E02FFE;
}
</style>
border-color css
<style>
span { border-color: #E02FFE; }
span { border-color: rgb(224,47,254); }
td.TdClassName
{
border-color: #E02FFE;
}
.TagClassName
{
border-color: #E02FFE;
}
</style>