Shades of Psychedelic Purple #E01AF1
Tints of Psychedelic Purple #E01AF1
RGB
CMYK
RGB Variations
Color information
#E01AF1 (or 0xE01AF1) is known color: Psychedelic Purple. HEX triplet: E0, 1A and F1. RGB value is (224,26,241). Sum of RGB (Red+Green+Blue) = 224+26+241=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 26 (10.55% from 255 or 5.30% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #E01AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01AF1 is #1FE50E. Grayscale: #6D6D6D. Windows color (decimal): -2090255 or 15801056. OLE color: 15801056.
HSL color Cylindrical-coordinate representation of color #E01AF1: hue angle of 295.26º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01AF1 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 26 | 241 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.05 |
| HSL | 295.26º | 0.88% | 0.52% | - |
| HSV(B) | 295.26º | 0.89% | 0.95% | - |
| XYZ | 46.99 | 22.94 | 85.17 | - |
| YUV | 109.71 | 202.1 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 241 | 0.07 | 0.89 | 0 | 0.05 | 295.26 | 0.88 | 0.52 |
| Hex | E0 | 1A | F1 | 7 | 59 | 0 | 5 | 127 | 58 | 34 |
| Octal | 340 | 32 | 361 | 7 | 131 | 0 | 5 | 447 | 130 | 64 |
| Binary | 11100000 | 11010 | 11110001 | 111 | 1011001 | 0 | 101 | 100100111 | 1011000 | 110100 |
Color Harmonies of #E01AF1
Complementary color
Monochromatic Colors of #E01AF1
Black with #E01AF1
Text Example
Text Example
White with #E01AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01AF1; }
p { color: rgb(224,26,241); }
H1.HeaderClassName
{
color: #E01AF1;
}
.AnyTagClassName
{
color: #E01AF1;
}
</style>
background-color css
<style>
a { background-color: #E01AF1; }
a { background-color: rgb(224,26,241); }
div.DivClassName
{
background-color: #E01AF1;
}
.BgClassName
{
background-color: #E01AF1;
}
</style>
border-color css
<style>
span { border-color: #E01AF1; }
span { border-color: rgb(224,26,241); }
td.TdClassName
{
border-color: #E01AF1;
}
.TagClassName
{
border-color: #E01AF1;
}
</style>