Shades of Psychedelic Purple #E019E8
Tints of Psychedelic Purple #E019E8
RGB
CMYK
RGB Variations
Color information
#E019E8 (or 0xE019E8) is known color: Psychedelic Purple. HEX triplet: E0, 19 and E8. RGB value is (224,25,232). Sum of RGB (Red+Green+Blue) = 224+25+232=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #E019E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E019E8 is #1FE617. Grayscale: #6B6B6B. Windows color (decimal): -2090520 or 15210976. OLE color: 15210976.
HSL color Cylindrical-coordinate representation of color #E019E8: hue angle of 297.68º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E019E8 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 25 | 232 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.09 |
| HSL | 297.68º | 0.82% | 0.5% | - |
| HSV(B) | 297.68º | 0.89% | 0.91% | - |
| XYZ | 45.65 | 22.37 | 78.26 | - |
| YUV | 108.1 | 197.93 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 232 | 0.03 | 0.89 | 0 | 0.09 | 297.68 | 0.82 | 0.5 |
| Hex | E0 | 19 | E8 | 3 | 59 | 0 | 9 | 12A | 52 | 32 |
| Octal | 340 | 31 | 350 | 3 | 131 | 0 | 11 | 452 | 122 | 62 |
| Binary | 11100000 | 11001 | 11101000 | 11 | 1011001 | 0 | 1001 | 100101010 | 1010010 | 110010 |
Color Harmonies of #E019E8
Complementary color
Monochromatic Colors of #E019E8
Black with #E019E8
Text Example
Text Example
White with #E019E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E019E8; }
p { color: rgb(224,25,232); }
H1.HeaderClassName
{
color: #E019E8;
}
.AnyTagClassName
{
color: #E019E8;
}
</style>
background-color css
<style>
a { background-color: #E019E8; }
a { background-color: rgb(224,25,232); }
div.DivClassName
{
background-color: #E019E8;
}
.BgClassName
{
background-color: #E019E8;
}
</style>
border-color css
<style>
span { border-color: #E019E8; }
span { border-color: rgb(224,25,232); }
td.TdClassName
{
border-color: #E019E8;
}
.TagClassName
{
border-color: #E019E8;
}
</style>