Shades of Psychedelic Purple #E513E2
Tints of Psychedelic Purple #E513E2
RGB
CMYK
RGB Variations
Color information
#E513E2 (or 0xE513E2) is known color: Psychedelic Purple. HEX triplet: E5, 13 and E2. RGB value is (229,19,226). Sum of RGB (Red+Green+Blue) = 229+19+226=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 19 (7.81% from 255 or 4.01% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E513E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E513E2 is #1AEC1D. Grayscale: #686868. Windows color (decimal): -1764382 or 14816229. OLE color: 14816229.
HSL color Cylindrical-coordinate representation of color #E513E2: hue angle of 300.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E513E2 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 226 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.10 |
| HSL | 300.86º | 0.85% | 0.49% | - |
| HSV(B) | 300.86º | 0.92% | 0.9% | - |
| XYZ | 46.27 | 22.61 | 73.88 | - |
| YUV | 105.39 | 196.07 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 226 | 0 | 0.92 | 0.01 | 0.10 | 300.86 | 0.85 | 0.49 |
| Hex | E5 | 13 | E2 | 0 | 5C | 1 | A | 12D | 55 | 31 |
| Octal | 345 | 23 | 342 | 0 | 134 | 1 | 12 | 455 | 125 | 61 |
| Binary | 11100101 | 10011 | 11100010 | 0 | 1011100 | 1 | 1010 | 100101101 | 1010101 | 110001 |
Color Harmonies of #E513E2
Complementary color
Monochromatic Colors of #E513E2
Black with #E513E2
Text Example
Text Example
White with #E513E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E513E2; }
p { color: rgb(229,19,226); }
H1.HeaderClassName
{
color: #E513E2;
}
.AnyTagClassName
{
color: #E513E2;
}
</style>
background-color css
<style>
a { background-color: #E513E2; }
a { background-color: rgb(229,19,226); }
div.DivClassName
{
background-color: #E513E2;
}
.BgClassName
{
background-color: #E513E2;
}
</style>
border-color css
<style>
span { border-color: #E513E2; }
span { border-color: rgb(229,19,226); }
td.TdClassName
{
border-color: #E513E2;
}
.TagClassName
{
border-color: #E513E2;
}
</style>