Shades of Psychedelic Purple #E50EEC
Tints of Psychedelic Purple #E50EEC
RGB
CMYK
RGB Variations
Color information
#E50EEC (or 0xE50EEC) is known color: Psychedelic Purple. HEX triplet: E5, 0E and EC. RGB value is (229,14,236). Sum of RGB (Red+Green+Blue) = 229+14+236=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #E50EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50EEC is #1AF113. Grayscale: #666666. Windows color (decimal): -1765652 or 15470309. OLE color: 15470309.
HSL color Cylindrical-coordinate representation of color #E50EEC: hue angle of 298.11º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50EEC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 14 | 236 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.07 |
| HSL | 298.11º | 0.89% | 0.49% | - |
| HSV(B) | 298.11º | 0.94% | 0.93% | - |
| XYZ | 47.61 | 23.03 | 81.29 | - |
| YUV | 103.59 | 202.73 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 14 | 236 | 0.03 | 0.94 | 0 | 0.07 | 298.11 | 0.89 | 0.49 |
| Hex | E5 | E | EC | 3 | 5E | 0 | 7 | 12A | 59 | 31 |
| Octal | 345 | 16 | 354 | 3 | 136 | 0 | 7 | 452 | 131 | 61 |
| Binary | 11100101 | 1110 | 11101100 | 11 | 1011110 | 0 | 111 | 100101010 | 1011001 | 110001 |
Color Harmonies of #E50EEC
Complementary color
Monochromatic Colors of #E50EEC
Black with #E50EEC
Text Example
Text Example
White with #E50EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50EEC; }
p { color: rgb(229,14,236); }
H1.HeaderClassName
{
color: #E50EEC;
}
.AnyTagClassName
{
color: #E50EEC;
}
</style>
background-color css
<style>
a { background-color: #E50EEC; }
a { background-color: rgb(229,14,236); }
div.DivClassName
{
background-color: #E50EEC;
}
.BgClassName
{
background-color: #E50EEC;
}
</style>
border-color css
<style>
span { border-color: #E50EEC; }
span { border-color: rgb(229,14,236); }
td.TdClassName
{
border-color: #E50EEC;
}
.TagClassName
{
border-color: #E50EEC;
}
</style>