Shades of Psychedelic Purple #E51FEC
Tints of Psychedelic Purple #E51FEC
RGB
CMYK
RGB Variations
Color information
#E51FEC (or 0xE51FEC) is known color: Psychedelic Purple. HEX triplet: E5, 1F and EC. RGB value is (229,31,236). Sum of RGB (Red+Green+Blue) = 229+31+236=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 31 (12.5% from 255 or 6.25% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #E51FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51FEC is #1AE013. Grayscale: #707070. Windows color (decimal): -1761300 or 15474661. OLE color: 15474661.
HSL color Cylindrical-coordinate representation of color #E51FEC: hue angle of 297.95º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51FEC is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 31 | 236 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.07 |
| HSL | 297.95º | 0.84% | 0.52% | - |
| HSV(B) | 297.95º | 0.87% | 0.93% | - |
| XYZ | 47.94 | 23.69 | 81.4 | - |
| YUV | 113.57 | 197.1 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 236 | 0.03 | 0.87 | 0 | 0.07 | 297.95 | 0.84 | 0.52 |
| Hex | E5 | 1F | EC | 3 | 57 | 0 | 7 | 12A | 54 | 34 |
| Octal | 345 | 37 | 354 | 3 | 127 | 0 | 7 | 452 | 124 | 64 |
| Binary | 11100101 | 11111 | 11101100 | 11 | 1010111 | 0 | 111 | 100101010 | 1010100 | 110100 |
Color Harmonies of #E51FEC
Complementary color
Monochromatic Colors of #E51FEC
Black with #E51FEC
Text Example
Text Example
White with #E51FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51FEC; }
p { color: rgb(229,31,236); }
H1.HeaderClassName
{
color: #E51FEC;
}
.AnyTagClassName
{
color: #E51FEC;
}
</style>
background-color css
<style>
a { background-color: #E51FEC; }
a { background-color: rgb(229,31,236); }
div.DivClassName
{
background-color: #E51FEC;
}
.BgClassName
{
background-color: #E51FEC;
}
</style>
border-color css
<style>
span { border-color: #E51FEC; }
span { border-color: rgb(229,31,236); }
td.TdClassName
{
border-color: #E51FEC;
}
.TagClassName
{
border-color: #E51FEC;
}
</style>