Shades of Psychedelic Purple #E51CEF
Tints of Psychedelic Purple #E51CEF
RGB
CMYK
RGB Variations
Color information
#E51CEF (or 0xE51CEF) is known color: Psychedelic Purple. HEX triplet: E5, 1C and EF. RGB value is (229,28,239). Sum of RGB (Red+Green+Blue) = 229+28+239=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 28 (11.33% from 255 or 5.65% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #E51CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51CEF is #1AE310. Grayscale: #6F6F6F. Windows color (decimal): -1762065 or 15670501. OLE color: 15670501.
HSL color Cylindrical-coordinate representation of color #E51CEF: hue angle of 297.16º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51CEF is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 28 | 239 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.06 |
| HSL | 297.16º | 0.87% | 0.52% | - |
| HSV(B) | 297.16º | 0.88% | 0.94% | - |
| XYZ | 48.31 | 23.72 | 83.69 | - |
| YUV | 112.15 | 199.59 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 239 | 0.04 | 0.88 | 0 | 0.06 | 297.16 | 0.87 | 0.52 |
| Hex | E5 | 1C | EF | 4 | 58 | 0 | 6 | 129 | 57 | 34 |
| Octal | 345 | 34 | 357 | 4 | 130 | 0 | 6 | 451 | 127 | 64 |
| Binary | 11100101 | 11100 | 11101111 | 100 | 1011000 | 0 | 110 | 100101001 | 1010111 | 110100 |
Color Harmonies of #E51CEF
Complementary color
Monochromatic Colors of #E51CEF
Black with #E51CEF
Text Example
Text Example
White with #E51CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CEF; }
p { color: rgb(229,28,239); }
H1.HeaderClassName
{
color: #E51CEF;
}
.AnyTagClassName
{
color: #E51CEF;
}
</style>
background-color css
<style>
a { background-color: #E51CEF; }
a { background-color: rgb(229,28,239); }
div.DivClassName
{
background-color: #E51CEF;
}
.BgClassName
{
background-color: #E51CEF;
}
</style>
border-color css
<style>
span { border-color: #E51CEF; }
span { border-color: rgb(229,28,239); }
td.TdClassName
{
border-color: #E51CEF;
}
.TagClassName
{
border-color: #E51CEF;
}
</style>