Shades of Psychedelic Purple #E51EE9
Tints of Psychedelic Purple #E51EE9
RGB
CMYK
RGB Variations
Color information
#E51EE9 (or 0xE51EE9) is known color: Psychedelic Purple. HEX triplet: E5, 1E and E9. RGB value is (229,30,233). Sum of RGB (Red+Green+Blue) = 229+30+233=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #E51EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51EE9 is #1AE116. Grayscale: #707070. Windows color (decimal): -1761559 or 15277797. OLE color: 15277797.
HSL color Cylindrical-coordinate representation of color #E51EE9: hue angle of 298.82º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51EE9 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 30 | 233 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.09 |
| HSL | 298.82º | 0.82% | 0.52% | - |
| HSV(B) | 298.82º | 0.87% | 0.91% | - |
| XYZ | 47.49 | 23.47 | 79.12 | - |
| YUV | 112.64 | 195.93 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 233 | 0.02 | 0.87 | 0 | 0.09 | 298.82 | 0.82 | 0.52 |
| Hex | E5 | 1E | E9 | 2 | 57 | 0 | 9 | 12B | 52 | 34 |
| Octal | 345 | 36 | 351 | 2 | 127 | 0 | 11 | 453 | 122 | 64 |
| Binary | 11100101 | 11110 | 11101001 | 10 | 1010111 | 0 | 1001 | 100101011 | 1010010 | 110100 |
Color Harmonies of #E51EE9
Complementary color
Monochromatic Colors of #E51EE9
Black with #E51EE9
Text Example
Text Example
White with #E51EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51EE9; }
p { color: rgb(229,30,233); }
H1.HeaderClassName
{
color: #E51EE9;
}
.AnyTagClassName
{
color: #E51EE9;
}
</style>
background-color css
<style>
a { background-color: #E51EE9; }
a { background-color: rgb(229,30,233); }
div.DivClassName
{
background-color: #E51EE9;
}
.BgClassName
{
background-color: #E51EE9;
}
</style>
border-color css
<style>
span { border-color: #E51EE9; }
span { border-color: rgb(229,30,233); }
td.TdClassName
{
border-color: #E51EE9;
}
.TagClassName
{
border-color: #E51EE9;
}
</style>