Shades of Psychedelic Purple #E01CF0
Tints of Psychedelic Purple #E01CF0
RGB
CMYK
RGB Variations
Color information
#E01CF0 (or 0xE01CF0) is known color: Psychedelic Purple. HEX triplet: E0, 1C and F0. RGB value is (224,28,240). Sum of RGB (Red+Green+Blue) = 224+28+240=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 28 (11.33% from 255 or 5.69% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 240 - color contains mainly: blue. Hex color #E01CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01CF0 is #1FE30F. Grayscale: #6E6E6E. Windows color (decimal): -2089744 or 15736032. OLE color: 15736032.
HSL color Cylindrical-coordinate representation of color #E01CF0: hue angle of 295.47º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CF0 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 28 | 240 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.06 |
| HSL | 295.47º | 0.88% | 0.53% | - |
| HSV(B) | 295.47º | 0.88% | 0.94% | - |
| XYZ | 46.88 | 22.97 | 84.4 | - |
| YUV | 110.77 | 200.93 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 240 | 0.07 | 0.88 | 0 | 0.06 | 295.47 | 0.88 | 0.53 |
| Hex | E0 | 1C | F0 | 7 | 58 | 0 | 6 | 127 | 58 | 35 |
| Octal | 340 | 34 | 360 | 7 | 130 | 0 | 6 | 447 | 130 | 65 |
| Binary | 11100000 | 11100 | 11110000 | 111 | 1011000 | 0 | 110 | 100100111 | 1011000 | 110101 |
Color Harmonies of #E01CF0
Complementary color
Monochromatic Colors of #E01CF0
Black with #E01CF0
Text Example
Text Example
White with #E01CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CF0; }
p { color: rgb(224,28,240); }
H1.HeaderClassName
{
color: #E01CF0;
}
.AnyTagClassName
{
color: #E01CF0;
}
</style>
background-color css
<style>
a { background-color: #E01CF0; }
a { background-color: rgb(224,28,240); }
div.DivClassName
{
background-color: #E01CF0;
}
.BgClassName
{
background-color: #E01CF0;
}
</style>
border-color css
<style>
span { border-color: #E01CF0; }
span { border-color: rgb(224,28,240); }
td.TdClassName
{
border-color: #E01CF0;
}
.TagClassName
{
border-color: #E01CF0;
}
</style>