Shades of Psychedelic Purple #E013FC
Tints of Psychedelic Purple #E013FC
RGB
CMYK
RGB Variations
Color information
#E013FC (or 0xE013FC) is known color: Psychedelic Purple. HEX triplet: E0, 13 and FC. RGB value is (224,19,252). Sum of RGB (Red+Green+Blue) = 224+19+252=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 19 (7.81% from 255 or 3.84% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #E013FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E013FC is #1FEC03. Grayscale: #6A6A6A. Windows color (decimal): -2092036 or 16520160. OLE color: 16520160.
HSL color Cylindrical-coordinate representation of color #E013FC: hue angle of 292.79º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E013FC is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 19 | 252 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.01 |
| HSL | 292.79º | 0.97% | 0.53% | - |
| HSV(B) | 292.79º | 0.92% | 0.99% | - |
| XYZ | 48.54 | 23.34 | 94.04 | - |
| YUV | 106.86 | 209.92 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 252 | 0.11 | 0.92 | 0 | 0.01 | 292.79 | 0.97 | 0.53 |
| Hex | E0 | 13 | FC | B | 5C | 0 | 1 | 125 | 61 | 35 |
| Octal | 340 | 23 | 374 | 13 | 134 | 0 | 1 | 445 | 141 | 65 |
| Binary | 11100000 | 10011 | 11111100 | 1011 | 1011100 | 0 | 1 | 100100101 | 1100001 | 110101 |
Color Harmonies of #E013FC
Complementary color
Monochromatic Colors of #E013FC
Black with #E013FC
Text Example
Text Example
White with #E013FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013FC; }
p { color: rgb(224,19,252); }
H1.HeaderClassName
{
color: #E013FC;
}
.AnyTagClassName
{
color: #E013FC;
}
</style>
background-color css
<style>
a { background-color: #E013FC; }
a { background-color: rgb(224,19,252); }
div.DivClassName
{
background-color: #E013FC;
}
.BgClassName
{
background-color: #E013FC;
}
</style>
border-color css
<style>
span { border-color: #E013FC; }
span { border-color: rgb(224,19,252); }
td.TdClassName
{
border-color: #E013FC;
}
.TagClassName
{
border-color: #E013FC;
}
</style>