Shades of Psychedelic Purple #E926EF
Tints of Psychedelic Purple #E926EF
RGB
CMYK
RGB Variations
Color information
#E926EF (or 0xE926EF) is known color: Psychedelic Purple. HEX triplet: E9, 26 and EF. RGB value is (233,38,239). Sum of RGB (Red+Green+Blue) = 233+38+239=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 38 (15.23% from 255 or 7.45% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #E926EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E926EF is #16D910. Grayscale: #767676. Windows color (decimal): -1497361 or 15673065. OLE color: 15673065.
HSL color Cylindrical-coordinate representation of color #E926EF: hue angle of 298.21º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E926EF is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 38 | 239 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.06 |
| HSL | 298.21º | 0.86% | 0.54% | - |
| HSV(B) | 298.21º | 0.84% | 0.94% | - |
| XYZ | 49.88 | 24.94 | 83.85 | - |
| YUV | 119.22 | 195.6 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 239 | 0.03 | 0.84 | 0 | 0.06 | 298.21 | 0.86 | 0.54 |
| Hex | E9 | 26 | EF | 3 | 54 | 0 | 6 | 12A | 56 | 36 |
| Octal | 351 | 46 | 357 | 3 | 124 | 0 | 6 | 452 | 126 | 66 |
| Binary | 11101001 | 100110 | 11101111 | 11 | 1010100 | 0 | 110 | 100101010 | 1010110 | 110110 |
Color Harmonies of #E926EF
Complementary color
Monochromatic Colors of #E926EF
Black with #E926EF
Text Example
Text Example
White with #E926EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E926EF; }
p { color: rgb(233,38,239); }
H1.HeaderClassName
{
color: #E926EF;
}
.AnyTagClassName
{
color: #E926EF;
}
</style>
background-color css
<style>
a { background-color: #E926EF; }
a { background-color: rgb(233,38,239); }
div.DivClassName
{
background-color: #E926EF;
}
.BgClassName
{
background-color: #E926EF;
}
</style>
border-color css
<style>
span { border-color: #E926EF; }
span { border-color: rgb(233,38,239); }
td.TdClassName
{
border-color: #E926EF;
}
.TagClassName
{
border-color: #E926EF;
}
</style>