Shades of Psychedelic Purple #E711ED
Tints of Psychedelic Purple #E711ED
RGB
CMYK
RGB Variations
Color information
#E711ED (or 0xE711ED) is known color: Psychedelic Purple. HEX triplet: E7, 11 and ED. RGB value is (231,17,237). Sum of RGB (Red+Green+Blue) = 231+17+237=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #E711ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E711ED is #18EE12. Grayscale: #696969. Windows color (decimal): -1633811 or 15536615. OLE color: 15536615.
HSL color Cylindrical-coordinate representation of color #E711ED: hue angle of 298.36º 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 #E711ED is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 17 | 237 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.07 |
| HSL | 298.36º | 0.87% | 0.5% | - |
| HSV(B) | 298.36º | 0.93% | 0.93% | - |
| XYZ | 48.44 | 23.5 | 82.1 | - |
| YUV | 106.07 | 201.9 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 237 | 0.03 | 0.93 | 0 | 0.07 | 298.36 | 0.87 | 0.5 |
| Hex | E7 | 11 | ED | 3 | 5D | 0 | 7 | 12A | 57 | 32 |
| Octal | 347 | 21 | 355 | 3 | 135 | 0 | 7 | 452 | 127 | 62 |
| Binary | 11100111 | 10001 | 11101101 | 11 | 1011101 | 0 | 111 | 100101010 | 1010111 | 110010 |
Color Harmonies of #E711ED
Complementary color
Monochromatic Colors of #E711ED
Black with #E711ED
Text Example
Text Example
White with #E711ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E711ED; }
p { color: rgb(231,17,237); }
H1.HeaderClassName
{
color: #E711ED;
}
.AnyTagClassName
{
color: #E711ED;
}
</style>
background-color css
<style>
a { background-color: #E711ED; }
a { background-color: rgb(231,17,237); }
div.DivClassName
{
background-color: #E711ED;
}
.BgClassName
{
background-color: #E711ED;
}
</style>
border-color css
<style>
span { border-color: #E711ED; }
span { border-color: rgb(231,17,237); }
td.TdClassName
{
border-color: #E711ED;
}
.TagClassName
{
border-color: #E711ED;
}
</style>