Shades of Psychedelic Purple #E52BFE
Tints of Psychedelic Purple #E52BFE
RGB
CMYK
RGB Variations
Color information
#E52BFE (or 0xE52BFE) is known color: Psychedelic Purple. HEX triplet: E5, 2B and FE. RGB value is (229,43,254). Sum of RGB (Red+Green+Blue) = 229+43+254=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 43 (17.19% from 255 or 8.17% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #E52BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52BFE is #1AD401. Grayscale: #7A7A7A. Windows color (decimal): -1758210 or 16657381. OLE color: 16657381.
HSL color Cylindrical-coordinate representation of color #E52BFE: hue angle of 292.89º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52BFE is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 43 | 254 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.00 |
| HSL | 292.89º | 0.99% | 0.58% | - |
| HSV(B) | 292.89º | 0.83% | 1% | - |
| XYZ | 51.07 | 25.54 | 96 | - |
| YUV | 122.67 | 202.12 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 254 | 0.10 | 0.83 | 0 | 0.00 | 292.89 | 0.99 | 0.58 |
| Hex | E5 | 2B | FE | A | 53 | 0 | 0 | 125 | 63 | 3A |
| Octal | 345 | 53 | 376 | 12 | 123 | 0 | 0 | 445 | 143 | 72 |
| Binary | 11100101 | 101011 | 11111110 | 1010 | 1010011 | 0 | 0 | 100100101 | 1100011 | 111010 |
Color Harmonies of #E52BFE
Complementary color
Monochromatic Colors of #E52BFE
Black with #E52BFE
Text Example
Text Example
White with #E52BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52BFE; }
p { color: rgb(229,43,254); }
H1.HeaderClassName
{
color: #E52BFE;
}
.AnyTagClassName
{
color: #E52BFE;
}
</style>
background-color css
<style>
a { background-color: #E52BFE; }
a { background-color: rgb(229,43,254); }
div.DivClassName
{
background-color: #E52BFE;
}
.BgClassName
{
background-color: #E52BFE;
}
</style>
border-color css
<style>
span { border-color: #E52BFE; }
span { border-color: rgb(229,43,254); }
td.TdClassName
{
border-color: #E52BFE;
}
.TagClassName
{
border-color: #E52BFE;
}
</style>