Shades of Psychedelic Purple #E910EE
Tints of Psychedelic Purple #E910EE
RGB
CMYK
RGB Variations
Color information
#E910EE (or 0xE910EE) is known color: Psychedelic Purple. HEX triplet: E9, 10 and EE. RGB value is (233,16,238). Sum of RGB (Red+Green+Blue) = 233+16+238=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 16 (6.64% from 255 or 3.29% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #E910EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E910EE is #16EF11. Grayscale: #696969. Windows color (decimal): -1502994 or 15601897. OLE color: 15601897.
HSL color Cylindrical-coordinate representation of color #E910EE: hue angle of 298.65º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E910EE is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 16 | 238 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.07 |
| HSL | 298.65º | 0.87% | 0.5% | - |
| HSV(B) | 298.65º | 0.93% | 0.93% | - |
| XYZ | 49.22 | 23.87 | 82.9 | - |
| YUV | 106.19 | 202.39 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 238 | 0.02 | 0.93 | 0 | 0.07 | 298.65 | 0.87 | 0.5 |
| Hex | E9 | 10 | EE | 2 | 5D | 0 | 7 | 12B | 57 | 32 |
| Octal | 351 | 20 | 356 | 2 | 135 | 0 | 7 | 453 | 127 | 62 |
| Binary | 11101001 | 10000 | 11101110 | 10 | 1011101 | 0 | 111 | 100101011 | 1010111 | 110010 |
Color Harmonies of #E910EE
Complementary color
Monochromatic Colors of #E910EE
Black with #E910EE
Text Example
Text Example
White with #E910EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E910EE; }
p { color: rgb(233,16,238); }
H1.HeaderClassName
{
color: #E910EE;
}
.AnyTagClassName
{
color: #E910EE;
}
</style>
background-color css
<style>
a { background-color: #E910EE; }
a { background-color: rgb(233,16,238); }
div.DivClassName
{
background-color: #E910EE;
}
.BgClassName
{
background-color: #E910EE;
}
</style>
border-color css
<style>
span { border-color: #E910EE; }
span { border-color: rgb(233,16,238); }
td.TdClassName
{
border-color: #E910EE;
}
.TagClassName
{
border-color: #E910EE;
}
</style>