Shades of Psychedelic Purple #E812EF
Tints of Psychedelic Purple #E812EF
RGB
CMYK
RGB Variations
Color information
#E812EF (or 0xE812EF) is known color: Psychedelic Purple. HEX triplet: E8, 12 and EF. RGB value is (232,18,239). Sum of RGB (Red+Green+Blue) = 232+18+239=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 18 (7.42% from 255 or 3.68% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #E812EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E812EF is #17ED10. Grayscale: #6A6A6A. Windows color (decimal): -1568017 or 15667944. OLE color: 15667944.
HSL color Cylindrical-coordinate representation of color #E812EF: hue angle of 298.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E812EF is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 18 | 239 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.06 |
| HSL | 298.1º | 0.87% | 0.5% | - |
| HSV(B) | 298.1º | 0.92% | 0.94% | - |
| XYZ | 49.08 | 23.82 | 83.67 | - |
| YUV | 107.18 | 202.4 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 239 | 0.03 | 0.92 | 0 | 0.06 | 298.1 | 0.87 | 0.5 |
| Hex | E8 | 12 | EF | 3 | 5C | 0 | 6 | 12A | 57 | 32 |
| Octal | 350 | 22 | 357 | 3 | 134 | 0 | 6 | 452 | 127 | 62 |
| Binary | 11101000 | 10010 | 11101111 | 11 | 1011100 | 0 | 110 | 100101010 | 1010111 | 110010 |
Color Harmonies of #E812EF
Complementary color
Monochromatic Colors of #E812EF
Black with #E812EF
Text Example
Text Example
White with #E812EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E812EF; }
p { color: rgb(232,18,239); }
H1.HeaderClassName
{
color: #E812EF;
}
.AnyTagClassName
{
color: #E812EF;
}
</style>
background-color css
<style>
a { background-color: #E812EF; }
a { background-color: rgb(232,18,239); }
div.DivClassName
{
background-color: #E812EF;
}
.BgClassName
{
background-color: #E812EF;
}
</style>
border-color css
<style>
span { border-color: #E812EF; }
span { border-color: rgb(232,18,239); }
td.TdClassName
{
border-color: #E812EF;
}
.TagClassName
{
border-color: #E812EF;
}
</style>