Shades of Psychedelic Purple #E910EC
Tints of Psychedelic Purple #E910EC
RGB
CMYK
RGB Variations
Color information
#E910EC (or 0xE910EC) is known color: Psychedelic Purple. HEX triplet: E9, 10 and EC. RGB value is (233,16,236). Sum of RGB (Red+Green+Blue) = 233+16+236=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #E910EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E910EC is #16EF13. Grayscale: #696969. Windows color (decimal): -1502996 or 15470825. OLE color: 15470825.
HSL color Cylindrical-coordinate representation of color #E910EC: hue angle of 299.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E910EC is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 16 | 236 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.07 |
| HSL | 299.18º | 0.87% | 0.49% | - |
| HSV(B) | 299.18º | 0.93% | 0.93% | - |
| XYZ | 48.93 | 23.75 | 81.36 | - |
| YUV | 105.96 | 201.39 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 236 | 0.01 | 0.93 | 0 | 0.07 | 299.18 | 0.87 | 0.49 |
| Hex | E9 | 10 | EC | 1 | 5D | 0 | 7 | 12B | 57 | 31 |
| Octal | 351 | 20 | 354 | 1 | 135 | 0 | 7 | 453 | 127 | 61 |
| Binary | 11101001 | 10000 | 11101100 | 1 | 1011101 | 0 | 111 | 100101011 | 1010111 | 110001 |
Color Harmonies of #E910EC
Complementary color
Monochromatic Colors of #E910EC
Black with #E910EC
Text Example
Text Example
White with #E910EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E910EC; }
p { color: rgb(233,16,236); }
H1.HeaderClassName
{
color: #E910EC;
}
.AnyTagClassName
{
color: #E910EC;
}
</style>
background-color css
<style>
a { background-color: #E910EC; }
a { background-color: rgb(233,16,236); }
div.DivClassName
{
background-color: #E910EC;
}
.BgClassName
{
background-color: #E910EC;
}
</style>
border-color css
<style>
span { border-color: #E910EC; }
span { border-color: rgb(233,16,236); }
td.TdClassName
{
border-color: #E910EC;
}
.TagClassName
{
border-color: #E910EC;
}
</style>