Shades of Psychedelic Purple #E512E3
Tints of Psychedelic Purple #E512E3
RGB
CMYK
RGB Variations
Color information
#E512E3 (or 0xE512E3) is known color: Psychedelic Purple. HEX triplet: E5, 12 and E3. RGB value is (229,18,227). Sum of RGB (Red+Green+Blue) = 229+18+227=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 18 (7.42% from 255 or 3.80% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E512E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E512E3 is #1AED1C. Grayscale: #686868. Windows color (decimal): -1764637 or 14881509. OLE color: 14881509.
HSL color Cylindrical-coordinate representation of color #E512E3: hue angle of 300.57º 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 #E512E3 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 227 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.10 |
| HSL | 300.57º | 0.85% | 0.48% | - |
| HSV(B) | 300.57º | 0.92% | 0.9% | - |
| XYZ | 46.39 | 22.64 | 74.6 | - |
| YUV | 104.92 | 196.9 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 227 | 0 | 0.92 | 0.01 | 0.10 | 300.57 | 0.85 | 0.48 |
| Hex | E5 | 12 | E3 | 0 | 5C | 1 | A | 12D | 55 | 30 |
| Octal | 345 | 22 | 343 | 0 | 134 | 1 | 12 | 455 | 125 | 60 |
| Binary | 11100101 | 10010 | 11100011 | 0 | 1011100 | 1 | 1010 | 100101101 | 1010101 | 110000 |
Color Harmonies of #E512E3
Complementary color
Monochromatic Colors of #E512E3
Black with #E512E3
Text Example
Text Example
White with #E512E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E512E3; }
p { color: rgb(229,18,227); }
H1.HeaderClassName
{
color: #E512E3;
}
.AnyTagClassName
{
color: #E512E3;
}
</style>
background-color css
<style>
a { background-color: #E512E3; }
a { background-color: rgb(229,18,227); }
div.DivClassName
{
background-color: #E512E3;
}
.BgClassName
{
background-color: #E512E3;
}
</style>
border-color css
<style>
span { border-color: #E512E3; }
span { border-color: rgb(229,18,227); }
td.TdClassName
{
border-color: #E512E3;
}
.TagClassName
{
border-color: #E512E3;
}
</style>