Shades of Psychedelic Purple #E812EC
Tints of Psychedelic Purple #E812EC
RGB
CMYK
RGB Variations
Color information
#E812EC (or 0xE812EC) is known color: Psychedelic Purple. HEX triplet: E8, 12 and EC. RGB value is (232,18,236). Sum of RGB (Red+Green+Blue) = 232+18+236=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #E812EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E812EC is #17ED13. Grayscale: #6A6A6A. Windows color (decimal): -1568020 or 15471336. OLE color: 15471336.
HSL color Cylindrical-coordinate representation of color #E812EC: hue angle of 298.9º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E812EC is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 18 | 236 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.07 |
| HSL | 298.9º | 0.86% | 0.5% | - |
| HSV(B) | 298.9º | 0.92% | 0.93% | - |
| XYZ | 48.64 | 23.64 | 81.36 | - |
| YUV | 106.84 | 200.9 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 236 | 0.02 | 0.92 | 0 | 0.07 | 298.9 | 0.86 | 0.5 |
| Hex | E8 | 12 | EC | 2 | 5C | 0 | 7 | 12B | 56 | 32 |
| Octal | 350 | 22 | 354 | 2 | 134 | 0 | 7 | 453 | 126 | 62 |
| Binary | 11101000 | 10010 | 11101100 | 10 | 1011100 | 0 | 111 | 100101011 | 1010110 | 110010 |
Color Harmonies of #E812EC
Complementary color
Monochromatic Colors of #E812EC
Black with #E812EC
Text Example
Text Example
White with #E812EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E812EC; }
p { color: rgb(232,18,236); }
H1.HeaderClassName
{
color: #E812EC;
}
.AnyTagClassName
{
color: #E812EC;
}
</style>
background-color css
<style>
a { background-color: #E812EC; }
a { background-color: rgb(232,18,236); }
div.DivClassName
{
background-color: #E812EC;
}
.BgClassName
{
background-color: #E812EC;
}
</style>
border-color css
<style>
span { border-color: #E812EC; }
span { border-color: rgb(232,18,236); }
td.TdClassName
{
border-color: #E812EC;
}
.TagClassName
{
border-color: #E812EC;
}
</style>