Shades of Psychedelic Purple #E910EF
Tints of Psychedelic Purple #E910EF
RGB
CMYK
RGB Variations
Color information
#E910EF (or 0xE910EF) is known color: Psychedelic Purple. HEX triplet: E9, 10 and EF. RGB value is (233,16,239). Sum of RGB (Red+Green+Blue) = 233+16+239=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #E910EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E910EF is #16EF10. Grayscale: #696969. Windows color (decimal): -1502993 or 15667433. OLE color: 15667433.
HSL color Cylindrical-coordinate representation of color #E910EF: hue angle of 298.39º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E910EF is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 16 | 239 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.06 |
| HSL | 298.39º | 0.87% | 0.5% | - |
| HSV(B) | 298.39º | 0.93% | 0.94% | - |
| XYZ | 49.37 | 23.93 | 83.68 | - |
| YUV | 106.31 | 202.89 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 239 | 0.03 | 0.93 | 0 | 0.06 | 298.39 | 0.87 | 0.5 |
| Hex | E9 | 10 | EF | 3 | 5D | 0 | 6 | 12A | 57 | 32 |
| Octal | 351 | 20 | 357 | 3 | 135 | 0 | 6 | 452 | 127 | 62 |
| Binary | 11101001 | 10000 | 11101111 | 11 | 1011101 | 0 | 110 | 100101010 | 1010111 | 110010 |
Color Harmonies of #E910EF
Complementary color
Monochromatic Colors of #E910EF
Black with #E910EF
Text Example
Text Example
White with #E910EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E910EF; }
p { color: rgb(233,16,239); }
H1.HeaderClassName
{
color: #E910EF;
}
.AnyTagClassName
{
color: #E910EF;
}
</style>
background-color css
<style>
a { background-color: #E910EF; }
a { background-color: rgb(233,16,239); }
div.DivClassName
{
background-color: #E910EF;
}
.BgClassName
{
background-color: #E910EF;
}
</style>
border-color css
<style>
span { border-color: #E910EF; }
span { border-color: rgb(233,16,239); }
td.TdClassName
{
border-color: #E910EF;
}
.TagClassName
{
border-color: #E910EF;
}
</style>