Shades of Psychedelic Purple #E503EA
Tints of Psychedelic Purple #E503EA
RGB
CMYK
RGB Variations
Color information
#E503EA (or 0xE503EA) is known color: Psychedelic Purple. HEX triplet: E5, 03 and EA. RGB value is (229,3,234). Sum of RGB (Red+Green+Blue) = 229+3+234=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 3 (1.56% from 255 or 0.64% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #E503EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E503EA is #1AFC15. Grayscale: #606060. Windows color (decimal): -1768470 or 15336421. OLE color: 15336421.
HSL color Cylindrical-coordinate representation of color #E503EA: hue angle of 298.7º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E503EA is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 3 | 234 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.08 |
| HSL | 298.7º | 0.97% | 0.46% | - |
| HSV(B) | 298.7º | 0.99% | 0.92% | - |
| XYZ | 47.2 | 22.66 | 79.73 | - |
| YUV | 96.91 | 205.37 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 234 | 0.02 | 0.99 | 0 | 0.08 | 298.7 | 0.97 | 0.46 |
| Hex | E5 | 3 | EA | 2 | 63 | 0 | 8 | 12B | 61 | 2E |
| Octal | 345 | 3 | 352 | 2 | 143 | 0 | 10 | 453 | 141 | 56 |
| Binary | 11100101 | 11 | 11101010 | 10 | 1100011 | 0 | 1000 | 100101011 | 1100001 | 101110 |
Color Harmonies of #E503EA
Complementary color
Monochromatic Colors of #E503EA
Black with #E503EA
Text Example
Text Example
White with #E503EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E503EA; }
p { color: rgb(229,3,234); }
H1.HeaderClassName
{
color: #E503EA;
}
.AnyTagClassName
{
color: #E503EA;
}
</style>
background-color css
<style>
a { background-color: #E503EA; }
a { background-color: rgb(229,3,234); }
div.DivClassName
{
background-color: #E503EA;
}
.BgClassName
{
background-color: #E503EA;
}
</style>
border-color css
<style>
span { border-color: #E503EA; }
span { border-color: rgb(229,3,234); }
td.TdClassName
{
border-color: #E503EA;
}
.TagClassName
{
border-color: #E503EA;
}
</style>