Shades of Psychedelic Purple #E52BED
Tints of Psychedelic Purple #E52BED
RGB
CMYK
RGB Variations
Color information
#E52BED (or 0xE52BED) is known color: Psychedelic Purple. HEX triplet: E5, 2B and ED. RGB value is (229,43,237). Sum of RGB (Red+Green+Blue) = 229+43+237=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 43 (17.19% from 255 or 8.45% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #E52BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E52BED is #1AD412. Grayscale: #787878. Windows color (decimal): -1758227 or 15543269. OLE color: 15543269.
HSL color Cylindrical-coordinate representation of color #E52BED: hue angle of 297.53º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52BED is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 43 | 237 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.07 |
| HSL | 297.53º | 0.84% | 0.55% | - |
| HSV(B) | 297.53º | 0.82% | 0.93% | - |
| XYZ | 48.46 | 24.5 | 82.3 | - |
| YUV | 120.73 | 193.62 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 237 | 0.03 | 0.82 | 0 | 0.07 | 297.53 | 0.84 | 0.55 |
| Hex | E5 | 2B | ED | 3 | 52 | 0 | 7 | 12A | 54 | 37 |
| Octal | 345 | 53 | 355 | 3 | 122 | 0 | 7 | 452 | 124 | 67 |
| Binary | 11100101 | 101011 | 11101101 | 11 | 1010010 | 0 | 111 | 100101010 | 1010100 | 110111 |
Color Harmonies of #E52BED
Complementary color
Monochromatic Colors of #E52BED
Black with #E52BED
Text Example
Text Example
White with #E52BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52BED; }
p { color: rgb(229,43,237); }
H1.HeaderClassName
{
color: #E52BED;
}
.AnyTagClassName
{
color: #E52BED;
}
</style>
background-color css
<style>
a { background-color: #E52BED; }
a { background-color: rgb(229,43,237); }
div.DivClassName
{
background-color: #E52BED;
}
.BgClassName
{
background-color: #E52BED;
}
</style>
border-color css
<style>
span { border-color: #E52BED; }
span { border-color: rgb(229,43,237); }
td.TdClassName
{
border-color: #E52BED;
}
.TagClassName
{
border-color: #E52BED;
}
</style>