Shades of Psychedelic Purple #E51CFD
Tints of Psychedelic Purple #E51CFD
RGB
CMYK
RGB Variations
Color information
#E51CFD (or 0xE51CFD) is known color: Psychedelic Purple. HEX triplet: E5, 1C and FD. RGB value is (229,28,253). Sum of RGB (Red+Green+Blue) = 229+28+253=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 28 (11.33% from 255 or 5.49% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #E51CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51CFD is #1AE302. Grayscale: #717171. Windows color (decimal): -1762051 or 16588005. OLE color: 16588005.
HSL color Cylindrical-coordinate representation of color #E51CFD: hue angle of 293.6º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51CFD is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 28 | 253 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.01 |
| HSL | 293.6º | 0.98% | 0.55% | - |
| HSV(B) | 293.6º | 0.89% | 0.99% | - |
| XYZ | 50.46 | 24.58 | 95.01 | - |
| YUV | 113.75 | 206.59 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 253 | 0.09 | 0.89 | 0 | 0.01 | 293.6 | 0.98 | 0.55 |
| Hex | E5 | 1C | FD | 9 | 59 | 0 | 1 | 126 | 62 | 37 |
| Octal | 345 | 34 | 375 | 11 | 131 | 0 | 1 | 446 | 142 | 67 |
| Binary | 11100101 | 11100 | 11111101 | 1001 | 1011001 | 0 | 1 | 100100110 | 1100010 | 110111 |
Color Harmonies of #E51CFD
Complementary color
Monochromatic Colors of #E51CFD
Black with #E51CFD
Text Example
Text Example
White with #E51CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CFD; }
p { color: rgb(229,28,253); }
H1.HeaderClassName
{
color: #E51CFD;
}
.AnyTagClassName
{
color: #E51CFD;
}
</style>
background-color css
<style>
a { background-color: #E51CFD; }
a { background-color: rgb(229,28,253); }
div.DivClassName
{
background-color: #E51CFD;
}
.BgClassName
{
background-color: #E51CFD;
}
</style>
border-color css
<style>
span { border-color: #E51CFD; }
span { border-color: rgb(229,28,253); }
td.TdClassName
{
border-color: #E51CFD;
}
.TagClassName
{
border-color: #E51CFD;
}
</style>