Shades of Psychedelic Purple #E80DED
Tints of Psychedelic Purple #E80DED
RGB
CMYK
RGB Variations
Color information
#E80DED (or 0xE80DED) is known color: Psychedelic Purple. HEX triplet: E8, 0D and ED. RGB value is (232,13,237). Sum of RGB (Red+Green+Blue) = 232+13+237=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #E80DED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80DED is #17F212. Grayscale: #676767. Windows color (decimal): -1569299 or 15535592. OLE color: 15535592.
HSL color Cylindrical-coordinate representation of color #E80DED: hue angle of 298.66º 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 #E80DED is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 13 | 237 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.07 |
| HSL | 298.66º | 0.9% | 0.49% | - |
| HSV(B) | 298.66º | 0.95% | 0.93% | - |
| XYZ | 48.71 | 23.56 | 82.1 | - |
| YUV | 104.02 | 203.05 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 237 | 0.02 | 0.95 | 0 | 0.07 | 298.66 | 0.9 | 0.49 |
| Hex | E8 | D | ED | 2 | 5F | 0 | 7 | 12B | 5A | 31 |
| Octal | 350 | 15 | 355 | 2 | 137 | 0 | 7 | 453 | 132 | 61 |
| Binary | 11101000 | 1101 | 11101101 | 10 | 1011111 | 0 | 111 | 100101011 | 1011010 | 110001 |
Color Harmonies of #E80DED
Complementary color
Monochromatic Colors of #E80DED
Black with #E80DED
Text Example
Text Example
White with #E80DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80DED; }
p { color: rgb(232,13,237); }
H1.HeaderClassName
{
color: #E80DED;
}
.AnyTagClassName
{
color: #E80DED;
}
</style>
background-color css
<style>
a { background-color: #E80DED; }
a { background-color: rgb(232,13,237); }
div.DivClassName
{
background-color: #E80DED;
}
.BgClassName
{
background-color: #E80DED;
}
</style>
border-color css
<style>
span { border-color: #E80DED; }
span { border-color: rgb(232,13,237); }
td.TdClassName
{
border-color: #E80DED;
}
.TagClassName
{
border-color: #E80DED;
}
</style>