Shades of Psychedelic Purple #E80FF8
Tints of Psychedelic Purple #E80FF8
RGB
CMYK
RGB Variations
Color information
#E80FF8 (or 0xE80FF8) is known color: Psychedelic Purple. HEX triplet: E8, 0F and F8. RGB value is (232,15,248). Sum of RGB (Red+Green+Blue) = 232+15+248=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 15 (6.25% from 255 or 3.03% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #E80FF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80FF8 is #17F007. Grayscale: #696969. Windows color (decimal): -1568776 or 16257000. OLE color: 16257000.
HSL color Cylindrical-coordinate representation of color #E80FF8: hue angle of 295.88º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80FF8 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 15 | 248 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.03 |
| HSL | 295.88º | 0.94% | 0.52% | - |
| HSV(B) | 295.88º | 0.94% | 0.97% | - |
| XYZ | 50.39 | 24.27 | 90.84 | - |
| YUV | 106.45 | 207.89 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 248 | 0.06 | 0.94 | 0 | 0.03 | 295.88 | 0.94 | 0.52 |
| Hex | E8 | F | F8 | 6 | 5E | 0 | 3 | 128 | 5E | 34 |
| Octal | 350 | 17 | 370 | 6 | 136 | 0 | 3 | 450 | 136 | 64 |
| Binary | 11101000 | 1111 | 11111000 | 110 | 1011110 | 0 | 11 | 100101000 | 1011110 | 110100 |
Color Harmonies of #E80FF8
Complementary color
Monochromatic Colors of #E80FF8
Black with #E80FF8
Text Example
Text Example
White with #E80FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FF8; }
p { color: rgb(232,15,248); }
H1.HeaderClassName
{
color: #E80FF8;
}
.AnyTagClassName
{
color: #E80FF8;
}
</style>
background-color css
<style>
a { background-color: #E80FF8; }
a { background-color: rgb(232,15,248); }
div.DivClassName
{
background-color: #E80FF8;
}
.BgClassName
{
background-color: #E80FF8;
}
</style>
border-color css
<style>
span { border-color: #E80FF8; }
span { border-color: rgb(232,15,248); }
td.TdClassName
{
border-color: #E80FF8;
}
.TagClassName
{
border-color: #E80FF8;
}
</style>