Shades of Psychedelic Purple #E02BEE
Tints of Psychedelic Purple #E02BEE
RGB
CMYK
RGB Variations
Color information
#E02BEE (or 0xE02BEE) is known color: Psychedelic Purple. HEX triplet: E0, 2B and EE. RGB value is (224,43,238). Sum of RGB (Red+Green+Blue) = 224+43+238=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 43 (17.19% from 255 or 8.51% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #E02BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02BEE is #1FD411. Grayscale: #767676. Windows color (decimal): -2085906 or 15608800. OLE color: 15608800.
HSL color Cylindrical-coordinate representation of color #E02BEE: hue angle of 295.69º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02BEE is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 43 | 238 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.07 |
| HSL | 295.69º | 0.85% | 0.55% | - |
| HSV(B) | 295.69º | 0.82% | 0.93% | - |
| XYZ | 47.04 | 23.75 | 82.99 | - |
| YUV | 119.35 | 194.97 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 238 | 0.06 | 0.82 | 0 | 0.07 | 295.69 | 0.85 | 0.55 |
| Hex | E0 | 2B | EE | 6 | 52 | 0 | 7 | 128 | 55 | 37 |
| Octal | 340 | 53 | 356 | 6 | 122 | 0 | 7 | 450 | 125 | 67 |
| Binary | 11100000 | 101011 | 11101110 | 110 | 1010010 | 0 | 111 | 100101000 | 1010101 | 110111 |
Color Harmonies of #E02BEE
Complementary color
Monochromatic Colors of #E02BEE
Black with #E02BEE
Text Example
Text Example
White with #E02BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02BEE; }
p { color: rgb(224,43,238); }
H1.HeaderClassName
{
color: #E02BEE;
}
.AnyTagClassName
{
color: #E02BEE;
}
</style>
background-color css
<style>
a { background-color: #E02BEE; }
a { background-color: rgb(224,43,238); }
div.DivClassName
{
background-color: #E02BEE;
}
.BgClassName
{
background-color: #E02BEE;
}
</style>
border-color css
<style>
span { border-color: #E02BEE; }
span { border-color: rgb(224,43,238); }
td.TdClassName
{
border-color: #E02BEE;
}
.TagClassName
{
border-color: #E02BEE;
}
</style>