Shades of Psychedelic Purple #E019F1
Tints of Psychedelic Purple #E019F1
RGB
CMYK
RGB Variations
Color information
#E019F1 (or 0xE019F1) is known color: Psychedelic Purple. HEX triplet: E0, 19 and F1. RGB value is (224,25,241). Sum of RGB (Red+Green+Blue) = 224+25+241=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #E019F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E019F1 is #1FE60E. Grayscale: #6C6C6C. Windows color (decimal): -2090511 or 15800800. OLE color: 15800800.
HSL color Cylindrical-coordinate representation of color #E019F1: hue angle of 295.28º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E019F1 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 25 | 241 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.05 |
| HSL | 295.28º | 0.89% | 0.52% | - |
| HSV(B) | 295.28º | 0.9% | 0.95% | - |
| XYZ | 46.97 | 22.89 | 85.16 | - |
| YUV | 109.13 | 202.43 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 241 | 0.07 | 0.90 | 0 | 0.05 | 295.28 | 0.89 | 0.52 |
| Hex | E0 | 19 | F1 | 7 | 5A | 0 | 5 | 127 | 59 | 34 |
| Octal | 340 | 31 | 361 | 7 | 132 | 0 | 5 | 447 | 131 | 64 |
| Binary | 11100000 | 11001 | 11110001 | 111 | 1011010 | 0 | 101 | 100100111 | 1011001 | 110100 |
Color Harmonies of #E019F1
Complementary color
Monochromatic Colors of #E019F1
Black with #E019F1
Text Example
Text Example
White with #E019F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E019F1; }
p { color: rgb(224,25,241); }
H1.HeaderClassName
{
color: #E019F1;
}
.AnyTagClassName
{
color: #E019F1;
}
</style>
background-color css
<style>
a { background-color: #E019F1; }
a { background-color: rgb(224,25,241); }
div.DivClassName
{
background-color: #E019F1;
}
.BgClassName
{
background-color: #E019F1;
}
</style>
border-color css
<style>
span { border-color: #E019F1; }
span { border-color: rgb(224,25,241); }
td.TdClassName
{
border-color: #E019F1;
}
.TagClassName
{
border-color: #E019F1;
}
</style>