Shades of Psychedelic Purple #E917E6
Tints of Psychedelic Purple #E917E6
RGB
CMYK
RGB Variations
Color information
#E917E6 (or 0xE917E6) is known color: Psychedelic Purple. HEX triplet: E9, 17 and E6. RGB value is (233,23,230). Sum of RGB (Red+Green+Blue) = 233+23+230=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 23 (9.38% from 255 or 4.73% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E917E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E917E6 is #16E819. Grayscale: #6C6C6C. Windows color (decimal): -1501210 or 15079401. OLE color: 15079401.
HSL color Cylindrical-coordinate representation of color #E917E6: hue angle of 300.86º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E917E6 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 230 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.09 |
| HSL | 300.86º | 0.83% | 0.5% | - |
| HSV(B) | 300.86º | 0.9% | 0.91% | - |
| XYZ | 48.19 | 23.65 | 76.89 | - |
| YUV | 109.39 | 196.07 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 230 | 0 | 0.90 | 0.01 | 0.09 | 300.86 | 0.83 | 0.5 |
| Hex | E9 | 17 | E6 | 0 | 5A | 1 | 9 | 12D | 53 | 32 |
| Octal | 351 | 27 | 346 | 0 | 132 | 1 | 11 | 455 | 123 | 62 |
| Binary | 11101001 | 10111 | 11100110 | 0 | 1011010 | 1 | 1001 | 100101101 | 1010011 | 110010 |
Color Harmonies of #E917E6
Complementary color
Monochromatic Colors of #E917E6
Black with #E917E6
Text Example
Text Example
White with #E917E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E917E6; }
p { color: rgb(233,23,230); }
H1.HeaderClassName
{
color: #E917E6;
}
.AnyTagClassName
{
color: #E917E6;
}
</style>
background-color css
<style>
a { background-color: #E917E6; }
a { background-color: rgb(233,23,230); }
div.DivClassName
{
background-color: #E917E6;
}
.BgClassName
{
background-color: #E917E6;
}
</style>
border-color css
<style>
span { border-color: #E917E6; }
span { border-color: rgb(233,23,230); }
td.TdClassName
{
border-color: #E917E6;
}
.TagClassName
{
border-color: #E917E6;
}
</style>