Shades of Psychedelic Purple #E51CFC
Tints of Psychedelic Purple #E51CFC
RGB
CMYK
RGB Variations
Color information
#E51CFC (or 0xE51CFC) is known color: Psychedelic Purple. HEX triplet: E5, 1C and FC. RGB value is (229,28,252). Sum of RGB (Red+Green+Blue) = 229+28+252=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #E51CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51CFC is #1AE303. Grayscale: #707070. Windows color (decimal): -1762052 or 16522469. OLE color: 16522469.
HSL color Cylindrical-coordinate representation of color #E51CFC: hue angle of 293.84º degrees, saturation: 0.97, 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 #E51CFC is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 28 | 252 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.01 |
| HSL | 293.84º | 0.97% | 0.55% | - |
| HSV(B) | 293.84º | 0.89% | 0.99% | - |
| XYZ | 50.3 | 24.52 | 94.18 | - |
| YUV | 113.64 | 206.09 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 252 | 0.09 | 0.89 | 0 | 0.01 | 293.84 | 0.97 | 0.55 |
| Hex | E5 | 1C | FC | 9 | 59 | 0 | 1 | 126 | 61 | 37 |
| Octal | 345 | 34 | 374 | 11 | 131 | 0 | 1 | 446 | 141 | 67 |
| Binary | 11100101 | 11100 | 11111100 | 1001 | 1011001 | 0 | 1 | 100100110 | 1100001 | 110111 |
Color Harmonies of #E51CFC
Complementary color
Monochromatic Colors of #E51CFC
Black with #E51CFC
Text Example
Text Example
White with #E51CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CFC; }
p { color: rgb(229,28,252); }
H1.HeaderClassName
{
color: #E51CFC;
}
.AnyTagClassName
{
color: #E51CFC;
}
</style>
background-color css
<style>
a { background-color: #E51CFC; }
a { background-color: rgb(229,28,252); }
div.DivClassName
{
background-color: #E51CFC;
}
.BgClassName
{
background-color: #E51CFC;
}
</style>
border-color css
<style>
span { border-color: #E51CFC; }
span { border-color: rgb(229,28,252); }
td.TdClassName
{
border-color: #E51CFC;
}
.TagClassName
{
border-color: #E51CFC;
}
</style>