Shades of Psychedelic Purple #E02CE9
Tints of Psychedelic Purple #E02CE9
RGB
CMYK
RGB Variations
Color information
#E02CE9 (or 0xE02CE9) is known color: Psychedelic Purple. HEX triplet: E0, 2C and E9. RGB value is (224,44,233). Sum of RGB (Red+Green+Blue) = 224+44+233=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 44 (17.58% from 255 or 8.78% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #E02CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02CE9 is #1FD316. Grayscale: #767676. Windows color (decimal): -2085655 or 15281376. OLE color: 15281376.
HSL color Cylindrical-coordinate representation of color #E02CE9: hue angle of 297.14º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02CE9 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 44 | 233 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.09 |
| HSL | 297.14º | 0.81% | 0.54% | - |
| HSV(B) | 297.14º | 0.81% | 0.91% | - |
| XYZ | 46.35 | 23.53 | 79.19 | - |
| YUV | 119.37 | 192.13 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 233 | 0.04 | 0.81 | 0 | 0.09 | 297.14 | 0.81 | 0.54 |
| Hex | E0 | 2C | E9 | 4 | 51 | 0 | 9 | 129 | 51 | 36 |
| Octal | 340 | 54 | 351 | 4 | 121 | 0 | 11 | 451 | 121 | 66 |
| Binary | 11100000 | 101100 | 11101001 | 100 | 1010001 | 0 | 1001 | 100101001 | 1010001 | 110110 |
Color Harmonies of #E02CE9
Complementary color
Monochromatic Colors of #E02CE9
Black with #E02CE9
Text Example
Text Example
White with #E02CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CE9; }
p { color: rgb(224,44,233); }
H1.HeaderClassName
{
color: #E02CE9;
}
.AnyTagClassName
{
color: #E02CE9;
}
</style>
background-color css
<style>
a { background-color: #E02CE9; }
a { background-color: rgb(224,44,233); }
div.DivClassName
{
background-color: #E02CE9;
}
.BgClassName
{
background-color: #E02CE9;
}
</style>
border-color css
<style>
span { border-color: #E02CE9; }
span { border-color: rgb(224,44,233); }
td.TdClassName
{
border-color: #E02CE9;
}
.TagClassName
{
border-color: #E02CE9;
}
</style>