Shades of Psychedelic Purple #E810FF
Tints of Psychedelic Purple #E810FF
RGB
CMYK
RGB Variations
Color information
#E810FF (or 0xE810FF) is known color: Psychedelic Purple. HEX triplet: E8, 10 and FF. RGB value is (232,16,255). Sum of RGB (Red+Green+Blue) = 232+16+255=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 16 (6.64% from 255 or 3.18% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #E810FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E810FF is #17EF00. Grayscale: #6B6B6B. Windows color (decimal): -1568513 or 16716008. OLE color: 16716008.
HSL color Cylindrical-coordinate representation of color #E810FF: hue angle of 294.23º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E810FF is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 16 | 255 | - |
| CMYK | 0.09 | 0.94 | 0 | 0 |
| HSL | 294.23º | 1% | 0.53% | - |
| HSV(B) | 294.23º | 0.94% | 1% | - |
| XYZ | 51.51 | 24.75 | 96.67 | - |
| YUV | 107.83 | 211.06 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 255 | 0.09 | 0.94 | 0 | 0 | 294.23 | 1 | 0.53 |
| Hex | E8 | 10 | FF | 9 | 5E | 0 | 0 | 126 | 64 | 35 |
| Octal | 350 | 20 | 377 | 11 | 136 | 0 | 0 | 446 | 144 | 65 |
| Binary | 11101000 | 10000 | 11111111 | 1001 | 1011110 | 0 | 0 | 100100110 | 1100100 | 110101 |
Color Harmonies of #E810FF
Complementary color
Monochromatic Colors of #E810FF
Black with #E810FF
Text Example
Text Example
White with #E810FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E810FF; }
p { color: rgb(232,16,255); }
H1.HeaderClassName
{
color: #E810FF;
}
.AnyTagClassName
{
color: #E810FF;
}
</style>
background-color css
<style>
a { background-color: #E810FF; }
a { background-color: rgb(232,16,255); }
div.DivClassName
{
background-color: #E810FF;
}
.BgClassName
{
background-color: #E810FF;
}
</style>
border-color css
<style>
span { border-color: #E810FF; }
span { border-color: rgb(232,16,255); }
td.TdClassName
{
border-color: #E810FF;
}
.TagClassName
{
border-color: #E810FF;
}
</style>