Shades of Psychedelic Purple #E926FC
Tints of Psychedelic Purple #E926FC
RGB
CMYK
RGB Variations
Color information
#E926FC (or 0xE926FC) is known color: Psychedelic Purple. HEX triplet: E9, 26 and FC. RGB value is (233,38,252). Sum of RGB (Red+Green+Blue) = 233+38+252=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 38 (15.23% from 255 or 7.27% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #E926FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E926FC is #16D903. Grayscale: #787878. Windows color (decimal): -1497348 or 16525033. OLE color: 16525033.
HSL color Cylindrical-coordinate representation of color #E926FC: hue angle of 294.67º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E926FC is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 38 | 252 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.01 |
| HSL | 294.67º | 0.97% | 0.57% | - |
| HSV(B) | 294.67º | 0.85% | 0.99% | - |
| XYZ | 51.87 | 25.74 | 94.33 | - |
| YUV | 120.7 | 202.1 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 252 | 0.08 | 0.85 | 0 | 0.01 | 294.67 | 0.97 | 0.57 |
| Hex | E9 | 26 | FC | 8 | 55 | 0 | 1 | 127 | 61 | 39 |
| Octal | 351 | 46 | 374 | 10 | 125 | 0 | 1 | 447 | 141 | 71 |
| Binary | 11101001 | 100110 | 11111100 | 1000 | 1010101 | 0 | 1 | 100100111 | 1100001 | 111001 |
Color Harmonies of #E926FC
Complementary color
Monochromatic Colors of #E926FC
Black with #E926FC
Text Example
Text Example
White with #E926FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E926FC; }
p { color: rgb(233,38,252); }
H1.HeaderClassName
{
color: #E926FC;
}
.AnyTagClassName
{
color: #E926FC;
}
</style>
background-color css
<style>
a { background-color: #E926FC; }
a { background-color: rgb(233,38,252); }
div.DivClassName
{
background-color: #E926FC;
}
.BgClassName
{
background-color: #E926FC;
}
</style>
border-color css
<style>
span { border-color: #E926FC; }
span { border-color: rgb(233,38,252); }
td.TdClassName
{
border-color: #E926FC;
}
.TagClassName
{
border-color: #E926FC;
}
</style>