Shades of Psychedelic Purple #E917EF
Tints of Psychedelic Purple #E917EF
RGB
CMYK
RGB Variations
Color information
#E917EF (or 0xE917EF) is known color: Psychedelic Purple. HEX triplet: E9, 17 and EF. RGB value is (233,23,239). Sum of RGB (Red+Green+Blue) = 233+23+239=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 23 (9.38% from 255 or 4.65% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #E917EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E917EF is #16E810. Grayscale: #6D6D6D. Windows color (decimal): -1501201 or 15669225. OLE color: 15669225.
HSL color Cylindrical-coordinate representation of color #E917EF: hue angle of 298.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E917EF is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 23 | 239 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.06 |
| HSL | 298.33º | 0.87% | 0.51% | - |
| HSV(B) | 298.33º | 0.9% | 0.94% | - |
| XYZ | 49.49 | 24.17 | 83.72 | - |
| YUV | 110.41 | 200.57 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 239 | 0.03 | 0.90 | 0 | 0.06 | 298.33 | 0.87 | 0.51 |
| Hex | E9 | 17 | EF | 3 | 5A | 0 | 6 | 12A | 57 | 33 |
| Octal | 351 | 27 | 357 | 3 | 132 | 0 | 6 | 452 | 127 | 63 |
| Binary | 11101001 | 10111 | 11101111 | 11 | 1011010 | 0 | 110 | 100101010 | 1010111 | 110011 |
Color Harmonies of #E917EF
Complementary color
Monochromatic Colors of #E917EF
Black with #E917EF
Text Example
Text Example
White with #E917EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E917EF; }
p { color: rgb(233,23,239); }
H1.HeaderClassName
{
color: #E917EF;
}
.AnyTagClassName
{
color: #E917EF;
}
</style>
background-color css
<style>
a { background-color: #E917EF; }
a { background-color: rgb(233,23,239); }
div.DivClassName
{
background-color: #E917EF;
}
.BgClassName
{
background-color: #E917EF;
}
</style>
border-color css
<style>
span { border-color: #E917EF; }
span { border-color: rgb(233,23,239); }
td.TdClassName
{
border-color: #E917EF;
}
.TagClassName
{
border-color: #E917EF;
}
</style>