Shades of Psychedelic Purple #E023FA
Tints of Psychedelic Purple #E023FA
RGB
CMYK
RGB Variations
Color information
#E023FA (or 0xE023FA) is known color: Psychedelic Purple. HEX triplet: E0, 23 and FA. RGB value is (224,35,250). Sum of RGB (Red+Green+Blue) = 224+35+250=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 35 (14.06% from 255 or 6.88% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #E023FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E023FA is #1FDC05. Grayscale: #737373. Windows color (decimal): -2087942 or 16393184. OLE color: 16393184.
HSL color Cylindrical-coordinate representation of color #E023FA: hue angle of 292.74º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E023FA is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 35 | 250 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.02 |
| HSL | 292.74º | 0.96% | 0.56% | - |
| HSV(B) | 292.74º | 0.86% | 0.98% | - |
| XYZ | 48.6 | 23.95 | 92.5 | - |
| YUV | 116.02 | 203.62 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 250 | 0.10 | 0.86 | 0 | 0.02 | 292.74 | 0.96 | 0.56 |
| Hex | E0 | 23 | FA | A | 56 | 0 | 2 | 125 | 60 | 38 |
| Octal | 340 | 43 | 372 | 12 | 126 | 0 | 2 | 445 | 140 | 70 |
| Binary | 11100000 | 100011 | 11111010 | 1010 | 1010110 | 0 | 10 | 100100101 | 1100000 | 111000 |
Color Harmonies of #E023FA
Complementary color
Monochromatic Colors of #E023FA
Black with #E023FA
Text Example
Text Example
White with #E023FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E023FA; }
p { color: rgb(224,35,250); }
H1.HeaderClassName
{
color: #E023FA;
}
.AnyTagClassName
{
color: #E023FA;
}
</style>
background-color css
<style>
a { background-color: #E023FA; }
a { background-color: rgb(224,35,250); }
div.DivClassName
{
background-color: #E023FA;
}
.BgClassName
{
background-color: #E023FA;
}
</style>
border-color css
<style>
span { border-color: #E023FA; }
span { border-color: rgb(224,35,250); }
td.TdClassName
{
border-color: #E023FA;
}
.TagClassName
{
border-color: #E023FA;
}
</style>