Shades of Psychedelic Purple #E022FD
Tints of Psychedelic Purple #E022FD
RGB
CMYK
RGB Variations
Color information
#E022FD (or 0xE022FD) is known color: Psychedelic Purple. HEX triplet: E0, 22 and FD. RGB value is (224,34,253). Sum of RGB (Red+Green+Blue) = 224+34+253=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 34 (13.67% from 255 or 6.65% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #E022FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E022FD is #1FDD02. Grayscale: #737373. Windows color (decimal): -2088195 or 16589536. OLE color: 16589536.
HSL color Cylindrical-coordinate representation of color #E022FD: hue angle of 292.05º degrees, saturation: 0.98, 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 #E022FD is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 34 | 253 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.01 |
| HSL | 292.05º | 0.98% | 0.56% | - |
| HSV(B) | 292.05º | 0.87% | 0.99% | - |
| XYZ | 49.04 | 24.08 | 94.99 | - |
| YUV | 115.78 | 205.45 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 253 | 0.11 | 0.87 | 0 | 0.01 | 292.05 | 0.98 | 0.56 |
| Hex | E0 | 22 | FD | B | 57 | 0 | 1 | 124 | 62 | 38 |
| Octal | 340 | 42 | 375 | 13 | 127 | 0 | 1 | 444 | 142 | 70 |
| Binary | 11100000 | 100010 | 11111101 | 1011 | 1010111 | 0 | 1 | 100100100 | 1100010 | 111000 |
Color Harmonies of #E022FD
Complementary color
Monochromatic Colors of #E022FD
Black with #E022FD
Text Example
Text Example
White with #E022FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E022FD; }
p { color: rgb(224,34,253); }
H1.HeaderClassName
{
color: #E022FD;
}
.AnyTagClassName
{
color: #E022FD;
}
</style>
background-color css
<style>
a { background-color: #E022FD; }
a { background-color: rgb(224,34,253); }
div.DivClassName
{
background-color: #E022FD;
}
.BgClassName
{
background-color: #E022FD;
}
</style>
border-color css
<style>
span { border-color: #E022FD; }
span { border-color: rgb(224,34,253); }
td.TdClassName
{
border-color: #E022FD;
}
.TagClassName
{
border-color: #E022FD;
}
</style>