Shades of Psychedelic Purple #E928ED
Tints of Psychedelic Purple #E928ED
RGB
CMYK
RGB Variations
Color information
#E928ED (or 0xE928ED) is known color: Psychedelic Purple. HEX triplet: E9, 28 and ED. RGB value is (233,40,237). Sum of RGB (Red+Green+Blue) = 233+40+237=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 40 (16.02% from 255 or 7.84% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #E928ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E928ED is #16D712. Grayscale: #777777. Windows color (decimal): -1496851 or 15542505. OLE color: 15542505.
HSL color Cylindrical-coordinate representation of color #E928ED: hue angle of 298.78º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E928ED is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 40 | 237 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.07 |
| HSL | 298.78º | 0.85% | 0.54% | - |
| HSV(B) | 298.78º | 0.83% | 0.93% | - |
| XYZ | 49.65 | 24.96 | 82.32 | - |
| YUV | 120.17 | 193.94 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 237 | 0.02 | 0.83 | 0 | 0.07 | 298.78 | 0.85 | 0.54 |
| Hex | E9 | 28 | ED | 2 | 53 | 0 | 7 | 12B | 55 | 36 |
| Octal | 351 | 50 | 355 | 2 | 123 | 0 | 7 | 453 | 125 | 66 |
| Binary | 11101001 | 101000 | 11101101 | 10 | 1010011 | 0 | 111 | 100101011 | 1010101 | 110110 |
Color Harmonies of #E928ED
Complementary color
Monochromatic Colors of #E928ED
Black with #E928ED
Text Example
Text Example
White with #E928ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E928ED; }
p { color: rgb(233,40,237); }
H1.HeaderClassName
{
color: #E928ED;
}
.AnyTagClassName
{
color: #E928ED;
}
</style>
background-color css
<style>
a { background-color: #E928ED; }
a { background-color: rgb(233,40,237); }
div.DivClassName
{
background-color: #E928ED;
}
.BgClassName
{
background-color: #E928ED;
}
</style>
border-color css
<style>
span { border-color: #E928ED; }
span { border-color: rgb(233,40,237); }
td.TdClassName
{
border-color: #E928ED;
}
.TagClassName
{
border-color: #E928ED;
}
</style>