Shades of Psychedelic Purple #E52DEE
Tints of Psychedelic Purple #E52DEE
RGB
CMYK
RGB Variations
Color information
#E52DEE (or 0xE52DEE) is known color: Psychedelic Purple. HEX triplet: E5, 2D and EE. RGB value is (229,45,238). Sum of RGB (Red+Green+Blue) = 229+45+238=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 45 (17.97% from 255 or 8.79% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #E52DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52DEE is #1AD211. Grayscale: #797979. Windows color (decimal): -1757714 or 15609317. OLE color: 15609317.
HSL color Cylindrical-coordinate representation of color #E52DEE: hue angle of 297.2º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52DEE is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 45 | 238 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.07 |
| HSL | 297.2º | 0.85% | 0.55% | - |
| HSV(B) | 297.2º | 0.81% | 0.93% | - |
| XYZ | 48.68 | 24.71 | 83.09 | - |
| YUV | 122.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 45 | 238 | 0.04 | 0.81 | 0 | 0.07 | 297.2 | 0.85 | 0.55 |
| Hex | E5 | 2D | EE | 4 | 51 | 0 | 7 | 129 | 55 | 37 |
| Octal | 345 | 55 | 356 | 4 | 121 | 0 | 7 | 451 | 125 | 67 |
| Binary | 11100101 | 101101 | 11101110 | 100 | 1010001 | 0 | 111 | 100101001 | 1010101 | 110111 |
Color Harmonies of #E52DEE
Complementary color
Monochromatic Colors of #E52DEE
Black with #E52DEE
Text Example
Text Example
White with #E52DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52DEE; }
p { color: rgb(229,45,238); }
H1.HeaderClassName
{
color: #E52DEE;
}
.AnyTagClassName
{
color: #E52DEE;
}
</style>
background-color css
<style>
a { background-color: #E52DEE; }
a { background-color: rgb(229,45,238); }
div.DivClassName
{
background-color: #E52DEE;
}
.BgClassName
{
background-color: #E52DEE;
}
</style>
border-color css
<style>
span { border-color: #E52DEE; }
span { border-color: rgb(229,45,238); }
td.TdClassName
{
border-color: #E52DEE;
}
.TagClassName
{
border-color: #E52DEE;
}
</style>