Shades of Psychedelic Purple #E013EF
Tints of Psychedelic Purple #E013EF
RGB
CMYK
RGB Variations
Color information
#E013EF (or 0xE013EF) is known color: Psychedelic Purple. HEX triplet: E0, 13 and EF. RGB value is (224,19,239). Sum of RGB (Red+Green+Blue) = 224+19+239=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #E013EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E013EF is #1FEC10. Grayscale: #686868. Windows color (decimal): -2092049 or 15668192. OLE color: 15668192.
HSL color Cylindrical-coordinate representation of color #E013EF: hue angle of 295.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E013EF is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 19 | 239 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.06 |
| HSL | 295.91º | 0.87% | 0.51% | - |
| HSV(B) | 295.91º | 0.92% | 0.94% | - |
| XYZ | 46.55 | 22.55 | 83.56 | - |
| YUV | 105.38 | 203.42 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 239 | 0.06 | 0.92 | 0 | 0.06 | 295.91 | 0.87 | 0.51 |
| Hex | E0 | 13 | EF | 6 | 5C | 0 | 6 | 128 | 57 | 33 |
| Octal | 340 | 23 | 357 | 6 | 134 | 0 | 6 | 450 | 127 | 63 |
| Binary | 11100000 | 10011 | 11101111 | 110 | 1011100 | 0 | 110 | 100101000 | 1010111 | 110011 |
Color Harmonies of #E013EF
Complementary color
Monochromatic Colors of #E013EF
Black with #E013EF
Text Example
Text Example
White with #E013EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013EF; }
p { color: rgb(224,19,239); }
H1.HeaderClassName
{
color: #E013EF;
}
.AnyTagClassName
{
color: #E013EF;
}
</style>
background-color css
<style>
a { background-color: #E013EF; }
a { background-color: rgb(224,19,239); }
div.DivClassName
{
background-color: #E013EF;
}
.BgClassName
{
background-color: #E013EF;
}
</style>
border-color css
<style>
span { border-color: #E013EF; }
span { border-color: rgb(224,19,239); }
td.TdClassName
{
border-color: #E013EF;
}
.TagClassName
{
border-color: #E013EF;
}
</style>