Shades of Psychedelic Purple #E011FF
Tints of Psychedelic Purple #E011FF
RGB
CMYK
RGB Variations
Color information
#E011FF (or 0xE011FF) is known color: Psychedelic Purple. HEX triplet: E0, 11 and FF. RGB value is (224,17,255). Sum of RGB (Red+Green+Blue) = 224+17+255=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 17 (7.03% from 255 or 3.43% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #E011FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E011FF is #1FEE00. Grayscale: #696969. Windows color (decimal): -2092545 or 16716256. OLE color: 16716256.
HSL color Cylindrical-coordinate representation of color #E011FF: hue angle of 292.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E011FF is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 17 | 255 | - |
| CMYK | 0.12 | 0.93 | 0 | 0 |
| HSL | 292.18º | 1% | 0.53% | - |
| HSV(B) | 292.18º | 0.93% | 1% | - |
| XYZ | 48.99 | 23.47 | 96.56 | - |
| YUV | 106.03 | 212.08 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 255 | 0.12 | 0.93 | 0 | 0 | 292.18 | 1 | 0.53 |
| Hex | E0 | 11 | FF | C | 5D | 0 | 0 | 124 | 64 | 35 |
| Octal | 340 | 21 | 377 | 14 | 135 | 0 | 0 | 444 | 144 | 65 |
| Binary | 11100000 | 10001 | 11111111 | 1100 | 1011101 | 0 | 0 | 100100100 | 1100100 | 110101 |
Color Harmonies of #E011FF
Complementary color
Monochromatic Colors of #E011FF
Black with #E011FF
Text Example
Text Example
White with #E011FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E011FF; }
p { color: rgb(224,17,255); }
H1.HeaderClassName
{
color: #E011FF;
}
.AnyTagClassName
{
color: #E011FF;
}
</style>
background-color css
<style>
a { background-color: #E011FF; }
a { background-color: rgb(224,17,255); }
div.DivClassName
{
background-color: #E011FF;
}
.BgClassName
{
background-color: #E011FF;
}
</style>
border-color css
<style>
span { border-color: #E011FF; }
span { border-color: rgb(224,17,255); }
td.TdClassName
{
border-color: #E011FF;
}
.TagClassName
{
border-color: #E011FF;
}
</style>