Shades of Psychedelic Purple #E90FFA
Tints of Psychedelic Purple #E90FFA
RGB
CMYK
RGB Variations
Color information
#E90FFA (or 0xE90FFA) is known color: Psychedelic Purple. HEX triplet: E9, 0F and FA. RGB value is (233,15,250). Sum of RGB (Red+Green+Blue) = 233+15+250=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 15 (6.25% from 255 or 3.01% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #E90FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90FFA is #16F005. Grayscale: #6A6A6A. Windows color (decimal): -1503238 or 16388073. OLE color: 16388073.
HSL color Cylindrical-coordinate representation of color #E90FFA: hue angle of 295.66º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90FFA is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 15 | 250 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.02 |
| HSL | 295.66º | 0.96% | 0.52% | - |
| HSV(B) | 295.66º | 0.94% | 0.98% | - |
| XYZ | 51.03 | 24.57 | 92.49 | - |
| YUV | 106.97 | 208.72 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 250 | 0.07 | 0.94 | 0 | 0.02 | 295.66 | 0.96 | 0.52 |
| Hex | E9 | F | FA | 7 | 5E | 0 | 2 | 128 | 60 | 34 |
| Octal | 351 | 17 | 372 | 7 | 136 | 0 | 2 | 450 | 140 | 64 |
| Binary | 11101001 | 1111 | 11111010 | 111 | 1011110 | 0 | 10 | 100101000 | 1100000 | 110100 |
Color Harmonies of #E90FFA
Complementary color
Monochromatic Colors of #E90FFA
Black with #E90FFA
Text Example
Text Example
White with #E90FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FFA; }
p { color: rgb(233,15,250); }
H1.HeaderClassName
{
color: #E90FFA;
}
.AnyTagClassName
{
color: #E90FFA;
}
</style>
background-color css
<style>
a { background-color: #E90FFA; }
a { background-color: rgb(233,15,250); }
div.DivClassName
{
background-color: #E90FFA;
}
.BgClassName
{
background-color: #E90FFA;
}
</style>
border-color css
<style>
span { border-color: #E90FFA; }
span { border-color: rgb(233,15,250); }
td.TdClassName
{
border-color: #E90FFA;
}
.TagClassName
{
border-color: #E90FFA;
}
</style>