Shades of Psychedelic Purple #E02BE9
Tints of Psychedelic Purple #E02BE9
RGB
CMYK
RGB Variations
Color information
#E02BE9 (or 0xE02BE9) is known color: Psychedelic Purple. HEX triplet: E0, 2B and E9. RGB value is (224,43,233). Sum of RGB (Red+Green+Blue) = 224+43+233=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 43 (17.19% from 255 or 8.6% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #E02BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02BE9 is #1FD416. Grayscale: #767676. Windows color (decimal): -2085911 or 15281120. OLE color: 15281120.
HSL color Cylindrical-coordinate representation of color #E02BE9: hue angle of 297.16º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02BE9 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 43 | 233 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.09 |
| HSL | 297.16º | 0.81% | 0.54% | - |
| HSV(B) | 297.16º | 0.82% | 0.91% | - |
| XYZ | 46.31 | 23.46 | 79.18 | - |
| YUV | 118.78 | 192.47 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 233 | 0.04 | 0.82 | 0 | 0.09 | 297.16 | 0.81 | 0.54 |
| Hex | E0 | 2B | E9 | 4 | 52 | 0 | 9 | 129 | 51 | 36 |
| Octal | 340 | 53 | 351 | 4 | 122 | 0 | 11 | 451 | 121 | 66 |
| Binary | 11100000 | 101011 | 11101001 | 100 | 1010010 | 0 | 1001 | 100101001 | 1010001 | 110110 |
Color Harmonies of #E02BE9
Complementary color
Monochromatic Colors of #E02BE9
Black with #E02BE9
Text Example
Text Example
White with #E02BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02BE9; }
p { color: rgb(224,43,233); }
H1.HeaderClassName
{
color: #E02BE9;
}
.AnyTagClassName
{
color: #E02BE9;
}
</style>
background-color css
<style>
a { background-color: #E02BE9; }
a { background-color: rgb(224,43,233); }
div.DivClassName
{
background-color: #E02BE9;
}
.BgClassName
{
background-color: #E02BE9;
}
</style>
border-color css
<style>
span { border-color: #E02BE9; }
span { border-color: rgb(224,43,233); }
td.TdClassName
{
border-color: #E02BE9;
}
.TagClassName
{
border-color: #E02BE9;
}
</style>