Shades of Psychedelic Purple #E50CE9
Tints of Psychedelic Purple #E50CE9
RGB
CMYK
RGB Variations
Color information
#E50CE9 (or 0xE50CE9) is known color: Psychedelic Purple. HEX triplet: E5, 0C and E9. RGB value is (229,12,233). Sum of RGB (Red+Green+Blue) = 229+12+233=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 12 (5.08% from 255 or 2.53% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #E50CE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50CE9 is #1AF316. Grayscale: #656565. Windows color (decimal): -1766167 or 15273189. OLE color: 15273189.
HSL color Cylindrical-coordinate representation of color #E50CE9: hue angle of 298.91º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CE9 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 12 | 233 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.09 |
| HSL | 298.91º | 0.9% | 0.48% | - |
| HSV(B) | 298.91º | 0.95% | 0.91% | - |
| XYZ | 47.15 | 22.8 | 79.01 | - |
| YUV | 102.08 | 201.89 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 233 | 0.02 | 0.95 | 0 | 0.09 | 298.91 | 0.9 | 0.48 |
| Hex | E5 | C | E9 | 2 | 5F | 0 | 9 | 12B | 5A | 30 |
| Octal | 345 | 14 | 351 | 2 | 137 | 0 | 11 | 453 | 132 | 60 |
| Binary | 11100101 | 1100 | 11101001 | 10 | 1011111 | 0 | 1001 | 100101011 | 1011010 | 110000 |
Color Harmonies of #E50CE9
Complementary color
Monochromatic Colors of #E50CE9
Black with #E50CE9
Text Example
Text Example
White with #E50CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CE9; }
p { color: rgb(229,12,233); }
H1.HeaderClassName
{
color: #E50CE9;
}
.AnyTagClassName
{
color: #E50CE9;
}
</style>
background-color css
<style>
a { background-color: #E50CE9; }
a { background-color: rgb(229,12,233); }
div.DivClassName
{
background-color: #E50CE9;
}
.BgClassName
{
background-color: #E50CE9;
}
</style>
border-color css
<style>
span { border-color: #E50CE9; }
span { border-color: rgb(229,12,233); }
td.TdClassName
{
border-color: #E50CE9;
}
.TagClassName
{
border-color: #E50CE9;
}
</style>