Shades of Psychedelic Purple #E013FD
Tints of Psychedelic Purple #E013FD
RGB
CMYK
RGB Variations
Color information
#E013FD (or 0xE013FD) is known color: Psychedelic Purple. HEX triplet: E0, 13 and FD. RGB value is (224,19,253). Sum of RGB (Red+Green+Blue) = 224+19+253=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 19 (7.81% from 255 or 3.83% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #E013FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E013FD is #1FEC02. Grayscale: #6A6A6A. Windows color (decimal): -2092035 or 16585696. OLE color: 16585696.
HSL color Cylindrical-coordinate representation of color #E013FD: hue angle of 292.56º degrees, saturation: 0.98, 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 #E013FD is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 19 | 253 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.01 |
| HSL | 292.56º | 0.98% | 0.53% | - |
| HSV(B) | 292.56º | 0.92% | 0.99% | - |
| XYZ | 48.7 | 23.4 | 94.88 | - |
| YUV | 106.97 | 210.42 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 253 | 0.11 | 0.92 | 0 | 0.01 | 292.56 | 0.98 | 0.53 |
| Hex | E0 | 13 | FD | B | 5C | 0 | 1 | 125 | 62 | 35 |
| Octal | 340 | 23 | 375 | 13 | 134 | 0 | 1 | 445 | 142 | 65 |
| Binary | 11100000 | 10011 | 11111101 | 1011 | 1011100 | 0 | 1 | 100100101 | 1100010 | 110101 |
Color Harmonies of #E013FD
Complementary color
Monochromatic Colors of #E013FD
Black with #E013FD
Text Example
Text Example
White with #E013FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013FD; }
p { color: rgb(224,19,253); }
H1.HeaderClassName
{
color: #E013FD;
}
.AnyTagClassName
{
color: #E013FD;
}
</style>
background-color css
<style>
a { background-color: #E013FD; }
a { background-color: rgb(224,19,253); }
div.DivClassName
{
background-color: #E013FD;
}
.BgClassName
{
background-color: #E013FD;
}
</style>
border-color css
<style>
span { border-color: #E013FD; }
span { border-color: rgb(224,19,253); }
td.TdClassName
{
border-color: #E013FD;
}
.TagClassName
{
border-color: #E013FD;
}
</style>