Shades of Psychedelic Purple #E503E2
Tints of Psychedelic Purple #E503E2
RGB
CMYK
RGB Variations
Color information
#E503E2 (or 0xE503E2) is known color: Psychedelic Purple. HEX triplet: E5, 03 and E2. RGB value is (229,3,226). Sum of RGB (Red+Green+Blue) = 229+3+226=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 3 (1.56% from 255 or 0.66% from 458); Blue value is 226 (88.67% from 255 or 49.34% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E503E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E503E2 is #1AFC1D. Grayscale: #5F5F5F. Windows color (decimal): -1768478 or 14812133. OLE color: 14812133.
HSL color Cylindrical-coordinate representation of color #E503E2: hue angle of 300.8º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E503E2 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 226 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.10 |
| HSL | 300.8º | 0.97% | 0.45% | - |
| HSV(B) | 300.8º | 0.99% | 0.9% | - |
| XYZ | 46.07 | 22.21 | 73.81 | - |
| YUV | 96 | 201.37 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 226 | 0 | 0.99 | 0.01 | 0.10 | 300.8 | 0.97 | 0.45 |
| Hex | E5 | 3 | E2 | 0 | 63 | 1 | A | 12D | 61 | 2D |
| Octal | 345 | 3 | 342 | 0 | 143 | 1 | 12 | 455 | 141 | 55 |
| Binary | 11100101 | 11 | 11100010 | 0 | 1100011 | 1 | 1010 | 100101101 | 1100001 | 101101 |
Color Harmonies of #E503E2
Complementary color
Monochromatic Colors of #E503E2
Black with #E503E2
Text Example
Text Example
White with #E503E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E503E2; }
p { color: rgb(229,3,226); }
H1.HeaderClassName
{
color: #E503E2;
}
.AnyTagClassName
{
color: #E503E2;
}
</style>
background-color css
<style>
a { background-color: #E503E2; }
a { background-color: rgb(229,3,226); }
div.DivClassName
{
background-color: #E503E2;
}
.BgClassName
{
background-color: #E503E2;
}
</style>
border-color css
<style>
span { border-color: #E503E2; }
span { border-color: rgb(229,3,226); }
td.TdClassName
{
border-color: #E503E2;
}
.TagClassName
{
border-color: #E503E2;
}
</style>