Shades of Psychedelic Purple #E919FF
Tints of Psychedelic Purple #E919FF
RGB
CMYK
RGB Variations
Color information
#E919FF (or 0xE919FF) is known color: Psychedelic Purple. HEX triplet: E9, 19 and FF. RGB value is (233,25,255). Sum of RGB (Red+Green+Blue) = 233+25+255=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 25 (10.16% from 255 or 4.87% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #E919FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E919FF is #16E600. Grayscale: #707070. Windows color (decimal): -1500673 or 16718313. OLE color: 16718313.
HSL color Cylindrical-coordinate representation of color #E919FF: hue angle of 294.26º 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 #E919FF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 25 | 255 | - |
| CMYK | 0.09 | 0.90 | 0 | 0 |
| HSL | 294.26º | 1% | 0.55% | - |
| HSV(B) | 294.26º | 0.9% | 1% | - |
| XYZ | 52 | 25.24 | 96.74 | - |
| YUV | 113.41 | 207.91 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 255 | 0.09 | 0.90 | 0 | 0 | 294.26 | 1 | 0.55 |
| Hex | E9 | 19 | FF | 9 | 5A | 0 | 0 | 126 | 64 | 37 |
| Octal | 351 | 31 | 377 | 11 | 132 | 0 | 0 | 446 | 144 | 67 |
| Binary | 11101001 | 11001 | 11111111 | 1001 | 1011010 | 0 | 0 | 100100110 | 1100100 | 110111 |
Color Harmonies of #E919FF
Complementary color
Monochromatic Colors of #E919FF
Black with #E919FF
Text Example
Text Example
White with #E919FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919FF; }
p { color: rgb(233,25,255); }
H1.HeaderClassName
{
color: #E919FF;
}
.AnyTagClassName
{
color: #E919FF;
}
</style>
background-color css
<style>
a { background-color: #E919FF; }
a { background-color: rgb(233,25,255); }
div.DivClassName
{
background-color: #E919FF;
}
.BgClassName
{
background-color: #E919FF;
}
</style>
border-color css
<style>
span { border-color: #E919FF; }
span { border-color: rgb(233,25,255); }
td.TdClassName
{
border-color: #E919FF;
}
.TagClassName
{
border-color: #E919FF;
}
</style>