Shades of Psychedelic Purple #E022FC
Tints of Psychedelic Purple #E022FC
RGB
CMYK
RGB Variations
Color information
#E022FC (or 0xE022FC) is known color: Psychedelic Purple. HEX triplet: E0, 22 and FC. RGB value is (224,34,252). Sum of RGB (Red+Green+Blue) = 224+34+252=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 34 (13.67% from 255 or 6.67% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #E022FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E022FC is #1FDD03. Grayscale: #727272. Windows color (decimal): -2088196 or 16524000. OLE color: 16524000.
HSL color Cylindrical-coordinate representation of color #E022FC: hue angle of 292.29º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E022FC is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 34 | 252 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.01 |
| HSL | 292.29º | 0.97% | 0.56% | - |
| HSV(B) | 292.29º | 0.87% | 0.99% | - |
| XYZ | 48.88 | 24.02 | 94.16 | - |
| YUV | 115.66 | 204.95 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 252 | 0.11 | 0.87 | 0 | 0.01 | 292.29 | 0.97 | 0.56 |
| Hex | E0 | 22 | FC | B | 57 | 0 | 1 | 124 | 61 | 38 |
| Octal | 340 | 42 | 374 | 13 | 127 | 0 | 1 | 444 | 141 | 70 |
| Binary | 11100000 | 100010 | 11111100 | 1011 | 1010111 | 0 | 1 | 100100100 | 1100001 | 111000 |
Color Harmonies of #E022FC
Complementary color
Monochromatic Colors of #E022FC
Black with #E022FC
Text Example
Text Example
White with #E022FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E022FC; }
p { color: rgb(224,34,252); }
H1.HeaderClassName
{
color: #E022FC;
}
.AnyTagClassName
{
color: #E022FC;
}
</style>
background-color css
<style>
a { background-color: #E022FC; }
a { background-color: rgb(224,34,252); }
div.DivClassName
{
background-color: #E022FC;
}
.BgClassName
{
background-color: #E022FC;
}
</style>
border-color css
<style>
span { border-color: #E022FC; }
span { border-color: rgb(224,34,252); }
td.TdClassName
{
border-color: #E022FC;
}
.TagClassName
{
border-color: #E022FC;
}
</style>