Shades of Psychedelic Purple #E010EE
Tints of Psychedelic Purple #E010EE
RGB
CMYK
RGB Variations
Color information
#E010EE (or 0xE010EE) is known color: Psychedelic Purple. HEX triplet: E0, 10 and EE. RGB value is (224,16,238). Sum of RGB (Red+Green+Blue) = 224+16+238=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 16 (6.64% from 255 or 3.35% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #E010EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E010EE is #1FEF11. Grayscale: #666666. Windows color (decimal): -2092818 or 15601888. OLE color: 15601888.
HSL color Cylindrical-coordinate representation of color #E010EE: hue angle of 296.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E010EE is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 16 | 238 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.07 |
| HSL | 296.22º | 0.87% | 0.5% | - |
| HSV(B) | 296.22º | 0.93% | 0.93% | - |
| XYZ | 46.36 | 22.39 | 82.77 | - |
| YUV | 103.5 | 203.91 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 238 | 0.06 | 0.93 | 0 | 0.07 | 296.22 | 0.87 | 0.5 |
| Hex | E0 | 10 | EE | 6 | 5D | 0 | 7 | 128 | 57 | 32 |
| Octal | 340 | 20 | 356 | 6 | 135 | 0 | 7 | 450 | 127 | 62 |
| Binary | 11100000 | 10000 | 11101110 | 110 | 1011101 | 0 | 111 | 100101000 | 1010111 | 110010 |
Color Harmonies of #E010EE
Complementary color
Monochromatic Colors of #E010EE
Black with #E010EE
Text Example
Text Example
White with #E010EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E010EE; }
p { color: rgb(224,16,238); }
H1.HeaderClassName
{
color: #E010EE;
}
.AnyTagClassName
{
color: #E010EE;
}
</style>
background-color css
<style>
a { background-color: #E010EE; }
a { background-color: rgb(224,16,238); }
div.DivClassName
{
background-color: #E010EE;
}
.BgClassName
{
background-color: #E010EE;
}
</style>
border-color css
<style>
span { border-color: #E010EE; }
span { border-color: rgb(224,16,238); }
td.TdClassName
{
border-color: #E010EE;
}
.TagClassName
{
border-color: #E010EE;
}
</style>