Shades of Psychedelic Purple #E52CEF
Tints of Psychedelic Purple #E52CEF
RGB
CMYK
RGB Variations
Color information
#E52CEF (or 0xE52CEF) is known color: Psychedelic Purple. HEX triplet: E5, 2C and EF. RGB value is (229,44,239). Sum of RGB (Red+Green+Blue) = 229+44+239=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 44 (17.58% from 255 or 8.59% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #E52CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52CEF is #1AD310. Grayscale: #787878. Windows color (decimal): -1757969 or 15674597. OLE color: 15674597.
HSL color Cylindrical-coordinate representation of color #E52CEF: hue angle of 296.92º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52CEF is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 44 | 239 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.06 |
| HSL | 296.92º | 0.86% | 0.55% | - |
| HSV(B) | 296.92º | 0.82% | 0.94% | - |
| XYZ | 48.79 | 24.69 | 83.86 | - |
| YUV | 121.55 | 194.29 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 239 | 0.04 | 0.82 | 0 | 0.06 | 296.92 | 0.86 | 0.55 |
| Hex | E5 | 2C | EF | 4 | 52 | 0 | 6 | 129 | 56 | 37 |
| Octal | 345 | 54 | 357 | 4 | 122 | 0 | 6 | 451 | 126 | 67 |
| Binary | 11100101 | 101100 | 11101111 | 100 | 1010010 | 0 | 110 | 100101001 | 1010110 | 110111 |
Color Harmonies of #E52CEF
Complementary color
Monochromatic Colors of #E52CEF
Black with #E52CEF
Text Example
Text Example
White with #E52CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CEF; }
p { color: rgb(229,44,239); }
H1.HeaderClassName
{
color: #E52CEF;
}
.AnyTagClassName
{
color: #E52CEF;
}
</style>
background-color css
<style>
a { background-color: #E52CEF; }
a { background-color: rgb(229,44,239); }
div.DivClassName
{
background-color: #E52CEF;
}
.BgClassName
{
background-color: #E52CEF;
}
</style>
border-color css
<style>
span { border-color: #E52CEF; }
span { border-color: rgb(229,44,239); }
td.TdClassName
{
border-color: #E52CEF;
}
.TagClassName
{
border-color: #E52CEF;
}
</style>