Shades of Psychedelic Purple #E512E4
Tints of Psychedelic Purple #E512E4
RGB
CMYK
RGB Variations
Color information
#E512E4 (or 0xE512E4) is known color: Psychedelic Purple. HEX triplet: E5, 12 and E4. RGB value is (229,18,228). Sum of RGB (Red+Green+Blue) = 229+18+228=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 18 (7.42% from 255 or 3.79% from 475); Blue value is 228 (89.45% from 255 or 48% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E512E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512E4 is #1AED1B. Grayscale: #686868. Windows color (decimal): -1764636 or 14947045. OLE color: 14947045.
HSL color Cylindrical-coordinate representation of color #E512E4: hue angle of 300.28º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E512E4 is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 228 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.10 |
| HSL | 300.28º | 0.85% | 0.48% | - |
| HSV(B) | 300.28º | 0.92% | 0.9% | - |
| XYZ | 46.53 | 22.69 | 75.33 | - |
| YUV | 105.03 | 197.4 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 228 | 0 | 0.92 | 0.00 | 0.10 | 300.28 | 0.85 | 0.48 |
| Hex | E5 | 12 | E4 | 0 | 5C | 0 | A | 12C | 55 | 30 |
| Octal | 345 | 22 | 344 | 0 | 134 | 0 | 12 | 454 | 125 | 60 |
| Binary | 11100101 | 10010 | 11100100 | 0 | 1011100 | 0 | 1010 | 100101100 | 1010101 | 110000 |
Color Harmonies of #E512E4
Complementary color
Monochromatic Colors of #E512E4
Black with #E512E4
Text Example
Text Example
White with #E512E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E512E4; }
p { color: rgb(229,18,228); }
H1.HeaderClassName
{
color: #E512E4;
}
.AnyTagClassName
{
color: #E512E4;
}
</style>
background-color css
<style>
a { background-color: #E512E4; }
a { background-color: rgb(229,18,228); }
div.DivClassName
{
background-color: #E512E4;
}
.BgClassName
{
background-color: #E512E4;
}
</style>
border-color css
<style>
span { border-color: #E512E4; }
span { border-color: rgb(229,18,228); }
td.TdClassName
{
border-color: #E512E4;
}
.TagClassName
{
border-color: #E512E4;
}
</style>