Shades of Psychedelic Purple #E91AFD
Tints of Psychedelic Purple #E91AFD
RGB
CMYK
RGB Variations
Color information
#E91AFD (or 0xE91AFD) is known color: Psychedelic Purple. HEX triplet: E9, 1A and FD. RGB value is (233,26,253). Sum of RGB (Red+Green+Blue) = 233+26+253=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 26 (10.55% from 255 or 5.08% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #E91AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91AFD is #16E502. Grayscale: #717171. Windows color (decimal): -1500419 or 16587497. OLE color: 16587497.
HSL color Cylindrical-coordinate representation of color #E91AFD: hue angle of 294.71º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E91AFD is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 26 | 253 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.01 |
| HSL | 294.71º | 0.98% | 0.55% | - |
| HSV(B) | 294.71º | 0.9% | 0.99% | - |
| XYZ | 51.7 | 25.15 | 95.06 | - |
| YUV | 113.77 | 206.58 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 253 | 0.08 | 0.90 | 0 | 0.01 | 294.71 | 0.98 | 0.55 |
| Hex | E9 | 1A | FD | 8 | 5A | 0 | 1 | 127 | 62 | 37 |
| Octal | 351 | 32 | 375 | 10 | 132 | 0 | 1 | 447 | 142 | 67 |
| Binary | 11101001 | 11010 | 11111101 | 1000 | 1011010 | 0 | 1 | 100100111 | 1100010 | 110111 |
Color Harmonies of #E91AFD
Complementary color
Monochromatic Colors of #E91AFD
Black with #E91AFD
Text Example
Text Example
White with #E91AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91AFD; }
p { color: rgb(233,26,253); }
H1.HeaderClassName
{
color: #E91AFD;
}
.AnyTagClassName
{
color: #E91AFD;
}
</style>
background-color css
<style>
a { background-color: #E91AFD; }
a { background-color: rgb(233,26,253); }
div.DivClassName
{
background-color: #E91AFD;
}
.BgClassName
{
background-color: #E91AFD;
}
</style>
border-color css
<style>
span { border-color: #E91AFD; }
span { border-color: rgb(233,26,253); }
td.TdClassName
{
border-color: #E91AFD;
}
.TagClassName
{
border-color: #E91AFD;
}
</style>