Shades of Psychedelic Purple #E812E3
Tints of Psychedelic Purple #E812E3
RGB
CMYK
RGB Variations
Color information
#E812E3 (or 0xE812E3) is known color: Psychedelic Purple. HEX triplet: E8, 12 and E3. RGB value is (232,18,227). Sum of RGB (Red+Green+Blue) = 232+18+227=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 227 (89.06% from 255 or 47.59% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E812E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E812E3 is #17ED1C. Grayscale: #696969. Windows color (decimal): -1568029 or 14881512. OLE color: 14881512.
HSL color Cylindrical-coordinate representation of color #E812E3: hue angle of 301.4º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E812E3 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 227 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.09 |
| HSL | 301.4º | 0.86% | 0.49% | - |
| HSV(B) | 301.4º | 0.92% | 0.91% | - |
| XYZ | 47.36 | 23.13 | 74.64 | - |
| YUV | 105.81 | 196.4 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 227 | 0 | 0.92 | 0.02 | 0.09 | 301.4 | 0.86 | 0.49 |
| Hex | E8 | 12 | E3 | 0 | 5C | 2 | 9 | 12D | 56 | 31 |
| Octal | 350 | 22 | 343 | 0 | 134 | 2 | 11 | 455 | 126 | 61 |
| Binary | 11101000 | 10010 | 11100011 | 0 | 1011100 | 10 | 1001 | 100101101 | 1010110 | 110001 |
Color Harmonies of #E812E3
Complementary color
Monochromatic Colors of #E812E3
Black with #E812E3
Text Example
Text Example
White with #E812E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E812E3; }
p { color: rgb(232,18,227); }
H1.HeaderClassName
{
color: #E812E3;
}
.AnyTagClassName
{
color: #E812E3;
}
</style>
background-color css
<style>
a { background-color: #E812E3; }
a { background-color: rgb(232,18,227); }
div.DivClassName
{
background-color: #E812E3;
}
.BgClassName
{
background-color: #E812E3;
}
</style>
border-color css
<style>
span { border-color: #E812E3; }
span { border-color: rgb(232,18,227); }
td.TdClassName
{
border-color: #E812E3;
}
.TagClassName
{
border-color: #E812E3;
}
</style>