Shades of Psychedelic Purple #E917FC
Tints of Psychedelic Purple #E917FC
RGB
CMYK
RGB Variations
Color information
#E917FC (or 0xE917FC) is known color: Psychedelic Purple. HEX triplet: E9, 17 and FC. RGB value is (233,23,252). Sum of RGB (Red+Green+Blue) = 233+23+252=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 23 (9.38% from 255 or 4.53% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #E917FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E917FC is #16E803. Grayscale: #6F6F6F. Windows color (decimal): -1501188 or 16521193. OLE color: 16521193.
HSL color Cylindrical-coordinate representation of color #E917FC: hue angle of 295.02º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E917FC is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 23 | 252 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.01 |
| HSL | 295.02º | 0.97% | 0.54% | - |
| HSV(B) | 295.02º | 0.91% | 0.99% | - |
| XYZ | 51.48 | 24.96 | 94.2 | - |
| YUV | 111.9 | 207.07 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 252 | 0.08 | 0.91 | 0 | 0.01 | 295.02 | 0.97 | 0.54 |
| Hex | E9 | 17 | FC | 8 | 5B | 0 | 1 | 127 | 61 | 36 |
| Octal | 351 | 27 | 374 | 10 | 133 | 0 | 1 | 447 | 141 | 66 |
| Binary | 11101001 | 10111 | 11111100 | 1000 | 1011011 | 0 | 1 | 100100111 | 1100001 | 110110 |
Color Harmonies of #E917FC
Complementary color
Monochromatic Colors of #E917FC
Black with #E917FC
Text Example
Text Example
White with #E917FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E917FC; }
p { color: rgb(233,23,252); }
H1.HeaderClassName
{
color: #E917FC;
}
.AnyTagClassName
{
color: #E917FC;
}
</style>
background-color css
<style>
a { background-color: #E917FC; }
a { background-color: rgb(233,23,252); }
div.DivClassName
{
background-color: #E917FC;
}
.BgClassName
{
background-color: #E917FC;
}
</style>
border-color css
<style>
span { border-color: #E917FC; }
span { border-color: rgb(233,23,252); }
td.TdClassName
{
border-color: #E917FC;
}
.TagClassName
{
border-color: #E917FC;
}
</style>