Shades of Psychedelic Purple #E808FF
Tints of Psychedelic Purple #E808FF
RGB
CMYK
RGB Variations
Color information
#E808FF (or 0xE808FF) is known color: Psychedelic Purple. HEX triplet: E8, 08 and FF. RGB value is (232,8,255). Sum of RGB (Red+Green+Blue) = 232+8+255=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 8 (3.52% from 255 or 1.62% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #E808FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E808FF is #17F700. Grayscale: #666666. Windows color (decimal): -1570561 or 16713960. OLE color: 16713960.
HSL color Cylindrical-coordinate representation of color #E808FF: hue angle of 294.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E808FF is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 8 | 255 | - |
| CMYK | 0.09 | 0.97 | 0 | 0 |
| HSL | 294.41º | 1% | 0.52% | - |
| HSV(B) | 294.41º | 0.97% | 1% | - |
| XYZ | 51.42 | 24.55 | 96.64 | - |
| YUV | 103.13 | 213.71 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 255 | 0.09 | 0.97 | 0 | 0 | 294.41 | 1 | 0.52 |
| Hex | E8 | 8 | FF | 9 | 61 | 0 | 0 | 126 | 64 | 34 |
| Octal | 350 | 10 | 377 | 11 | 141 | 0 | 0 | 446 | 144 | 64 |
| Binary | 11101000 | 1000 | 11111111 | 1001 | 1100001 | 0 | 0 | 100100110 | 1100100 | 110100 |
Color Harmonies of #E808FF
Complementary color
Monochromatic Colors of #E808FF
Black with #E808FF
Text Example
Text Example
White with #E808FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E808FF; }
p { color: rgb(232,8,255); }
H1.HeaderClassName
{
color: #E808FF;
}
.AnyTagClassName
{
color: #E808FF;
}
</style>
background-color css
<style>
a { background-color: #E808FF; }
a { background-color: rgb(232,8,255); }
div.DivClassName
{
background-color: #E808FF;
}
.BgClassName
{
background-color: #E808FF;
}
</style>
border-color css
<style>
span { border-color: #E808FF; }
span { border-color: rgb(232,8,255); }
td.TdClassName
{
border-color: #E808FF;
}
.TagClassName
{
border-color: #E808FF;
}
</style>