Shades of Psychedelic Purple #E80DFD
Tints of Psychedelic Purple #E80DFD
RGB
CMYK
RGB Variations
Color information
#E80DFD (or 0xE80DFD) is known color: Psychedelic Purple. HEX triplet: E8, 0D and FD. RGB value is (232,13,253). Sum of RGB (Red+Green+Blue) = 232+13+253=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 13 (5.47% from 255 or 2.61% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #E80DFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80DFD is #17F202. Grayscale: #696969. Windows color (decimal): -1569283 or 16584168. OLE color: 16584168.
HSL color Cylindrical-coordinate representation of color #E80DFD: hue angle of 294.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80DFD is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 13 | 253 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.01 |
| HSL | 294.75º | 0.98% | 0.52% | - |
| HSV(B) | 294.75º | 0.95% | 0.99% | - |
| XYZ | 51.15 | 24.54 | 94.97 | - |
| YUV | 105.84 | 211.05 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 253 | 0.08 | 0.95 | 0 | 0.01 | 294.75 | 0.98 | 0.52 |
| Hex | E8 | D | FD | 8 | 5F | 0 | 1 | 127 | 62 | 34 |
| Octal | 350 | 15 | 375 | 10 | 137 | 0 | 1 | 447 | 142 | 64 |
| Binary | 11101000 | 1101 | 11111101 | 1000 | 1011111 | 0 | 1 | 100100111 | 1100010 | 110100 |
Color Harmonies of #E80DFD
Complementary color
Monochromatic Colors of #E80DFD
Black with #E80DFD
Text Example
Text Example
White with #E80DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80DFD; }
p { color: rgb(232,13,253); }
H1.HeaderClassName
{
color: #E80DFD;
}
.AnyTagClassName
{
color: #E80DFD;
}
</style>
background-color css
<style>
a { background-color: #E80DFD; }
a { background-color: rgb(232,13,253); }
div.DivClassName
{
background-color: #E80DFD;
}
.BgClassName
{
background-color: #E80DFD;
}
</style>
border-color css
<style>
span { border-color: #E80DFD; }
span { border-color: rgb(232,13,253); }
td.TdClassName
{
border-color: #E80DFD;
}
.TagClassName
{
border-color: #E80DFD;
}
</style>