Shades of Psychedelic Purple #E019FF
Tints of Psychedelic Purple #E019FF
RGB
CMYK
RGB Variations
Color information
#E019FF (or 0xE019FF) is known color: Psychedelic Purple. HEX triplet: E0, 19 and FF. RGB value is (224,25,255). Sum of RGB (Red+Green+Blue) = 224+25+255=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 25 (10.16% from 255 or 4.96% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #E019FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E019FF is #1FE600. Grayscale: #6E6E6E. Windows color (decimal): -2090497 or 16718304. OLE color: 16718304.
HSL color Cylindrical-coordinate representation of color #E019FF: hue angle of 291.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E019FF is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 25 | 255 | - |
| CMYK | 0.12 | 0.90 | 0 | 0 |
| HSL | 291.91º | 1% | 0.55% | - |
| HSV(B) | 291.91º | 0.9% | 1% | - |
| XYZ | 49.14 | 23.76 | 96.6 | - |
| YUV | 110.72 | 209.43 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 255 | 0.12 | 0.90 | 0 | 0 | 291.91 | 1 | 0.55 |
| Hex | E0 | 19 | FF | C | 5A | 0 | 0 | 124 | 64 | 37 |
| Octal | 340 | 31 | 377 | 14 | 132 | 0 | 0 | 444 | 144 | 67 |
| Binary | 11100000 | 11001 | 11111111 | 1100 | 1011010 | 0 | 0 | 100100100 | 1100100 | 110111 |
Color Harmonies of #E019FF
Complementary color
Monochromatic Colors of #E019FF
Black with #E019FF
Text Example
Text Example
White with #E019FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E019FF; }
p { color: rgb(224,25,255); }
H1.HeaderClassName
{
color: #E019FF;
}
.AnyTagClassName
{
color: #E019FF;
}
</style>
background-color css
<style>
a { background-color: #E019FF; }
a { background-color: rgb(224,25,255); }
div.DivClassName
{
background-color: #E019FF;
}
.BgClassName
{
background-color: #E019FF;
}
</style>
border-color css
<style>
span { border-color: #E019FF; }
span { border-color: rgb(224,25,255); }
td.TdClassName
{
border-color: #E019FF;
}
.TagClassName
{
border-color: #E019FF;
}
</style>