Shades of Psychedelic Purple #E813FF
Tints of Psychedelic Purple #E813FF
RGB
CMYK
RGB Variations
Color information
#E813FF (or 0xE813FF) is known color: Psychedelic Purple. HEX triplet: E8, 13 and FF. RGB value is (232,19,255). Sum of RGB (Red+Green+Blue) = 232+19+255=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 19 (7.81% from 255 or 3.75% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #E813FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E813FF is #17EC00. Grayscale: #6C6C6C. Windows color (decimal): -1567745 or 16716776. OLE color: 16716776.
HSL color Cylindrical-coordinate representation of color #E813FF: hue angle of 294.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E813FF is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 19 | 255 | - |
| CMYK | 0.09 | 0.93 | 0 | 0 |
| HSL | 294.15º | 1% | 0.54% | - |
| HSV(B) | 294.15º | 0.93% | 1% | - |
| XYZ | 51.56 | 24.84 | 96.69 | - |
| YUV | 109.59 | 210.07 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 255 | 0.09 | 0.93 | 0 | 0 | 294.15 | 1 | 0.54 |
| Hex | E8 | 13 | FF | 9 | 5D | 0 | 0 | 126 | 64 | 36 |
| Octal | 350 | 23 | 377 | 11 | 135 | 0 | 0 | 446 | 144 | 66 |
| Binary | 11101000 | 10011 | 11111111 | 1001 | 1011101 | 0 | 0 | 100100110 | 1100100 | 110110 |
Color Harmonies of #E813FF
Complementary color
Monochromatic Colors of #E813FF
Black with #E813FF
Text Example
Text Example
White with #E813FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E813FF; }
p { color: rgb(232,19,255); }
H1.HeaderClassName
{
color: #E813FF;
}
.AnyTagClassName
{
color: #E813FF;
}
</style>
background-color css
<style>
a { background-color: #E813FF; }
a { background-color: rgb(232,19,255); }
div.DivClassName
{
background-color: #E813FF;
}
.BgClassName
{
background-color: #E813FF;
}
</style>
border-color css
<style>
span { border-color: #E813FF; }
span { border-color: rgb(232,19,255); }
td.TdClassName
{
border-color: #E813FF;
}
.TagClassName
{
border-color: #E813FF;
}
</style>