Shades of Psychedelic Purple #E01CEF
Tints of Psychedelic Purple #E01CEF
RGB
CMYK
RGB Variations
Color information
#E01CEF (or 0xE01CEF) is known color: Psychedelic Purple. HEX triplet: E0, 1C and EF. RGB value is (224,28,239). Sum of RGB (Red+Green+Blue) = 224+28+239=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 28 (11.33% from 255 or 5.70% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #E01CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01CEF is #1FE310. Grayscale: #6E6E6E. Windows color (decimal): -2089745 or 15670496. OLE color: 15670496.
HSL color Cylindrical-coordinate representation of color #E01CEF: hue angle of 295.73º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CEF is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 28 | 239 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.06 |
| HSL | 295.73º | 0.87% | 0.52% | - |
| HSV(B) | 295.73º | 0.88% | 0.94% | - |
| XYZ | 46.74 | 22.91 | 83.62 | - |
| YUV | 110.66 | 200.43 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 239 | 0.06 | 0.88 | 0 | 0.06 | 295.73 | 0.87 | 0.52 |
| Hex | E0 | 1C | EF | 6 | 58 | 0 | 6 | 128 | 57 | 34 |
| Octal | 340 | 34 | 357 | 6 | 130 | 0 | 6 | 450 | 127 | 64 |
| Binary | 11100000 | 11100 | 11101111 | 110 | 1011000 | 0 | 110 | 100101000 | 1010111 | 110100 |
Color Harmonies of #E01CEF
Complementary color
Monochromatic Colors of #E01CEF
Black with #E01CEF
Text Example
Text Example
White with #E01CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CEF; }
p { color: rgb(224,28,239); }
H1.HeaderClassName
{
color: #E01CEF;
}
.AnyTagClassName
{
color: #E01CEF;
}
</style>
background-color css
<style>
a { background-color: #E01CEF; }
a { background-color: rgb(224,28,239); }
div.DivClassName
{
background-color: #E01CEF;
}
.BgClassName
{
background-color: #E01CEF;
}
</style>
border-color css
<style>
span { border-color: #E01CEF; }
span { border-color: rgb(224,28,239); }
td.TdClassName
{
border-color: #E01CEF;
}
.TagClassName
{
border-color: #E01CEF;
}
</style>