Shades of Psychedelic Purple #E021FD
Tints of Psychedelic Purple #E021FD
RGB
CMYK
RGB Variations
Color information
#E021FD (or 0xE021FD) is known color: Psychedelic Purple. HEX triplet: E0, 21 and FD. RGB value is (224,33,253). Sum of RGB (Red+Green+Blue) = 224+33+253=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 33 (13.28% from 255 or 6.47% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #E021FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E021FD is #1FDE02. Grayscale: #727272. Windows color (decimal): -2088451 or 16589280. OLE color: 16589280.
HSL color Cylindrical-coordinate representation of color #E021FD: hue angle of 292.09º 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 #E021FD is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 33 | 253 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.01 |
| HSL | 292.09º | 0.98% | 0.56% | - |
| HSV(B) | 292.09º | 0.87% | 0.99% | - |
| XYZ | 49.01 | 24.03 | 94.98 | - |
| YUV | 115.19 | 205.78 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 253 | 0.11 | 0.87 | 0 | 0.01 | 292.09 | 0.98 | 0.56 |
| Hex | E0 | 21 | FD | B | 57 | 0 | 1 | 124 | 62 | 38 |
| Octal | 340 | 41 | 375 | 13 | 127 | 0 | 1 | 444 | 142 | 70 |
| Binary | 11100000 | 100001 | 11111101 | 1011 | 1010111 | 0 | 1 | 100100100 | 1100010 | 111000 |
Color Harmonies of #E021FD
Complementary color
Monochromatic Colors of #E021FD
Black with #E021FD
Text Example
Text Example
White with #E021FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021FD; }
p { color: rgb(224,33,253); }
H1.HeaderClassName
{
color: #E021FD;
}
.AnyTagClassName
{
color: #E021FD;
}
</style>
background-color css
<style>
a { background-color: #E021FD; }
a { background-color: rgb(224,33,253); }
div.DivClassName
{
background-color: #E021FD;
}
.BgClassName
{
background-color: #E021FD;
}
</style>
border-color css
<style>
span { border-color: #E021FD; }
span { border-color: rgb(224,33,253); }
td.TdClassName
{
border-color: #E021FD;
}
.TagClassName
{
border-color: #E021FD;
}
</style>