Shades of Psychedelic Purple #E01EEF
Tints of Psychedelic Purple #E01EEF
RGB
CMYK
RGB Variations
Color information
#E01EEF (or 0xE01EEF) is known color: Psychedelic Purple. HEX triplet: E0, 1E and EF. RGB value is (224,30,239). Sum of RGB (Red+Green+Blue) = 224+30+239=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 30 (12.11% from 255 or 6.09% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #E01EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01EEF is #1FE110. Grayscale: #6F6F6F. Windows color (decimal): -2089233 or 15671008. OLE color: 15671008.
HSL color Cylindrical-coordinate representation of color #E01EEF: hue angle of 295.69º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01EEF is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 30 | 239 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.06 |
| HSL | 295.69º | 0.87% | 0.53% | - |
| HSV(B) | 295.69º | 0.87% | 0.94% | - |
| XYZ | 46.78 | 23.01 | 83.64 | - |
| YUV | 111.83 | 199.77 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 239 | 0.06 | 0.87 | 0 | 0.06 | 295.69 | 0.87 | 0.53 |
| Hex | E0 | 1E | EF | 6 | 57 | 0 | 6 | 128 | 57 | 35 |
| Octal | 340 | 36 | 357 | 6 | 127 | 0 | 6 | 450 | 127 | 65 |
| Binary | 11100000 | 11110 | 11101111 | 110 | 1010111 | 0 | 110 | 100101000 | 1010111 | 110101 |
Color Harmonies of #E01EEF
Complementary color
Monochromatic Colors of #E01EEF
Black with #E01EEF
Text Example
Text Example
White with #E01EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01EEF; }
p { color: rgb(224,30,239); }
H1.HeaderClassName
{
color: #E01EEF;
}
.AnyTagClassName
{
color: #E01EEF;
}
</style>
background-color css
<style>
a { background-color: #E01EEF; }
a { background-color: rgb(224,30,239); }
div.DivClassName
{
background-color: #E01EEF;
}
.BgClassName
{
background-color: #E01EEF;
}
</style>
border-color css
<style>
span { border-color: #E01EEF; }
span { border-color: rgb(224,30,239); }
td.TdClassName
{
border-color: #E01EEF;
}
.TagClassName
{
border-color: #E01EEF;
}
</style>