Shades of Psychedelic Purple #E926EC
Tints of Psychedelic Purple #E926EC
RGB
CMYK
RGB Variations
Color information
#E926EC (or 0xE926EC) is known color: Psychedelic Purple. HEX triplet: E9, 26 and EC. RGB value is (233,38,236). Sum of RGB (Red+Green+Blue) = 233+38+236=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 38 (15.23% from 255 or 7.50% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #E926EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E926EC is #16D913. Grayscale: #767676. Windows color (decimal): -1497364 or 15476457. OLE color: 15476457.
HSL color Cylindrical-coordinate representation of color #E926EC: hue angle of 299.09º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E926EC is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 38 | 236 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.07 |
| HSL | 299.09º | 0.84% | 0.54% | - |
| HSV(B) | 299.09º | 0.84% | 0.93% | - |
| XYZ | 49.44 | 24.77 | 81.53 | - |
| YUV | 118.88 | 194.1 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 236 | 0.01 | 0.84 | 0 | 0.07 | 299.09 | 0.84 | 0.54 |
| Hex | E9 | 26 | EC | 1 | 54 | 0 | 7 | 12B | 54 | 36 |
| Octal | 351 | 46 | 354 | 1 | 124 | 0 | 7 | 453 | 124 | 66 |
| Binary | 11101001 | 100110 | 11101100 | 1 | 1010100 | 0 | 111 | 100101011 | 1010100 | 110110 |
Color Harmonies of #E926EC
Complementary color
Monochromatic Colors of #E926EC
Black with #E926EC
Text Example
Text Example
White with #E926EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E926EC; }
p { color: rgb(233,38,236); }
H1.HeaderClassName
{
color: #E926EC;
}
.AnyTagClassName
{
color: #E926EC;
}
</style>
background-color css
<style>
a { background-color: #E926EC; }
a { background-color: rgb(233,38,236); }
div.DivClassName
{
background-color: #E926EC;
}
.BgClassName
{
background-color: #E926EC;
}
</style>
border-color css
<style>
span { border-color: #E926EC; }
span { border-color: rgb(233,38,236); }
td.TdClassName
{
border-color: #E926EC;
}
.TagClassName
{
border-color: #E926EC;
}
</style>