Shades of Psychedelic Purple #E919F3
Tints of Psychedelic Purple #E919F3
RGB
CMYK
RGB Variations
Color information
#E919F3 (or 0xE919F3) is known color: Psychedelic Purple. HEX triplet: E9, 19 and F3. RGB value is (233,25,243). Sum of RGB (Red+Green+Blue) = 233+25+243=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 25 (10.16% from 255 or 4.99% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #E919F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E919F3 is #16E60C. Grayscale: #6F6F6F. Windows color (decimal): -1500685 or 15931881. OLE color: 15931881.
HSL color Cylindrical-coordinate representation of color #E919F3: hue angle of 297.25º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E919F3 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 25 | 243 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.05 |
| HSL | 297.25º | 0.9% | 0.53% | - |
| HSV(B) | 297.25º | 0.9% | 0.95% | - |
| XYZ | 50.13 | 24.49 | 86.88 | - |
| YUV | 112.04 | 201.91 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 243 | 0.04 | 0.90 | 0 | 0.05 | 297.25 | 0.9 | 0.53 |
| Hex | E9 | 19 | F3 | 4 | 5A | 0 | 5 | 129 | 5A | 35 |
| Octal | 351 | 31 | 363 | 4 | 132 | 0 | 5 | 451 | 132 | 65 |
| Binary | 11101001 | 11001 | 11110011 | 100 | 1011010 | 0 | 101 | 100101001 | 1011010 | 110101 |
Color Harmonies of #E919F3
Complementary color
Monochromatic Colors of #E919F3
Black with #E919F3
Text Example
Text Example
White with #E919F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919F3; }
p { color: rgb(233,25,243); }
H1.HeaderClassName
{
color: #E919F3;
}
.AnyTagClassName
{
color: #E919F3;
}
</style>
background-color css
<style>
a { background-color: #E919F3; }
a { background-color: rgb(233,25,243); }
div.DivClassName
{
background-color: #E919F3;
}
.BgClassName
{
background-color: #E919F3;
}
</style>
border-color css
<style>
span { border-color: #E919F3; }
span { border-color: rgb(233,25,243); }
td.TdClassName
{
border-color: #E919F3;
}
.TagClassName
{
border-color: #E919F3;
}
</style>