Shades of Psychedelic Purple #E711F0
Tints of Psychedelic Purple #E711F0
RGB
CMYK
RGB Variations
Color information
#E711F0 (or 0xE711F0) is known color: Psychedelic Purple. HEX triplet: E7, 11 and F0. RGB value is (231,17,240). Sum of RGB (Red+Green+Blue) = 231+17+240=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 17 (7.03% from 255 or 3.48% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #E711F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E711F0 is #18EE0F. Grayscale: #696969. Windows color (decimal): -1633808 or 15733223. OLE color: 15733223.
HSL color Cylindrical-coordinate representation of color #E711F0: hue angle of 297.58º degrees, saturation: 0.88, 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 #E711F0 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 17 | 240 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.06 |
| HSL | 297.58º | 0.88% | 0.5% | - |
| HSV(B) | 297.58º | 0.93% | 0.94% | - |
| XYZ | 48.88 | 23.68 | 84.43 | - |
| YUV | 106.41 | 203.4 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 240 | 0.04 | 0.93 | 0 | 0.06 | 297.58 | 0.88 | 0.5 |
| Hex | E7 | 11 | F0 | 4 | 5D | 0 | 6 | 12A | 58 | 32 |
| Octal | 347 | 21 | 360 | 4 | 135 | 0 | 6 | 452 | 130 | 62 |
| Binary | 11100111 | 10001 | 11110000 | 100 | 1011101 | 0 | 110 | 100101010 | 1011000 | 110010 |
Color Harmonies of #E711F0
Complementary color
Monochromatic Colors of #E711F0
Black with #E711F0
Text Example
Text Example
White with #E711F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E711F0; }
p { color: rgb(231,17,240); }
H1.HeaderClassName
{
color: #E711F0;
}
.AnyTagClassName
{
color: #E711F0;
}
</style>
background-color css
<style>
a { background-color: #E711F0; }
a { background-color: rgb(231,17,240); }
div.DivClassName
{
background-color: #E711F0;
}
.BgClassName
{
background-color: #E711F0;
}
</style>
border-color css
<style>
span { border-color: #E711F0; }
span { border-color: rgb(231,17,240); }
td.TdClassName
{
border-color: #E711F0;
}
.TagClassName
{
border-color: #E711F0;
}
</style>