Shades of Psychedelic Purple #E52AFF
Tints of Psychedelic Purple #E52AFF
RGB
CMYK
RGB Variations
Color information
#E52AFF (or 0xE52AFF) is known color: Psychedelic Purple. HEX triplet: E5, 2A and FF. RGB value is (229,42,255). Sum of RGB (Red+Green+Blue) = 229+42+255=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 42 (16.80% from 255 or 7.98% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #E52AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52AFF is #1AD500. Grayscale: #797979. Windows color (decimal): -1758465 or 16722661. OLE color: 16722661.
HSL color Cylindrical-coordinate representation of color #E52AFF: hue angle of 292.68º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E52AFF is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 42 | 255 | - |
| CMYK | 0.10 | 0.84 | 0 | 0 |
| HSL | 292.68º | 1% | 0.58% | - |
| HSV(B) | 292.68º | 0.84% | 1% | - |
| XYZ | 51.19 | 25.53 | 96.84 | - |
| YUV | 122.2 | 202.95 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 255 | 0.10 | 0.84 | 0 | 0 | 292.68 | 1 | 0.58 |
| Hex | E5 | 2A | FF | A | 54 | 0 | 0 | 125 | 64 | 3A |
| Octal | 345 | 52 | 377 | 12 | 124 | 0 | 0 | 445 | 144 | 72 |
| Binary | 11100101 | 101010 | 11111111 | 1010 | 1010100 | 0 | 0 | 100100101 | 1100100 | 111010 |
Color Harmonies of #E52AFF
Complementary color
Monochromatic Colors of #E52AFF
Black with #E52AFF
Text Example
Text Example
White with #E52AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52AFF; }
p { color: rgb(229,42,255); }
H1.HeaderClassName
{
color: #E52AFF;
}
.AnyTagClassName
{
color: #E52AFF;
}
</style>
background-color css
<style>
a { background-color: #E52AFF; }
a { background-color: rgb(229,42,255); }
div.DivClassName
{
background-color: #E52AFF;
}
.BgClassName
{
background-color: #E52AFF;
}
</style>
border-color css
<style>
span { border-color: #E52AFF; }
span { border-color: rgb(229,42,255); }
td.TdClassName
{
border-color: #E52AFF;
}
.TagClassName
{
border-color: #E52AFF;
}
</style>