Shades of Psychedelic Purple #E812EE
Tints of Psychedelic Purple #E812EE
RGB
CMYK
RGB Variations
Color information
#E812EE (or 0xE812EE) is known color: Psychedelic Purple. HEX triplet: E8, 12 and EE. RGB value is (232,18,238). Sum of RGB (Red+Green+Blue) = 232+18+238=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 18 (7.42% from 255 or 3.69% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #E812EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E812EE is #17ED11. Grayscale: #6A6A6A. Windows color (decimal): -1568018 or 15602408. OLE color: 15602408.
HSL color Cylindrical-coordinate representation of color #E812EE: hue angle of 298.36º degrees, saturation: 0.87, 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 #E812EE is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 18 | 238 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.07 |
| HSL | 298.36º | 0.87% | 0.5% | - |
| HSV(B) | 298.36º | 0.92% | 0.93% | - |
| XYZ | 48.93 | 23.76 | 82.9 | - |
| YUV | 107.07 | 201.9 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 238 | 0.03 | 0.92 | 0 | 0.07 | 298.36 | 0.87 | 0.5 |
| Hex | E8 | 12 | EE | 3 | 5C | 0 | 7 | 12A | 57 | 32 |
| Octal | 350 | 22 | 356 | 3 | 134 | 0 | 7 | 452 | 127 | 62 |
| Binary | 11101000 | 10010 | 11101110 | 11 | 1011100 | 0 | 111 | 100101010 | 1010111 | 110010 |
Color Harmonies of #E812EE
Complementary color
Monochromatic Colors of #E812EE
Black with #E812EE
Text Example
Text Example
White with #E812EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E812EE; }
p { color: rgb(232,18,238); }
H1.HeaderClassName
{
color: #E812EE;
}
.AnyTagClassName
{
color: #E812EE;
}
</style>
background-color css
<style>
a { background-color: #E812EE; }
a { background-color: rgb(232,18,238); }
div.DivClassName
{
background-color: #E812EE;
}
.BgClassName
{
background-color: #E812EE;
}
</style>
border-color css
<style>
span { border-color: #E812EE; }
span { border-color: rgb(232,18,238); }
td.TdClassName
{
border-color: #E812EE;
}
.TagClassName
{
border-color: #E812EE;
}
</style>