Shades of Psychedelic Purple #E917FA
Tints of Psychedelic Purple #E917FA
RGB
CMYK
RGB Variations
Color information
#E917FA (or 0xE917FA) is known color: Psychedelic Purple. HEX triplet: E9, 17 and FA. RGB value is (233,23,250). Sum of RGB (Red+Green+Blue) = 233+23+250=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 23 (9.38% from 255 or 4.55% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #E917FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E917FA is #16E805. Grayscale: #6E6E6E. Windows color (decimal): -1501190 or 16390121. OLE color: 16390121.
HSL color Cylindrical-coordinate representation of color #E917FA: hue angle of 295.51º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E917FA is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 23 | 250 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.02 |
| HSL | 295.51º | 0.96% | 0.54% | - |
| HSV(B) | 295.51º | 0.91% | 0.98% | - |
| XYZ | 51.17 | 24.84 | 92.54 | - |
| YUV | 111.67 | 206.07 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 250 | 0.07 | 0.91 | 0 | 0.02 | 295.51 | 0.96 | 0.54 |
| Hex | E9 | 17 | FA | 7 | 5B | 0 | 2 | 128 | 60 | 36 |
| Octal | 351 | 27 | 372 | 7 | 133 | 0 | 2 | 450 | 140 | 66 |
| Binary | 11101001 | 10111 | 11111010 | 111 | 1011011 | 0 | 10 | 100101000 | 1100000 | 110110 |
Color Harmonies of #E917FA
Complementary color
Monochromatic Colors of #E917FA
Black with #E917FA
Text Example
Text Example
White with #E917FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E917FA; }
p { color: rgb(233,23,250); }
H1.HeaderClassName
{
color: #E917FA;
}
.AnyTagClassName
{
color: #E917FA;
}
</style>
background-color css
<style>
a { background-color: #E917FA; }
a { background-color: rgb(233,23,250); }
div.DivClassName
{
background-color: #E917FA;
}
.BgClassName
{
background-color: #E917FA;
}
</style>
border-color css
<style>
span { border-color: #E917FA; }
span { border-color: rgb(233,23,250); }
td.TdClassName
{
border-color: #E917FA;
}
.TagClassName
{
border-color: #E917FA;
}
</style>