Shades of Psychedelic Purple #E812FF
Tints of Psychedelic Purple #E812FF
RGB
CMYK
RGB Variations
Color information
#E812FF (or 0xE812FF) is known color: Psychedelic Purple. HEX triplet: E8, 12 and FF. RGB value is (232,18,255). Sum of RGB (Red+Green+Blue) = 232+18+255=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 18 (7.42% from 255 or 3.56% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #E812FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E812FF is #17ED00. Grayscale: #6C6C6C. Windows color (decimal): -1568001 or 16716520. OLE color: 16716520.
HSL color Cylindrical-coordinate representation of color #E812FF: hue angle of 294.18º 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 #E812FF is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 18 | 255 | - |
| CMYK | 0.09 | 0.93 | 0 | 0 |
| HSL | 294.18º | 1% | 0.54% | - |
| HSV(B) | 294.18º | 0.93% | 1% | - |
| XYZ | 51.55 | 24.81 | 96.68 | - |
| YUV | 109 | 210.4 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 255 | 0.09 | 0.93 | 0 | 0 | 294.18 | 1 | 0.54 |
| Hex | E8 | 12 | FF | 9 | 5D | 0 | 0 | 126 | 64 | 36 |
| Octal | 350 | 22 | 377 | 11 | 135 | 0 | 0 | 446 | 144 | 66 |
| Binary | 11101000 | 10010 | 11111111 | 1001 | 1011101 | 0 | 0 | 100100110 | 1100100 | 110110 |
Color Harmonies of #E812FF
Complementary color
Monochromatic Colors of #E812FF
Black with #E812FF
Text Example
Text Example
White with #E812FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E812FF; }
p { color: rgb(232,18,255); }
H1.HeaderClassName
{
color: #E812FF;
}
.AnyTagClassName
{
color: #E812FF;
}
</style>
background-color css
<style>
a { background-color: #E812FF; }
a { background-color: rgb(232,18,255); }
div.DivClassName
{
background-color: #E812FF;
}
.BgClassName
{
background-color: #E812FF;
}
</style>
border-color css
<style>
span { border-color: #E812FF; }
span { border-color: rgb(232,18,255); }
td.TdClassName
{
border-color: #E812FF;
}
.TagClassName
{
border-color: #E812FF;
}
</style>