Shades of Psychedelic Purple #E02EFC
Tints of Psychedelic Purple #E02EFC
RGB
CMYK
RGB Variations
Color information
#E02EFC (or 0xE02EFC) is known color: Psychedelic Purple. HEX triplet: E0, 2E and FC. RGB value is (224,46,252). Sum of RGB (Red+Green+Blue) = 224+46+252=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 46 (18.36% from 255 or 8.81% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #E02EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02EFC is #1FD103. Grayscale: #7A7A7A. Windows color (decimal): -2085124 or 16527072. OLE color: 16527072.
HSL color Cylindrical-coordinate representation of color #E02EFC: hue angle of 291.84º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02EFC is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 46 | 252 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.01 |
| HSL | 291.84º | 0.97% | 0.58% | - |
| HSV(B) | 291.84º | 0.82% | 0.99% | - |
| XYZ | 49.29 | 24.83 | 94.29 | - |
| YUV | 122.71 | 200.97 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 252 | 0.11 | 0.82 | 0 | 0.01 | 291.84 | 0.97 | 0.58 |
| Hex | E0 | 2E | FC | B | 52 | 0 | 1 | 124 | 61 | 3A |
| Octal | 340 | 56 | 374 | 13 | 122 | 0 | 1 | 444 | 141 | 72 |
| Binary | 11100000 | 101110 | 11111100 | 1011 | 1010010 | 0 | 1 | 100100100 | 1100001 | 111010 |
Color Harmonies of #E02EFC
Complementary color
Monochromatic Colors of #E02EFC
Black with #E02EFC
Text Example
Text Example
White with #E02EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02EFC; }
p { color: rgb(224,46,252); }
H1.HeaderClassName
{
color: #E02EFC;
}
.AnyTagClassName
{
color: #E02EFC;
}
</style>
background-color css
<style>
a { background-color: #E02EFC; }
a { background-color: rgb(224,46,252); }
div.DivClassName
{
background-color: #E02EFC;
}
.BgClassName
{
background-color: #E02EFC;
}
</style>
border-color css
<style>
span { border-color: #E02EFC; }
span { border-color: rgb(224,46,252); }
td.TdClassName
{
border-color: #E02EFC;
}
.TagClassName
{
border-color: #E02EFC;
}
</style>