Shades of Psychedelic Purple #E91CFF
Tints of Psychedelic Purple #E91CFF
RGB
CMYK
RGB Variations
Color information
#E91CFF (or 0xE91CFF) is known color: Psychedelic Purple. HEX triplet: E9, 1C and FF. RGB value is (233,28,255). Sum of RGB (Red+Green+Blue) = 233+28+255=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 28 (11.33% from 255 or 5.43% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #E91CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91CFF is #16E300. Grayscale: #727272. Windows color (decimal): -1499905 or 16719081. OLE color: 16719081.
HSL color Cylindrical-coordinate representation of color #E91CFF: hue angle of 294.19º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91CFF is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 28 | 255 | - |
| CMYK | 0.09 | 0.89 | 0 | 0 |
| HSL | 294.19º | 1% | 0.55% | - |
| HSV(B) | 294.19º | 0.89% | 1% | - |
| XYZ | 52.07 | 25.37 | 96.76 | - |
| YUV | 115.17 | 206.92 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 255 | 0.09 | 0.89 | 0 | 0 | 294.19 | 1 | 0.55 |
| Hex | E9 | 1C | FF | 9 | 59 | 0 | 0 | 126 | 64 | 37 |
| Octal | 351 | 34 | 377 | 11 | 131 | 0 | 0 | 446 | 144 | 67 |
| Binary | 11101001 | 11100 | 11111111 | 1001 | 1011001 | 0 | 0 | 100100110 | 1100100 | 110111 |
Color Harmonies of #E91CFF
Complementary color
Monochromatic Colors of #E91CFF
Black with #E91CFF
Text Example
Text Example
White with #E91CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91CFF; }
p { color: rgb(233,28,255); }
H1.HeaderClassName
{
color: #E91CFF;
}
.AnyTagClassName
{
color: #E91CFF;
}
</style>
background-color css
<style>
a { background-color: #E91CFF; }
a { background-color: rgb(233,28,255); }
div.DivClassName
{
background-color: #E91CFF;
}
.BgClassName
{
background-color: #E91CFF;
}
</style>
border-color css
<style>
span { border-color: #E91CFF; }
span { border-color: rgb(233,28,255); }
td.TdClassName
{
border-color: #E91CFF;
}
.TagClassName
{
border-color: #E91CFF;
}
</style>