Shades of Psychedelic Purple #E013EE
Tints of Psychedelic Purple #E013EE
RGB
CMYK
RGB Variations
Color information
#E013EE (or 0xE013EE) is known color: Psychedelic Purple. HEX triplet: E0, 13 and EE. RGB value is (224,19,238). Sum of RGB (Red+Green+Blue) = 224+19+238=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 19 (7.81% from 255 or 3.95% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #E013EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E013EE is #1FEC11. Grayscale: #686868. Windows color (decimal): -2092050 or 15602656. OLE color: 15602656.
HSL color Cylindrical-coordinate representation of color #E013EE: hue angle of 296.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E013EE is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 19 | 238 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.07 |
| HSL | 296.16º | 0.87% | 0.5% | - |
| HSV(B) | 296.16º | 0.92% | 0.93% | - |
| XYZ | 46.41 | 22.49 | 82.78 | - |
| YUV | 105.26 | 202.92 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 238 | 0.06 | 0.92 | 0 | 0.07 | 296.16 | 0.87 | 0.5 |
| Hex | E0 | 13 | EE | 6 | 5C | 0 | 7 | 128 | 57 | 32 |
| Octal | 340 | 23 | 356 | 6 | 134 | 0 | 7 | 450 | 127 | 62 |
| Binary | 11100000 | 10011 | 11101110 | 110 | 1011100 | 0 | 111 | 100101000 | 1010111 | 110010 |
Color Harmonies of #E013EE
Complementary color
Monochromatic Colors of #E013EE
Black with #E013EE
Text Example
Text Example
White with #E013EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013EE; }
p { color: rgb(224,19,238); }
H1.HeaderClassName
{
color: #E013EE;
}
.AnyTagClassName
{
color: #E013EE;
}
</style>
background-color css
<style>
a { background-color: #E013EE; }
a { background-color: rgb(224,19,238); }
div.DivClassName
{
background-color: #E013EE;
}
.BgClassName
{
background-color: #E013EE;
}
</style>
border-color css
<style>
span { border-color: #E013EE; }
span { border-color: rgb(224,19,238); }
td.TdClassName
{
border-color: #E013EE;
}
.TagClassName
{
border-color: #E013EE;
}
</style>