Shades of Psychedelic Purple #E919F6
Tints of Psychedelic Purple #E919F6
RGB
CMYK
RGB Variations
Color information
#E919F6 (or 0xE919F6) is known color: Psychedelic Purple. HEX triplet: E9, 19 and F6. RGB value is (233,25,246). Sum of RGB (Red+Green+Blue) = 233+25+246=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 25 (10.16% from 255 or 4.96% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #E919F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E919F6 is #16E609. Grayscale: #6F6F6F. Windows color (decimal): -1500682 or 16128489. OLE color: 16128489.
HSL color Cylindrical-coordinate representation of color #E919F6: hue angle of 296.47º 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 #E919F6 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 25 | 246 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.04 |
| HSL | 296.47º | 0.92% | 0.53% | - |
| HSV(B) | 296.47º | 0.9% | 0.96% | - |
| XYZ | 50.59 | 24.67 | 89.28 | - |
| YUV | 112.39 | 203.41 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 246 | 0.05 | 0.90 | 0 | 0.04 | 296.47 | 0.92 | 0.53 |
| Hex | E9 | 19 | F6 | 5 | 5A | 0 | 4 | 128 | 5C | 35 |
| Octal | 351 | 31 | 366 | 5 | 132 | 0 | 4 | 450 | 134 | 65 |
| Binary | 11101001 | 11001 | 11110110 | 101 | 1011010 | 0 | 100 | 100101000 | 1011100 | 110101 |
Color Harmonies of #E919F6
Complementary color
Monochromatic Colors of #E919F6
Black with #E919F6
Text Example
Text Example
White with #E919F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E919F6; }
p { color: rgb(233,25,246); }
H1.HeaderClassName
{
color: #E919F6;
}
.AnyTagClassName
{
color: #E919F6;
}
</style>
background-color css
<style>
a { background-color: #E919F6; }
a { background-color: rgb(233,25,246); }
div.DivClassName
{
background-color: #E919F6;
}
.BgClassName
{
background-color: #E919F6;
}
</style>
border-color css
<style>
span { border-color: #E919F6; }
span { border-color: rgb(233,25,246); }
td.TdClassName
{
border-color: #E919F6;
}
.TagClassName
{
border-color: #E919F6;
}
</style>