Shades of Psychedelic Purple #E919F9
Tints of Psychedelic Purple #E919F9
RGB
CMYK
RGB Variations
Color information
#E919F9 (or 0xE919F9) is known color: Psychedelic Purple. HEX triplet: E9, 19 and F9. RGB value is (233,25,249). Sum of RGB (Red+Green+Blue) = 233+25+249=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 25 (10.16% from 255 or 4.93% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #E919F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E919F9 is #16E606. Grayscale: #707070. Windows color (decimal): -1500679 or 16325097. OLE color: 16325097.
HSL color Cylindrical-coordinate representation of color #E919F9: hue angle of 295.71º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E919F9 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 25 | 249 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.02 |
| HSL | 295.71º | 0.95% | 0.54% | - |
| HSV(B) | 295.71º | 0.9% | 0.98% | - |
| XYZ | 51.05 | 24.86 | 91.73 | - |
| YUV | 112.73 | 204.91 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 249 | 0.06 | 0.90 | 0 | 0.02 | 295.71 | 0.95 | 0.54 |
| Hex | E9 | 19 | F9 | 6 | 5A | 0 | 2 | 128 | 5F | 36 |
| Octal | 351 | 31 | 371 | 6 | 132 | 0 | 2 | 450 | 137 | 66 |
| Binary | 11101001 | 11001 | 11111001 | 110 | 1011010 | 0 | 10 | 100101000 | 1011111 | 110110 |
Color Harmonies of #E919F9
Complementary color
Monochromatic Colors of #E919F9
Black with #E919F9
Text Example
Text Example
White with #E919F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919F9; }
p { color: rgb(233,25,249); }
H1.HeaderClassName
{
color: #E919F9;
}
.AnyTagClassName
{
color: #E919F9;
}
</style>
background-color css
<style>
a { background-color: #E919F9; }
a { background-color: rgb(233,25,249); }
div.DivClassName
{
background-color: #E919F9;
}
.BgClassName
{
background-color: #E919F9;
}
</style>
border-color css
<style>
span { border-color: #E919F9; }
span { border-color: rgb(233,25,249); }
td.TdClassName
{
border-color: #E919F9;
}
.TagClassName
{
border-color: #E919F9;
}
</style>