Shades of Psychedelic Purple #E52CFA
Tints of Psychedelic Purple #E52CFA
RGB
CMYK
RGB Variations
Color information
#E52CFA (or 0xE52CFA) is known color: Psychedelic Purple. HEX triplet: E5, 2C and FA. RGB value is (229,44,250). Sum of RGB (Red+Green+Blue) = 229+44+250=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 44 (17.58% from 255 or 8.41% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #E52CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52CFA is #1AD305. Grayscale: #7A7A7A. Windows color (decimal): -1757958 or 16395493. OLE color: 16395493.
HSL color Cylindrical-coordinate representation of color #E52CFA: hue angle of 293.88º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52CFA is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 44 | 250 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.02 |
| HSL | 293.88º | 0.95% | 0.58% | - |
| HSV(B) | 293.88º | 0.82% | 0.98% | - |
| XYZ | 50.47 | 25.36 | 92.68 | - |
| YUV | 122.8 | 199.79 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 250 | 0.08 | 0.82 | 0 | 0.02 | 293.88 | 0.95 | 0.58 |
| Hex | E5 | 2C | FA | 8 | 52 | 0 | 2 | 126 | 5F | 3A |
| Octal | 345 | 54 | 372 | 10 | 122 | 0 | 2 | 446 | 137 | 72 |
| Binary | 11100101 | 101100 | 11111010 | 1000 | 1010010 | 0 | 10 | 100100110 | 1011111 | 111010 |
Color Harmonies of #E52CFA
Complementary color
Monochromatic Colors of #E52CFA
Black with #E52CFA
Text Example
Text Example
White with #E52CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CFA; }
p { color: rgb(229,44,250); }
H1.HeaderClassName
{
color: #E52CFA;
}
.AnyTagClassName
{
color: #E52CFA;
}
</style>
background-color css
<style>
a { background-color: #E52CFA; }
a { background-color: rgb(229,44,250); }
div.DivClassName
{
background-color: #E52CFA;
}
.BgClassName
{
background-color: #E52CFA;
}
</style>
border-color css
<style>
span { border-color: #E52CFA; }
span { border-color: rgb(229,44,250); }
td.TdClassName
{
border-color: #E52CFA;
}
.TagClassName
{
border-color: #E52CFA;
}
</style>