Shades of Psychedelic Purple #E91EEB
Tints of Psychedelic Purple #E91EEB
RGB
CMYK
RGB Variations
Color information
#E91EEB (or 0xE91EEB) is known color: Psychedelic Purple. HEX triplet: E9, 1E and EB. RGB value is (233,30,235). Sum of RGB (Red+Green+Blue) = 233+30+235=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 30 (12.11% from 255 or 6.02% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #E91EEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91EEB is #16E114. Grayscale: #717171. Windows color (decimal): -1499413 or 15408873. OLE color: 15408873.
HSL color Cylindrical-coordinate representation of color #E91EEB: hue angle of 299.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E91EEB is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 30 | 235 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.08 |
| HSL | 299.41º | 0.84% | 0.52% | - |
| HSV(B) | 299.41º | 0.87% | 0.92% | - |
| XYZ | 49.06 | 24.25 | 80.69 | - |
| YUV | 114.07 | 196.25 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 30 | 235 | 0.01 | 0.87 | 0 | 0.08 | 299.41 | 0.84 | 0.52 |
| Hex | E9 | 1E | EB | 1 | 57 | 0 | 8 | 12B | 54 | 34 |
| Octal | 351 | 36 | 353 | 1 | 127 | 0 | 10 | 453 | 124 | 64 |
| Binary | 11101001 | 11110 | 11101011 | 1 | 1010111 | 0 | 1000 | 100101011 | 1010100 | 110100 |
Color Harmonies of #E91EEB
Complementary color
Monochromatic Colors of #E91EEB
Black with #E91EEB
Text Example
Text Example
White with #E91EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91EEB; }
p { color: rgb(233,30,235); }
H1.HeaderClassName
{
color: #E91EEB;
}
.AnyTagClassName
{
color: #E91EEB;
}
</style>
background-color css
<style>
a { background-color: #E91EEB; }
a { background-color: rgb(233,30,235); }
div.DivClassName
{
background-color: #E91EEB;
}
.BgClassName
{
background-color: #E91EEB;
}
</style>
border-color css
<style>
span { border-color: #E91EEB; }
span { border-color: rgb(233,30,235); }
td.TdClassName
{
border-color: #E91EEB;
}
.TagClassName
{
border-color: #E91EEB;
}
</style>