Shades of Psychedelic Purple #E52FFE
Tints of Psychedelic Purple #E52FFE
RGB
CMYK
RGB Variations
Color information
#E52FFE (or 0xE52FFE) is known color: Psychedelic Purple. HEX triplet: E5, 2F and FE. RGB value is (229,47,254). Sum of RGB (Red+Green+Blue) = 229+47+254=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 47 (18.75% from 255 or 8.87% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #E52FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52FFE is #1AD001. Grayscale: #7C7C7C. Windows color (decimal): -1757186 or 16658405. OLE color: 16658405.
HSL color Cylindrical-coordinate representation of color #E52FFE: hue angle of 292.75º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52FFE is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 47 | 254 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.00 |
| HSL | 292.75º | 0.99% | 0.59% | - |
| HSV(B) | 292.75º | 0.81% | 1% | - |
| XYZ | 51.22 | 25.85 | 96.06 | - |
| YUV | 125.02 | 200.8 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 254 | 0.10 | 0.81 | 0 | 0.00 | 292.75 | 0.99 | 0.59 |
| Hex | E5 | 2F | FE | A | 51 | 0 | 0 | 125 | 63 | 3B |
| Octal | 345 | 57 | 376 | 12 | 121 | 0 | 0 | 445 | 143 | 73 |
| Binary | 11100101 | 101111 | 11111110 | 1010 | 1010001 | 0 | 0 | 100100101 | 1100011 | 111011 |
Color Harmonies of #E52FFE
Complementary color
Monochromatic Colors of #E52FFE
Black with #E52FFE
Text Example
Text Example
White with #E52FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52FFE; }
p { color: rgb(229,47,254); }
H1.HeaderClassName
{
color: #E52FFE;
}
.AnyTagClassName
{
color: #E52FFE;
}
</style>
background-color css
<style>
a { background-color: #E52FFE; }
a { background-color: rgb(229,47,254); }
div.DivClassName
{
background-color: #E52FFE;
}
.BgClassName
{
background-color: #E52FFE;
}
</style>
border-color css
<style>
span { border-color: #E52FFE; }
span { border-color: rgb(229,47,254); }
td.TdClassName
{
border-color: #E52FFE;
}
.TagClassName
{
border-color: #E52FFE;
}
</style>