Shades of Psychedelic Purple #E51EE4
Tints of Psychedelic Purple #E51EE4
RGB
CMYK
RGB Variations
Color information
#E51EE4 (or 0xE51EE4) is known color: Psychedelic Purple. HEX triplet: E5, 1E and E4. RGB value is (229,30,228). Sum of RGB (Red+Green+Blue) = 229+30+228=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E51EE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51EE4 is #1AE11B. Grayscale: #6F6F6F. Windows color (decimal): -1761564 or 14950117. OLE color: 14950117.
HSL color Cylindrical-coordinate representation of color #E51EE4: hue angle of 300.3º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51EE4 is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 30 | 228 | - |
| CMYK | 0 | 0.87 | 0.00 | 0.10 |
| HSL | 300.3º | 0.79% | 0.51% | - |
| HSV(B) | 300.3º | 0.87% | 0.9% | - |
| XYZ | 46.78 | 23.19 | 75.41 | - |
| YUV | 112.07 | 193.43 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 30 | 228 | 0 | 0.87 | 0.00 | 0.10 | 300.3 | 0.79 | 0.51 |
| Hex | E5 | 1E | E4 | 0 | 57 | 0 | A | 12C | 4F | 33 |
| Octal | 345 | 36 | 344 | 0 | 127 | 0 | 12 | 454 | 117 | 63 |
| Binary | 11100101 | 11110 | 11100100 | 0 | 1010111 | 0 | 1010 | 100101100 | 1001111 | 110011 |
Color Harmonies of #E51EE4
Complementary color
Monochromatic Colors of #E51EE4
Black with #E51EE4
Text Example
Text Example
White with #E51EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51EE4; }
p { color: rgb(229,30,228); }
H1.HeaderClassName
{
color: #E51EE4;
}
.AnyTagClassName
{
color: #E51EE4;
}
</style>
background-color css
<style>
a { background-color: #E51EE4; }
a { background-color: rgb(229,30,228); }
div.DivClassName
{
background-color: #E51EE4;
}
.BgClassName
{
background-color: #E51EE4;
}
</style>
border-color css
<style>
span { border-color: #E51EE4; }
span { border-color: rgb(229,30,228); }
td.TdClassName
{
border-color: #E51EE4;
}
.TagClassName
{
border-color: #E51EE4;
}
</style>