Shades of Psychedelic Purple #E91CFA
Tints of Psychedelic Purple #E91CFA
RGB
CMYK
RGB Variations
Color information
#E91CFA (or 0xE91CFA) is known color: Psychedelic Purple. HEX triplet: E9, 1C and FA. RGB value is (233,28,250). Sum of RGB (Red+Green+Blue) = 233+28+250=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 28 (11.33% from 255 or 5.48% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #E91CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91CFA is #16E305. Grayscale: #717171. Windows color (decimal): -1499910 or 16391401. OLE color: 16391401.
HSL color Cylindrical-coordinate representation of color #E91CFA: hue angle of 295.41º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91CFA is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 28 | 250 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.02 |
| HSL | 295.41º | 0.96% | 0.55% | - |
| HSV(B) | 295.41º | 0.89% | 0.98% | - |
| XYZ | 51.27 | 25.06 | 92.58 | - |
| YUV | 114.6 | 204.42 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 250 | 0.07 | 0.89 | 0 | 0.02 | 295.41 | 0.96 | 0.55 |
| Hex | E9 | 1C | FA | 7 | 59 | 0 | 2 | 127 | 60 | 37 |
| Octal | 351 | 34 | 372 | 7 | 131 | 0 | 2 | 447 | 140 | 67 |
| Binary | 11101001 | 11100 | 11111010 | 111 | 1011001 | 0 | 10 | 100100111 | 1100000 | 110111 |
Color Harmonies of #E91CFA
Complementary color
Monochromatic Colors of #E91CFA
Black with #E91CFA
Text Example
Text Example
White with #E91CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91CFA; }
p { color: rgb(233,28,250); }
H1.HeaderClassName
{
color: #E91CFA;
}
.AnyTagClassName
{
color: #E91CFA;
}
</style>
background-color css
<style>
a { background-color: #E91CFA; }
a { background-color: rgb(233,28,250); }
div.DivClassName
{
background-color: #E91CFA;
}
.BgClassName
{
background-color: #E91CFA;
}
</style>
border-color css
<style>
span { border-color: #E91CFA; }
span { border-color: rgb(233,28,250); }
td.TdClassName
{
border-color: #E91CFA;
}
.TagClassName
{
border-color: #E91CFA;
}
</style>