Shades of Psychedelic Purple #E511E7
Tints of Psychedelic Purple #E511E7
RGB
CMYK
RGB Variations
Color information
#E511E7 (or 0xE511E7) is known color: Psychedelic Purple. HEX triplet: E5, 11 and E7. RGB value is (229,17,231). Sum of RGB (Red+Green+Blue) = 229+17+231=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 17 (7.03% from 255 or 3.56% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #E511E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E511E7 is #1AEE18. Grayscale: #686868. Windows color (decimal): -1764889 or 15143397. OLE color: 15143397.
HSL color Cylindrical-coordinate representation of color #E511E7: hue angle of 299.44º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E511E7 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 17 | 231 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.09 |
| HSL | 299.44º | 0.86% | 0.49% | - |
| HSV(B) | 299.44º | 0.93% | 0.91% | - |
| XYZ | 46.94 | 22.83 | 77.53 | - |
| YUV | 104.78 | 199.24 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 231 | 0.01 | 0.93 | 0 | 0.09 | 299.44 | 0.86 | 0.49 |
| Hex | E5 | 11 | E7 | 1 | 5D | 0 | 9 | 12B | 56 | 31 |
| Octal | 345 | 21 | 347 | 1 | 135 | 0 | 11 | 453 | 126 | 61 |
| Binary | 11100101 | 10001 | 11100111 | 1 | 1011101 | 0 | 1001 | 100101011 | 1010110 | 110001 |
Color Harmonies of #E511E7
Complementary color
Monochromatic Colors of #E511E7
Black with #E511E7
Text Example
Text Example
White with #E511E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E511E7; }
p { color: rgb(229,17,231); }
H1.HeaderClassName
{
color: #E511E7;
}
.AnyTagClassName
{
color: #E511E7;
}
</style>
background-color css
<style>
a { background-color: #E511E7; }
a { background-color: rgb(229,17,231); }
div.DivClassName
{
background-color: #E511E7;
}
.BgClassName
{
background-color: #E511E7;
}
</style>
border-color css
<style>
span { border-color: #E511E7; }
span { border-color: rgb(229,17,231); }
td.TdClassName
{
border-color: #E511E7;
}
.TagClassName
{
border-color: #E511E7;
}
</style>