Shades of Psychedelic Purple #E011FD
Tints of Psychedelic Purple #E011FD
RGB
CMYK
RGB Variations
Color information
#E011FD (or 0xE011FD) is known color: Psychedelic Purple. HEX triplet: E0, 11 and FD. RGB value is (224,17,253). Sum of RGB (Red+Green+Blue) = 224+17+253=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 17 (7.03% from 255 or 3.44% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #E011FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E011FD is #1FEE02. Grayscale: #696969. Windows color (decimal): -2092547 or 16585184. OLE color: 16585184.
HSL color Cylindrical-coordinate representation of color #E011FD: hue angle of 292.63º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E011FD is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 17 | 253 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.01 |
| HSL | 292.63º | 0.98% | 0.53% | - |
| HSV(B) | 292.63º | 0.93% | 0.99% | - |
| XYZ | 48.67 | 23.34 | 94.87 | - |
| YUV | 105.8 | 211.08 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 253 | 0.11 | 0.93 | 0 | 0.01 | 292.63 | 0.98 | 0.53 |
| Hex | E0 | 11 | FD | B | 5D | 0 | 1 | 125 | 62 | 35 |
| Octal | 340 | 21 | 375 | 13 | 135 | 0 | 1 | 445 | 142 | 65 |
| Binary | 11100000 | 10001 | 11111101 | 1011 | 1011101 | 0 | 1 | 100100101 | 1100010 | 110101 |
Color Harmonies of #E011FD
Complementary color
Monochromatic Colors of #E011FD
Black with #E011FD
Text Example
Text Example
White with #E011FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E011FD; }
p { color: rgb(224,17,253); }
H1.HeaderClassName
{
color: #E011FD;
}
.AnyTagClassName
{
color: #E011FD;
}
</style>
background-color css
<style>
a { background-color: #E011FD; }
a { background-color: rgb(224,17,253); }
div.DivClassName
{
background-color: #E011FD;
}
.BgClassName
{
background-color: #E011FD;
}
</style>
border-color css
<style>
span { border-color: #E011FD; }
span { border-color: rgb(224,17,253); }
td.TdClassName
{
border-color: #E011FD;
}
.TagClassName
{
border-color: #E011FD;
}
</style>