Shades of Psychedelic Purple #E02BFF
Tints of Psychedelic Purple #E02BFF
RGB
CMYK
RGB Variations
Color information
#E02BFF (or 0xE02BFF) is known color: Psychedelic Purple. HEX triplet: E0, 2B and FF. RGB value is (224,43,255). Sum of RGB (Red+Green+Blue) = 224+43+255=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 43 (17.19% from 255 or 8.24% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #E02BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02BFF is #1FD400. Grayscale: #787878. Windows color (decimal): -2085889 or 16722912. OLE color: 16722912.
HSL color Cylindrical-coordinate representation of color #E02BFF: hue angle of 291.23º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02BFF is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 43 | 255 | - |
| CMYK | 0.12 | 0.83 | 0 | 0 |
| HSL | 291.23º | 1% | 0.58% | - |
| HSV(B) | 291.23º | 0.83% | 1% | - |
| XYZ | 49.65 | 24.8 | 96.78 | - |
| YUV | 121.29 | 203.47 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 255 | 0.12 | 0.83 | 0 | 0 | 291.23 | 1 | 0.58 |
| Hex | E0 | 2B | FF | C | 53 | 0 | 0 | 123 | 64 | 3A |
| Octal | 340 | 53 | 377 | 14 | 123 | 0 | 0 | 443 | 144 | 72 |
| Binary | 11100000 | 101011 | 11111111 | 1100 | 1010011 | 0 | 0 | 100100011 | 1100100 | 111010 |
Color Harmonies of #E02BFF
Complementary color
Monochromatic Colors of #E02BFF
Black with #E02BFF
Text Example
Text Example
White with #E02BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02BFF; }
p { color: rgb(224,43,255); }
H1.HeaderClassName
{
color: #E02BFF;
}
.AnyTagClassName
{
color: #E02BFF;
}
</style>
background-color css
<style>
a { background-color: #E02BFF; }
a { background-color: rgb(224,43,255); }
div.DivClassName
{
background-color: #E02BFF;
}
.BgClassName
{
background-color: #E02BFF;
}
</style>
border-color css
<style>
span { border-color: #E02BFF; }
span { border-color: rgb(224,43,255); }
td.TdClassName
{
border-color: #E02BFF;
}
.TagClassName
{
border-color: #E02BFF;
}
</style>