Shades of Psychedelic Purple #E91FF6
Tints of Psychedelic Purple #E91FF6
RGB
CMYK
RGB Variations
Color information
#E91FF6 (or 0xE91FF6) is known color: Psychedelic Purple. HEX triplet: E9, 1F and F6. RGB value is (233,31,246). Sum of RGB (Red+Green+Blue) = 233+31+246=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 31 (12.5% from 255 or 6.08% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #E91FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91FF6 is #16E009. Grayscale: #737373. Windows color (decimal): -1499146 or 16130025. OLE color: 16130025.
HSL color Cylindrical-coordinate representation of color #E91FF6: hue angle of 296.37º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91FF6 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 31 | 246 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.04 |
| HSL | 296.37º | 0.92% | 0.54% | - |
| HSV(B) | 296.37º | 0.87% | 0.96% | - |
| XYZ | 50.73 | 24.96 | 89.33 | - |
| YUV | 115.91 | 201.42 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 31 | 246 | 0.05 | 0.87 | 0 | 0.04 | 296.37 | 0.92 | 0.54 |
| Hex | E9 | 1F | F6 | 5 | 57 | 0 | 4 | 128 | 5C | 36 |
| Octal | 351 | 37 | 366 | 5 | 127 | 0 | 4 | 450 | 134 | 66 |
| Binary | 11101001 | 11111 | 11110110 | 101 | 1010111 | 0 | 100 | 100101000 | 1011100 | 110110 |
Color Harmonies of #E91FF6
Complementary color
Monochromatic Colors of #E91FF6
Black with #E91FF6
Text Example
Text Example
White with #E91FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91FF6; }
p { color: rgb(233,31,246); }
H1.HeaderClassName
{
color: #E91FF6;
}
.AnyTagClassName
{
color: #E91FF6;
}
</style>
background-color css
<style>
a { background-color: #E91FF6; }
a { background-color: rgb(233,31,246); }
div.DivClassName
{
background-color: #E91FF6;
}
.BgClassName
{
background-color: #E91FF6;
}
</style>
border-color css
<style>
span { border-color: #E91FF6; }
span { border-color: rgb(233,31,246); }
td.TdClassName
{
border-color: #E91FF6;
}
.TagClassName
{
border-color: #E91FF6;
}
</style>