Shades of Psychedelic Purple #E52CED
Tints of Psychedelic Purple #E52CED
RGB
CMYK
RGB Variations
Color information
#E52CED (or 0xE52CED) is known color: Psychedelic Purple. HEX triplet: E5, 2C and ED. RGB value is (229,44,237). Sum of RGB (Red+Green+Blue) = 229+44+237=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 44 (17.58% from 255 or 8.63% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #E52CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52CED is #1AD312. Grayscale: #787878. Windows color (decimal): -1757971 or 15543525. OLE color: 15543525.
HSL color Cylindrical-coordinate representation of color #E52CED: hue angle of 297.51º degrees, saturation: 0.84, 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 #E52CED is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 44 | 237 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.07 |
| HSL | 297.51º | 0.84% | 0.55% | - |
| HSV(B) | 297.51º | 0.81% | 0.93% | - |
| XYZ | 48.5 | 24.57 | 82.31 | - |
| YUV | 121.32 | 193.29 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 44 | 237 | 0.03 | 0.81 | 0 | 0.07 | 297.51 | 0.84 | 0.55 |
| Hex | E5 | 2C | ED | 3 | 51 | 0 | 7 | 12A | 54 | 37 |
| Octal | 345 | 54 | 355 | 3 | 121 | 0 | 7 | 452 | 124 | 67 |
| Binary | 11100101 | 101100 | 11101101 | 11 | 1010001 | 0 | 111 | 100101010 | 1010100 | 110111 |
Color Harmonies of #E52CED
Complementary color
Monochromatic Colors of #E52CED
Black with #E52CED
Text Example
Text Example
White with #E52CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52CED; }
p { color: rgb(229,44,237); }
H1.HeaderClassName
{
color: #E52CED;
}
.AnyTagClassName
{
color: #E52CED;
}
</style>
background-color css
<style>
a { background-color: #E52CED; }
a { background-color: rgb(229,44,237); }
div.DivClassName
{
background-color: #E52CED;
}
.BgClassName
{
background-color: #E52CED;
}
</style>
border-color css
<style>
span { border-color: #E52CED; }
span { border-color: rgb(229,44,237); }
td.TdClassName
{
border-color: #E52CED;
}
.TagClassName
{
border-color: #E52CED;
}
</style>