Shades of Psychedelic Purple #E019F2
Tints of Psychedelic Purple #E019F2
RGB
CMYK
RGB Variations
Color information
#E019F2 (or 0xE019F2) is known color: Psychedelic Purple. HEX triplet: E0, 19 and F2. RGB value is (224,25,242). Sum of RGB (Red+Green+Blue) = 224+25+242=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 25 (10.16% from 255 or 5.09% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #E019F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E019F2 is #1FE60D. Grayscale: #6C6C6C. Windows color (decimal): -2090510 or 15866336. OLE color: 15866336.
HSL color Cylindrical-coordinate representation of color #E019F2: hue angle of 295.02º 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 #E019F2 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 25 | 242 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.05 |
| HSL | 295.02º | 0.89% | 0.52% | - |
| HSV(B) | 295.02º | 0.9% | 0.95% | - |
| XYZ | 47.12 | 22.95 | 85.95 | - |
| YUV | 109.24 | 202.93 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 242 | 0.07 | 0.90 | 0 | 0.05 | 295.02 | 0.89 | 0.52 |
| Hex | E0 | 19 | F2 | 7 | 5A | 0 | 5 | 127 | 59 | 34 |
| Octal | 340 | 31 | 362 | 7 | 132 | 0 | 5 | 447 | 131 | 64 |
| Binary | 11100000 | 11001 | 11110010 | 111 | 1011010 | 0 | 101 | 100100111 | 1011001 | 110100 |
Color Harmonies of #E019F2
Complementary color
Monochromatic Colors of #E019F2
Black with #E019F2
Text Example
Text Example
White with #E019F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E019F2; }
p { color: rgb(224,25,242); }
H1.HeaderClassName
{
color: #E019F2;
}
.AnyTagClassName
{
color: #E019F2;
}
</style>
background-color css
<style>
a { background-color: #E019F2; }
a { background-color: rgb(224,25,242); }
div.DivClassName
{
background-color: #E019F2;
}
.BgClassName
{
background-color: #E019F2;
}
</style>
border-color css
<style>
span { border-color: #E019F2; }
span { border-color: rgb(224,25,242); }
td.TdClassName
{
border-color: #E019F2;
}
.TagClassName
{
border-color: #E019F2;
}
</style>