Shades of Psychedelic Purple #E80DFF
Tints of Psychedelic Purple #E80DFF
RGB
CMYK
RGB Variations
Color information
#E80DFF (or 0xE80DFF) is known color: Psychedelic Purple. HEX triplet: E8, 0D and FF. RGB value is (232,13,255). Sum of RGB (Red+Green+Blue) = 232+13+255=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 13 (5.47% from 255 or 2.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #E80DFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80DFF is #17F200. Grayscale: #696969. Windows color (decimal): -1569281 or 16715240. OLE color: 16715240.
HSL color Cylindrical-coordinate representation of color #E80DFF: hue angle of 294.3º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80DFF is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 13 | 255 | - |
| CMYK | 0.09 | 0.95 | 0 | 0 |
| HSL | 294.3º | 1% | 0.53% | - |
| HSV(B) | 294.3º | 0.95% | 1% | - |
| XYZ | 51.47 | 24.66 | 96.66 | - |
| YUV | 106.07 | 212.05 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 255 | 0.09 | 0.95 | 0 | 0 | 294.3 | 1 | 0.53 |
| Hex | E8 | D | FF | 9 | 5F | 0 | 0 | 126 | 64 | 35 |
| Octal | 350 | 15 | 377 | 11 | 137 | 0 | 0 | 446 | 144 | 65 |
| Binary | 11101000 | 1101 | 11111111 | 1001 | 1011111 | 0 | 0 | 100100110 | 1100100 | 110101 |
Color Harmonies of #E80DFF
Complementary color
Monochromatic Colors of #E80DFF
Black with #E80DFF
Text Example
Text Example
White with #E80DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80DFF; }
p { color: rgb(232,13,255); }
H1.HeaderClassName
{
color: #E80DFF;
}
.AnyTagClassName
{
color: #E80DFF;
}
</style>
background-color css
<style>
a { background-color: #E80DFF; }
a { background-color: rgb(232,13,255); }
div.DivClassName
{
background-color: #E80DFF;
}
.BgClassName
{
background-color: #E80DFF;
}
</style>
border-color css
<style>
span { border-color: #E80DFF; }
span { border-color: rgb(232,13,255); }
td.TdClassName
{
border-color: #E80DFF;
}
.TagClassName
{
border-color: #E80DFF;
}
</style>