Shades of Psychedelic Purple #E916ED
Tints of Psychedelic Purple #E916ED
RGB
CMYK
RGB Variations
Color information
#E916ED (or 0xE916ED) is known color: Psychedelic Purple. HEX triplet: E9, 16 and ED. RGB value is (233,22,237). Sum of RGB (Red+Green+Blue) = 233+22+237=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 22 (8.98% from 255 or 4.47% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #E916ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E916ED is #16E912. Grayscale: #6C6C6C. Windows color (decimal): -1501459 or 15537897. OLE color: 15537897.
HSL color Cylindrical-coordinate representation of color #E916ED: hue angle of 298.88º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E916ED is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 22 | 237 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.07 |
| HSL | 298.88º | 0.86% | 0.51% | - |
| HSV(B) | 298.88º | 0.91% | 0.93% | - |
| XYZ | 49.18 | 24.01 | 82.16 | - |
| YUV | 109.6 | 199.9 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 237 | 0.02 | 0.91 | 0 | 0.07 | 298.88 | 0.86 | 0.51 |
| Hex | E9 | 16 | ED | 2 | 5B | 0 | 7 | 12B | 56 | 33 |
| Octal | 351 | 26 | 355 | 2 | 133 | 0 | 7 | 453 | 126 | 63 |
| Binary | 11101001 | 10110 | 11101101 | 10 | 1011011 | 0 | 111 | 100101011 | 1010110 | 110011 |
Color Harmonies of #E916ED
Complementary color
Monochromatic Colors of #E916ED
Black with #E916ED
Text Example
Text Example
White with #E916ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E916ED; }
p { color: rgb(233,22,237); }
H1.HeaderClassName
{
color: #E916ED;
}
.AnyTagClassName
{
color: #E916ED;
}
</style>
background-color css
<style>
a { background-color: #E916ED; }
a { background-color: rgb(233,22,237); }
div.DivClassName
{
background-color: #E916ED;
}
.BgClassName
{
background-color: #E916ED;
}
</style>
border-color css
<style>
span { border-color: #E916ED; }
span { border-color: rgb(233,22,237); }
td.TdClassName
{
border-color: #E916ED;
}
.TagClassName
{
border-color: #E916ED;
}
</style>