Shades of Psychedelic Purple #E927FA
Tints of Psychedelic Purple #E927FA
RGB
CMYK
RGB Variations
Color information
#E927FA (or 0xE927FA) is known color: Psychedelic Purple. HEX triplet: E9, 27 and FA. RGB value is (233,39,250). Sum of RGB (Red+Green+Blue) = 233+39+250=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 39 (15.62% from 255 or 7.47% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #E927FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E927FA is #16D805. Grayscale: #787878. Windows color (decimal): -1497094 or 16394217. OLE color: 16394217.
HSL color Cylindrical-coordinate representation of color #E927FA: hue angle of 295.17º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E927FA is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 39 | 250 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.02 |
| HSL | 295.17º | 0.95% | 0.57% | - |
| HSV(B) | 295.17º | 0.84% | 0.98% | - |
| XYZ | 51.59 | 25.68 | 92.68 | - |
| YUV | 121.06 | 200.77 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 250 | 0.07 | 0.84 | 0 | 0.02 | 295.17 | 0.95 | 0.57 |
| Hex | E9 | 27 | FA | 7 | 54 | 0 | 2 | 127 | 5F | 39 |
| Octal | 351 | 47 | 372 | 7 | 124 | 0 | 2 | 447 | 137 | 71 |
| Binary | 11101001 | 100111 | 11111010 | 111 | 1010100 | 0 | 10 | 100100111 | 1011111 | 111001 |
Color Harmonies of #E927FA
Complementary color
Monochromatic Colors of #E927FA
Black with #E927FA
Text Example
Text Example
White with #E927FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E927FA; }
p { color: rgb(233,39,250); }
H1.HeaderClassName
{
color: #E927FA;
}
.AnyTagClassName
{
color: #E927FA;
}
</style>
background-color css
<style>
a { background-color: #E927FA; }
a { background-color: rgb(233,39,250); }
div.DivClassName
{
background-color: #E927FA;
}
.BgClassName
{
background-color: #E927FA;
}
</style>
border-color css
<style>
span { border-color: #E927FA; }
span { border-color: rgb(233,39,250); }
td.TdClassName
{
border-color: #E927FA;
}
.TagClassName
{
border-color: #E927FA;
}
</style>