Shades of Psychedelic Purple #E02BEA
Tints of Psychedelic Purple #E02BEA
RGB
CMYK
RGB Variations
Color information
#E02BEA (or 0xE02BEA) is known color: Psychedelic Purple. HEX triplet: E0, 2B and EA. RGB value is (224,43,234). Sum of RGB (Red+Green+Blue) = 224+43+234=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 43 (17.19% from 255 or 8.58% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #E02BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02BEA is #1FD415. Grayscale: #767676. Windows color (decimal): -2085910 or 15346656. OLE color: 15346656.
HSL color Cylindrical-coordinate representation of color #E02BEA: hue angle of 296.86º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02BEA is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 43 | 234 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.08 |
| HSL | 296.86º | 0.82% | 0.54% | - |
| HSV(B) | 296.86º | 0.82% | 0.92% | - |
| XYZ | 46.46 | 23.52 | 79.93 | - |
| YUV | 118.89 | 192.97 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 234 | 0.04 | 0.82 | 0 | 0.08 | 296.86 | 0.82 | 0.54 |
| Hex | E0 | 2B | EA | 4 | 52 | 0 | 8 | 129 | 52 | 36 |
| Octal | 340 | 53 | 352 | 4 | 122 | 0 | 10 | 451 | 122 | 66 |
| Binary | 11100000 | 101011 | 11101010 | 100 | 1010010 | 0 | 1000 | 100101001 | 1010010 | 110110 |
Color Harmonies of #E02BEA
Complementary color
Monochromatic Colors of #E02BEA
Black with #E02BEA
Text Example
Text Example
White with #E02BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02BEA; }
p { color: rgb(224,43,234); }
H1.HeaderClassName
{
color: #E02BEA;
}
.AnyTagClassName
{
color: #E02BEA;
}
</style>
background-color css
<style>
a { background-color: #E02BEA; }
a { background-color: rgb(224,43,234); }
div.DivClassName
{
background-color: #E02BEA;
}
.BgClassName
{
background-color: #E02BEA;
}
</style>
border-color css
<style>
span { border-color: #E02BEA; }
span { border-color: rgb(224,43,234); }
td.TdClassName
{
border-color: #E02BEA;
}
.TagClassName
{
border-color: #E02BEA;
}
</style>