Shades of Psychedelic Purple #E029EB
Tints of Psychedelic Purple #E029EB
RGB
CMYK
RGB Variations
Color information
#E029EB (or 0xE029EB) is known color: Psychedelic Purple. HEX triplet: E0, 29 and EB. RGB value is (224,41,235). Sum of RGB (Red+Green+Blue) = 224+41+235=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #E029EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E029EB is #1FD614. Grayscale: #757575. Windows color (decimal): -2086421 or 15411680. OLE color: 15411680.
HSL color Cylindrical-coordinate representation of color #E029EB: hue angle of 296.6º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E029EB is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 41 | 235 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.08 |
| HSL | 296.6º | 0.83% | 0.54% | - |
| HSV(B) | 296.6º | 0.83% | 0.92% | - |
| XYZ | 46.53 | 23.43 | 80.67 | - |
| YUV | 117.83 | 194.13 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 235 | 0.05 | 0.83 | 0 | 0.08 | 296.6 | 0.83 | 0.54 |
| Hex | E0 | 29 | EB | 5 | 53 | 0 | 8 | 129 | 53 | 36 |
| Octal | 340 | 51 | 353 | 5 | 123 | 0 | 10 | 451 | 123 | 66 |
| Binary | 11100000 | 101001 | 11101011 | 101 | 1010011 | 0 | 1000 | 100101001 | 1010011 | 110110 |
Color Harmonies of #E029EB
Complementary color
Monochromatic Colors of #E029EB
Black with #E029EB
Text Example
Text Example
White with #E029EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E029EB; }
p { color: rgb(224,41,235); }
H1.HeaderClassName
{
color: #E029EB;
}
.AnyTagClassName
{
color: #E029EB;
}
</style>
background-color css
<style>
a { background-color: #E029EB; }
a { background-color: rgb(224,41,235); }
div.DivClassName
{
background-color: #E029EB;
}
.BgClassName
{
background-color: #E029EB;
}
</style>
border-color css
<style>
span { border-color: #E029EB; }
span { border-color: rgb(224,41,235); }
td.TdClassName
{
border-color: #E029EB;
}
.TagClassName
{
border-color: #E029EB;
}
</style>