Shades of Psychedelic Purple #E926ED
Tints of Psychedelic Purple #E926ED
RGB
CMYK
RGB Variations
Color information
#E926ED (or 0xE926ED) is known color: Psychedelic Purple. HEX triplet: E9, 26 and ED. RGB value is (233,38,237). Sum of RGB (Red+Green+Blue) = 233+38+237=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 38 (15.23% from 255 or 7.48% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #E926ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E926ED is #16D912. Grayscale: #767676. Windows color (decimal): -1497363 or 15541993. OLE color: 15541993.
HSL color Cylindrical-coordinate representation of color #E926ED: hue angle of 298.79º degrees, saturation: 0.85, 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 #E926ED is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 38 | 237 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.07 |
| HSL | 298.79º | 0.85% | 0.54% | - |
| HSV(B) | 298.79º | 0.84% | 0.93% | - |
| XYZ | 49.58 | 24.82 | 82.3 | - |
| YUV | 118.99 | 194.6 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 38 | 237 | 0.02 | 0.84 | 0 | 0.07 | 298.79 | 0.85 | 0.54 |
| Hex | E9 | 26 | ED | 2 | 54 | 0 | 7 | 12B | 55 | 36 |
| Octal | 351 | 46 | 355 | 2 | 124 | 0 | 7 | 453 | 125 | 66 |
| Binary | 11101001 | 100110 | 11101101 | 10 | 1010100 | 0 | 111 | 100101011 | 1010101 | 110110 |
Color Harmonies of #E926ED
Complementary color
Monochromatic Colors of #E926ED
Black with #E926ED
Text Example
Text Example
White with #E926ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E926ED; }
p { color: rgb(233,38,237); }
H1.HeaderClassName
{
color: #E926ED;
}
.AnyTagClassName
{
color: #E926ED;
}
</style>
background-color css
<style>
a { background-color: #E926ED; }
a { background-color: rgb(233,38,237); }
div.DivClassName
{
background-color: #E926ED;
}
.BgClassName
{
background-color: #E926ED;
}
</style>
border-color css
<style>
span { border-color: #E926ED; }
span { border-color: rgb(233,38,237); }
td.TdClassName
{
border-color: #E926ED;
}
.TagClassName
{
border-color: #E926ED;
}
</style>