Shades of Psychedelic Purple #E926FA
Tints of Psychedelic Purple #E926FA
RGB
CMYK
RGB Variations
Color information
#E926FA (or 0xE926FA) is known color: Psychedelic Purple. HEX triplet: E9, 26 and FA. RGB value is (233,38,250). Sum of RGB (Red+Green+Blue) = 233+38+250=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 38 (15.23% from 255 or 7.29% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #E926FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E926FA is #16D905. Grayscale: #777777. Windows color (decimal): -1497350 or 16393961. OLE color: 16393961.
HSL color Cylindrical-coordinate representation of color #E926FA: hue angle of 295.19º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E926FA is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 38 | 250 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.02 |
| HSL | 295.19º | 0.95% | 0.56% | - |
| HSV(B) | 295.19º | 0.85% | 0.98% | - |
| XYZ | 51.55 | 25.61 | 92.67 | - |
| YUV | 120.47 | 201.1 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 250 | 0.07 | 0.85 | 0 | 0.02 | 295.19 | 0.95 | 0.56 |
| Hex | E9 | 26 | FA | 7 | 55 | 0 | 2 | 127 | 5F | 38 |
| Octal | 351 | 46 | 372 | 7 | 125 | 0 | 2 | 447 | 137 | 70 |
| Binary | 11101001 | 100110 | 11111010 | 111 | 1010101 | 0 | 10 | 100100111 | 1011111 | 111000 |
Color Harmonies of #E926FA
Complementary color
Monochromatic Colors of #E926FA
Black with #E926FA
Text Example
Text Example
White with #E926FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E926FA; }
p { color: rgb(233,38,250); }
H1.HeaderClassName
{
color: #E926FA;
}
.AnyTagClassName
{
color: #E926FA;
}
</style>
background-color css
<style>
a { background-color: #E926FA; }
a { background-color: rgb(233,38,250); }
div.DivClassName
{
background-color: #E926FA;
}
.BgClassName
{
background-color: #E926FA;
}
</style>
border-color css
<style>
span { border-color: #E926FA; }
span { border-color: rgb(233,38,250); }
td.TdClassName
{
border-color: #E926FA;
}
.TagClassName
{
border-color: #E926FA;
}
</style>