Shades of Psychedelic Purple #E51CE3
Tints of Psychedelic Purple #E51CE3
RGB
CMYK
RGB Variations
Color information
#E51CE3 (or 0xE51CE3) is known color: Psychedelic Purple. HEX triplet: E5, 1C and E3. RGB value is (229,28,227). Sum of RGB (Red+Green+Blue) = 229+28+227=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 28 (11.33% from 255 or 5.79% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E51CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51CE3 is #1AE31C. Grayscale: #6E6E6E. Windows color (decimal): -1762077 or 14884069. OLE color: 14884069.
HSL color Cylindrical-coordinate representation of color #E51CE3: hue angle of 300.6º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51CE3 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 227 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.10 |
| HSL | 300.6º | 0.79% | 0.5% | - |
| HSV(B) | 300.6º | 0.88% | 0.9% | - |
| XYZ | 46.59 | 23.03 | 74.66 | - |
| YUV | 110.79 | 193.59 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 227 | 0 | 0.88 | 0.01 | 0.10 | 300.6 | 0.79 | 0.5 |
| Hex | E5 | 1C | E3 | 0 | 58 | 1 | A | 12D | 4F | 32 |
| Octal | 345 | 34 | 343 | 0 | 130 | 1 | 12 | 455 | 117 | 62 |
| Binary | 11100101 | 11100 | 11100011 | 0 | 1011000 | 1 | 1010 | 100101101 | 1001111 | 110010 |
Color Harmonies of #E51CE3
Complementary color
Monochromatic Colors of #E51CE3
Black with #E51CE3
Text Example
Text Example
White with #E51CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CE3; }
p { color: rgb(229,28,227); }
H1.HeaderClassName
{
color: #E51CE3;
}
.AnyTagClassName
{
color: #E51CE3;
}
</style>
background-color css
<style>
a { background-color: #E51CE3; }
a { background-color: rgb(229,28,227); }
div.DivClassName
{
background-color: #E51CE3;
}
.BgClassName
{
background-color: #E51CE3;
}
</style>
border-color css
<style>
span { border-color: #E51CE3; }
span { border-color: rgb(229,28,227); }
td.TdClassName
{
border-color: #E51CE3;
}
.TagClassName
{
border-color: #E51CE3;
}
</style>