Shades of Psychedelic Purple #E029FF
Tints of Psychedelic Purple #E029FF
RGB
CMYK
RGB Variations
Color information
#E029FF (or 0xE029FF) is known color: Psychedelic Purple. HEX triplet: E0, 29 and FF. RGB value is (224,41,255). Sum of RGB (Red+Green+Blue) = 224+41+255=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 41 (16.41% from 255 or 7.88% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #E029FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E029FF is #1FD600. Grayscale: #777777. Windows color (decimal): -2086401 or 16722400. OLE color: 16722400.
HSL color Cylindrical-coordinate representation of color #E029FF: hue angle of 291.31º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E029FF is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 41 | 255 | - |
| CMYK | 0.12 | 0.84 | 0 | 0 |
| HSL | 291.31º | 1% | 0.58% | - |
| HSV(B) | 291.31º | 0.84% | 1% | - |
| XYZ | 49.58 | 24.65 | 96.75 | - |
| YUV | 120.11 | 204.13 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 255 | 0.12 | 0.84 | 0 | 0 | 291.31 | 1 | 0.58 |
| Hex | E0 | 29 | FF | C | 54 | 0 | 0 | 123 | 64 | 3A |
| Octal | 340 | 51 | 377 | 14 | 124 | 0 | 0 | 443 | 144 | 72 |
| Binary | 11100000 | 101001 | 11111111 | 1100 | 1010100 | 0 | 0 | 100100011 | 1100100 | 111010 |
Color Harmonies of #E029FF
Complementary color
Monochromatic Colors of #E029FF
Black with #E029FF
Text Example
Text Example
White with #E029FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E029FF; }
p { color: rgb(224,41,255); }
H1.HeaderClassName
{
color: #E029FF;
}
.AnyTagClassName
{
color: #E029FF;
}
</style>
background-color css
<style>
a { background-color: #E029FF; }
a { background-color: rgb(224,41,255); }
div.DivClassName
{
background-color: #E029FF;
}
.BgClassName
{
background-color: #E029FF;
}
</style>
border-color css
<style>
span { border-color: #E029FF; }
span { border-color: rgb(224,41,255); }
td.TdClassName
{
border-color: #E029FF;
}
.TagClassName
{
border-color: #E029FF;
}
</style>