Shades of Psychedelic Purple #E515FC
Tints of Psychedelic Purple #E515FC
RGB
CMYK
RGB Variations
Color information
#E515FC (or 0xE515FC) is known color: Psychedelic Purple. HEX triplet: E5, 15 and FC. RGB value is (229,21,252). Sum of RGB (Red+Green+Blue) = 229+21+252=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 21 (8.59% from 255 or 4.18% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #E515FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E515FC is #1AEA03. Grayscale: #6C6C6C. Windows color (decimal): -1763844 or 16520677. OLE color: 16520677.
HSL color Cylindrical-coordinate representation of color #E515FC: hue angle of 294.03º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E515FC is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 21 | 252 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.01 |
| HSL | 294.03º | 0.97% | 0.54% | - |
| HSV(B) | 294.03º | 0.92% | 0.99% | - |
| XYZ | 50.15 | 24.22 | 94.13 | - |
| YUV | 109.53 | 208.41 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 252 | 0.09 | 0.92 | 0 | 0.01 | 294.03 | 0.97 | 0.54 |
| Hex | E5 | 15 | FC | 9 | 5C | 0 | 1 | 126 | 61 | 36 |
| Octal | 345 | 25 | 374 | 11 | 134 | 0 | 1 | 446 | 141 | 66 |
| Binary | 11100101 | 10101 | 11111100 | 1001 | 1011100 | 0 | 1 | 100100110 | 1100001 | 110110 |
Color Harmonies of #E515FC
Complementary color
Monochromatic Colors of #E515FC
Black with #E515FC
Text Example
Text Example
White with #E515FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E515FC; }
p { color: rgb(229,21,252); }
H1.HeaderClassName
{
color: #E515FC;
}
.AnyTagClassName
{
color: #E515FC;
}
</style>
background-color css
<style>
a { background-color: #E515FC; }
a { background-color: rgb(229,21,252); }
div.DivClassName
{
background-color: #E515FC;
}
.BgClassName
{
background-color: #E515FC;
}
</style>
border-color css
<style>
span { border-color: #E515FC; }
span { border-color: rgb(229,21,252); }
td.TdClassName
{
border-color: #E515FC;
}
.TagClassName
{
border-color: #E515FC;
}
</style>