Shades of Psychedelic Purple #E919F5
Tints of Psychedelic Purple #E919F5
RGB
CMYK
RGB Variations
Color information
#E919F5 (or 0xE919F5) is known color: Psychedelic Purple. HEX triplet: E9, 19 and F5. RGB value is (233,25,245). Sum of RGB (Red+Green+Blue) = 233+25+245=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 25 (10.16% from 255 or 4.97% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #E919F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E919F5 is #16E60A. Grayscale: #6F6F6F. Windows color (decimal): -1500683 or 16062953. OLE color: 16062953.
HSL color Cylindrical-coordinate representation of color #E919F5: hue angle of 296.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E919F5 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 25 | 245 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.04 |
| HSL | 296.73º | 0.92% | 0.53% | - |
| HSV(B) | 296.73º | 0.9% | 0.96% | - |
| XYZ | 50.43 | 24.61 | 88.48 | - |
| YUV | 112.27 | 202.91 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 245 | 0.05 | 0.90 | 0 | 0.04 | 296.73 | 0.92 | 0.53 |
| Hex | E9 | 19 | F5 | 5 | 5A | 0 | 4 | 129 | 5C | 35 |
| Octal | 351 | 31 | 365 | 5 | 132 | 0 | 4 | 451 | 134 | 65 |
| Binary | 11101001 | 11001 | 11110101 | 101 | 1011010 | 0 | 100 | 100101001 | 1011100 | 110101 |
Color Harmonies of #E919F5
Complementary color
Monochromatic Colors of #E919F5
Black with #E919F5
Text Example
Text Example
White with #E919F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919F5; }
p { color: rgb(233,25,245); }
H1.HeaderClassName
{
color: #E919F5;
}
.AnyTagClassName
{
color: #E919F5;
}
</style>
background-color css
<style>
a { background-color: #E919F5; }
a { background-color: rgb(233,25,245); }
div.DivClassName
{
background-color: #E919F5;
}
.BgClassName
{
background-color: #E919F5;
}
</style>
border-color css
<style>
span { border-color: #E919F5; }
span { border-color: rgb(233,25,245); }
td.TdClassName
{
border-color: #E919F5;
}
.TagClassName
{
border-color: #E919F5;
}
</style>