Shades of Psychedelic Purple #E711EB
Tints of Psychedelic Purple #E711EB
RGB
CMYK
RGB Variations
Color information
#E711EB (or 0xE711EB) is known color: Psychedelic Purple. HEX triplet: E7, 11 and EB. RGB value is (231,17,235). Sum of RGB (Red+Green+Blue) = 231+17+235=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #E711EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E711EB is #18EE14. Grayscale: #696969. Windows color (decimal): -1633813 or 15405543. OLE color: 15405543.
HSL color Cylindrical-coordinate representation of color #E711EB: hue angle of 298.9º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711EB is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 17 | 235 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.08 |
| HSL | 298.9º | 0.87% | 0.49% | - |
| HSV(B) | 298.9º | 0.93% | 0.92% | - |
| XYZ | 48.15 | 23.39 | 80.57 | - |
| YUV | 105.84 | 200.9 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 235 | 0.02 | 0.93 | 0 | 0.08 | 298.9 | 0.87 | 0.49 |
| Hex | E7 | 11 | EB | 2 | 5D | 0 | 8 | 12B | 57 | 31 |
| Octal | 347 | 21 | 353 | 2 | 135 | 0 | 10 | 453 | 127 | 61 |
| Binary | 11100111 | 10001 | 11101011 | 10 | 1011101 | 0 | 1000 | 100101011 | 1010111 | 110001 |
Color Harmonies of #E711EB
Complementary color
Monochromatic Colors of #E711EB
Black with #E711EB
Text Example
Text Example
White with #E711EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E711EB; }
p { color: rgb(231,17,235); }
H1.HeaderClassName
{
color: #E711EB;
}
.AnyTagClassName
{
color: #E711EB;
}
</style>
background-color css
<style>
a { background-color: #E711EB; }
a { background-color: rgb(231,17,235); }
div.DivClassName
{
background-color: #E711EB;
}
.BgClassName
{
background-color: #E711EB;
}
</style>
border-color css
<style>
span { border-color: #E711EB; }
span { border-color: rgb(231,17,235); }
td.TdClassName
{
border-color: #E711EB;
}
.TagClassName
{
border-color: #E711EB;
}
</style>