Shades of Psychedelic Purple #E015EF
Tints of Psychedelic Purple #E015EF
RGB
CMYK
RGB Variations
Color information
#E015EF (or 0xE015EF) is known color: Psychedelic Purple. HEX triplet: E0, 15 and EF. RGB value is (224,21,239). Sum of RGB (Red+Green+Blue) = 224+21+239=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #E015EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E015EF is #1FEA10. Grayscale: #696969. Windows color (decimal): -2091537 or 15668704. OLE color: 15668704.
HSL color Cylindrical-coordinate representation of color #E015EF: hue angle of 295.87º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E015EF is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 21 | 239 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.06 |
| HSL | 295.87º | 0.87% | 0.51% | - |
| HSV(B) | 295.87º | 0.91% | 0.94% | - |
| XYZ | 46.59 | 22.62 | 83.57 | - |
| YUV | 106.55 | 202.75 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 239 | 0.06 | 0.91 | 0 | 0.06 | 295.87 | 0.87 | 0.51 |
| Hex | E0 | 15 | EF | 6 | 5B | 0 | 6 | 128 | 57 | 33 |
| Octal | 340 | 25 | 357 | 6 | 133 | 0 | 6 | 450 | 127 | 63 |
| Binary | 11100000 | 10101 | 11101111 | 110 | 1011011 | 0 | 110 | 100101000 | 1010111 | 110011 |
Color Harmonies of #E015EF
Complementary color
Monochromatic Colors of #E015EF
Black with #E015EF
Text Example
Text Example
White with #E015EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E015EF; }
p { color: rgb(224,21,239); }
H1.HeaderClassName
{
color: #E015EF;
}
.AnyTagClassName
{
color: #E015EF;
}
</style>
background-color css
<style>
a { background-color: #E015EF; }
a { background-color: rgb(224,21,239); }
div.DivClassName
{
background-color: #E015EF;
}
.BgClassName
{
background-color: #E015EF;
}
</style>
border-color css
<style>
span { border-color: #E015EF; }
span { border-color: rgb(224,21,239); }
td.TdClassName
{
border-color: #E015EF;
}
.TagClassName
{
border-color: #E015EF;
}
</style>