Shades of Psychedelic Purple #E52CF9
Tints of Psychedelic Purple #E52CF9
RGB
CMYK
RGB Variations
Color information
#E52CF9 (or 0xE52CF9) is known color: Psychedelic Purple. HEX triplet: E5, 2C and F9. RGB value is (229,44,249). Sum of RGB (Red+Green+Blue) = 229+44+249=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 44 (17.58% from 255 or 8.43% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #E52CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52CF9 is #1AD306. Grayscale: #7A7A7A. Windows color (decimal): -1757959 or 16329957. OLE color: 16329957.
HSL color Cylindrical-coordinate representation of color #E52CF9: hue angle of 294.15º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52CF9 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 44 | 249 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.02 |
| HSL | 294.15º | 0.94% | 0.57% | - |
| HSV(B) | 294.15º | 0.82% | 0.98% | - |
| XYZ | 50.31 | 25.3 | 91.85 | - |
| YUV | 122.69 | 199.29 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 249 | 0.08 | 0.82 | 0 | 0.02 | 294.15 | 0.94 | 0.57 |
| Hex | E5 | 2C | F9 | 8 | 52 | 0 | 2 | 126 | 5E | 39 |
| Octal | 345 | 54 | 371 | 10 | 122 | 0 | 2 | 446 | 136 | 71 |
| Binary | 11100101 | 101100 | 11111001 | 1000 | 1010010 | 0 | 10 | 100100110 | 1011110 | 111001 |
Color Harmonies of #E52CF9
Complementary color
Monochromatic Colors of #E52CF9
Black with #E52CF9
Text Example
Text Example
White with #E52CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CF9; }
p { color: rgb(229,44,249); }
H1.HeaderClassName
{
color: #E52CF9;
}
.AnyTagClassName
{
color: #E52CF9;
}
</style>
background-color css
<style>
a { background-color: #E52CF9; }
a { background-color: rgb(229,44,249); }
div.DivClassName
{
background-color: #E52CF9;
}
.BgClassName
{
background-color: #E52CF9;
}
</style>
border-color css
<style>
span { border-color: #E52CF9; }
span { border-color: rgb(229,44,249); }
td.TdClassName
{
border-color: #E52CF9;
}
.TagClassName
{
border-color: #E52CF9;
}
</style>