Shades of Psychedelic Purple #E51CF5
Tints of Psychedelic Purple #E51CF5
RGB
CMYK
RGB Variations
Color information
#E51CF5 (or 0xE51CF5) is known color: Psychedelic Purple. HEX triplet: E5, 1C and F5. RGB value is (229,28,245). Sum of RGB (Red+Green+Blue) = 229+28+245=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #E51CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51CF5 is #1AE30A. Grayscale: #707070. Windows color (decimal): -1762059 or 16063717. OLE color: 16063717.
HSL color Cylindrical-coordinate representation of color #E51CF5: hue angle of 295.58º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51CF5 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 28 | 245 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.04 |
| HSL | 295.58º | 0.92% | 0.54% | - |
| HSV(B) | 295.58º | 0.89% | 0.96% | - |
| XYZ | 49.21 | 24.08 | 88.44 | - |
| YUV | 112.84 | 202.59 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 245 | 0.07 | 0.89 | 0 | 0.04 | 295.58 | 0.92 | 0.54 |
| Hex | E5 | 1C | F5 | 7 | 59 | 0 | 4 | 128 | 5C | 36 |
| Octal | 345 | 34 | 365 | 7 | 131 | 0 | 4 | 450 | 134 | 66 |
| Binary | 11100101 | 11100 | 11110101 | 111 | 1011001 | 0 | 100 | 100101000 | 1011100 | 110110 |
Color Harmonies of #E51CF5
Complementary color
Monochromatic Colors of #E51CF5
Black with #E51CF5
Text Example
Text Example
White with #E51CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CF5; }
p { color: rgb(229,28,245); }
H1.HeaderClassName
{
color: #E51CF5;
}
.AnyTagClassName
{
color: #E51CF5;
}
</style>
background-color css
<style>
a { background-color: #E51CF5; }
a { background-color: rgb(229,28,245); }
div.DivClassName
{
background-color: #E51CF5;
}
.BgClassName
{
background-color: #E51CF5;
}
</style>
border-color css
<style>
span { border-color: #E51CF5; }
span { border-color: rgb(229,28,245); }
td.TdClassName
{
border-color: #E51CF5;
}
.TagClassName
{
border-color: #E51CF5;
}
</style>