Shades of Psychedelic Purple #E917E4
Tints of Psychedelic Purple #E917E4
RGB
CMYK
RGB Variations
Color information
#E917E4 (or 0xE917E4) is known color: Psychedelic Purple. HEX triplet: E9, 17 and E4. RGB value is (233,23,228). Sum of RGB (Red+Green+Blue) = 233+23+228=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 23 (9.38% from 255 or 4.75% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E917E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E917E4 is #16E81B. Grayscale: #6C6C6C. Windows color (decimal): -1501212 or 14948329. OLE color: 14948329.
HSL color Cylindrical-coordinate representation of color #E917E4: hue angle of 301.43º 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 #E917E4 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 228 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.09 |
| HSL | 301.43º | 0.83% | 0.5% | - |
| HSV(B) | 301.43º | 0.9% | 0.91% | - |
| XYZ | 47.91 | 23.54 | 75.42 | - |
| YUV | 109.16 | 195.07 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 228 | 0 | 0.90 | 0.02 | 0.09 | 301.43 | 0.83 | 0.5 |
| Hex | E9 | 17 | E4 | 0 | 5A | 2 | 9 | 12D | 53 | 32 |
| Octal | 351 | 27 | 344 | 0 | 132 | 2 | 11 | 455 | 123 | 62 |
| Binary | 11101001 | 10111 | 11100100 | 0 | 1011010 | 10 | 1001 | 100101101 | 1010011 | 110010 |
Color Harmonies of #E917E4
Complementary color
Monochromatic Colors of #E917E4
Black with #E917E4
Text Example
Text Example
White with #E917E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E917E4; }
p { color: rgb(233,23,228); }
H1.HeaderClassName
{
color: #E917E4;
}
.AnyTagClassName
{
color: #E917E4;
}
</style>
background-color css
<style>
a { background-color: #E917E4; }
a { background-color: rgb(233,23,228); }
div.DivClassName
{
background-color: #E917E4;
}
.BgClassName
{
background-color: #E917E4;
}
</style>
border-color css
<style>
span { border-color: #E917E4; }
span { border-color: rgb(233,23,228); }
td.TdClassName
{
border-color: #E917E4;
}
.TagClassName
{
border-color: #E917E4;
}
</style>