Shades of Psychedelic Purple #E50DED
Tints of Psychedelic Purple #E50DED
RGB
CMYK
RGB Variations
Color information
#E50DED (or 0xE50DED) is known color: Psychedelic Purple. HEX triplet: E5, 0D and ED. RGB value is (229,13,237). Sum of RGB (Red+Green+Blue) = 229+13+237=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #E50DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50DED is #1AF212. Grayscale: #666666. Windows color (decimal): -1765907 or 15535589. OLE color: 15535589.
HSL color Cylindrical-coordinate representation of color #E50DED: hue angle of 297.86º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50DED is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 13 | 237 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.07 |
| HSL | 297.86º | 0.9% | 0.49% | - |
| HSV(B) | 297.86º | 0.95% | 0.93% | - |
| XYZ | 47.74 | 23.06 | 82.06 | - |
| YUV | 103.12 | 203.56 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 237 | 0.03 | 0.95 | 0 | 0.07 | 297.86 | 0.9 | 0.49 |
| Hex | E5 | D | ED | 3 | 5F | 0 | 7 | 12A | 5A | 31 |
| Octal | 345 | 15 | 355 | 3 | 137 | 0 | 7 | 452 | 132 | 61 |
| Binary | 11100101 | 1101 | 11101101 | 11 | 1011111 | 0 | 111 | 100101010 | 1011010 | 110001 |
Color Harmonies of #E50DED
Complementary color
Monochromatic Colors of #E50DED
Black with #E50DED
Text Example
Text Example
White with #E50DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DED; }
p { color: rgb(229,13,237); }
H1.HeaderClassName
{
color: #E50DED;
}
.AnyTagClassName
{
color: #E50DED;
}
</style>
background-color css
<style>
a { background-color: #E50DED; }
a { background-color: rgb(229,13,237); }
div.DivClassName
{
background-color: #E50DED;
}
.BgClassName
{
background-color: #E50DED;
}
</style>
border-color css
<style>
span { border-color: #E50DED; }
span { border-color: rgb(229,13,237); }
td.TdClassName
{
border-color: #E50DED;
}
.TagClassName
{
border-color: #E50DED;
}
</style>