Shades of Psychedelic Purple #E023FD
Tints of Psychedelic Purple #E023FD
RGB
CMYK
RGB Variations
Color information
#E023FD (or 0xE023FD) is known color: Psychedelic Purple. HEX triplet: E0, 23 and FD. RGB value is (224,35,253). Sum of RGB (Red+Green+Blue) = 224+35+253=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 35 (14.06% from 255 or 6.84% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #E023FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E023FD is #1FDC02. Grayscale: #737373. Windows color (decimal): -2087939 or 16589792. OLE color: 16589792.
HSL color Cylindrical-coordinate representation of color #E023FD: hue angle of 292.02º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E023FD is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 35 | 253 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.01 |
| HSL | 292.02º | 0.98% | 0.56% | - |
| HSV(B) | 292.02º | 0.86% | 0.99% | - |
| XYZ | 49.07 | 24.14 | 95 | - |
| YUV | 116.36 | 205.12 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 253 | 0.11 | 0.86 | 0 | 0.01 | 292.02 | 0.98 | 0.56 |
| Hex | E0 | 23 | FD | B | 56 | 0 | 1 | 124 | 62 | 38 |
| Octal | 340 | 43 | 375 | 13 | 126 | 0 | 1 | 444 | 142 | 70 |
| Binary | 11100000 | 100011 | 11111101 | 1011 | 1010110 | 0 | 1 | 100100100 | 1100010 | 111000 |
Color Harmonies of #E023FD
Complementary color
Monochromatic Colors of #E023FD
Black with #E023FD
Text Example
Text Example
White with #E023FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E023FD; }
p { color: rgb(224,35,253); }
H1.HeaderClassName
{
color: #E023FD;
}
.AnyTagClassName
{
color: #E023FD;
}
</style>
background-color css
<style>
a { background-color: #E023FD; }
a { background-color: rgb(224,35,253); }
div.DivClassName
{
background-color: #E023FD;
}
.BgClassName
{
background-color: #E023FD;
}
</style>
border-color css
<style>
span { border-color: #E023FD; }
span { border-color: rgb(224,35,253); }
td.TdClassName
{
border-color: #E023FD;
}
.TagClassName
{
border-color: #E023FD;
}
</style>