Shades of Psychedelic Purple #E721EE
Tints of Psychedelic Purple #E721EE
RGB
CMYK
RGB Variations
Color information
#E721EE (or 0xE721EE) is known color: Psychedelic Purple. HEX triplet: E7, 21 and EE. RGB value is (231,33,238). Sum of RGB (Red+Green+Blue) = 231+33+238=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 33 (13.28% from 255 or 6.57% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #E721EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E721EE is #18DE11. Grayscale: #727272. Windows color (decimal): -1629714 or 15606247. OLE color: 15606247.
HSL color Cylindrical-coordinate representation of color #E721EE: hue angle of 297.95º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E721EE is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 33 | 238 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.07 |
| HSL | 297.95º | 0.86% | 0.53% | - |
| HSV(B) | 297.95º | 0.86% | 0.93% | - |
| XYZ | 48.93 | 24.25 | 82.99 | - |
| YUV | 115.57 | 197.1 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 238 | 0.03 | 0.86 | 0 | 0.07 | 297.95 | 0.86 | 0.53 |
| Hex | E7 | 21 | EE | 3 | 56 | 0 | 7 | 12A | 56 | 35 |
| Octal | 347 | 41 | 356 | 3 | 126 | 0 | 7 | 452 | 126 | 65 |
| Binary | 11100111 | 100001 | 11101110 | 11 | 1010110 | 0 | 111 | 100101010 | 1010110 | 110101 |
Color Harmonies of #E721EE
Complementary color
Monochromatic Colors of #E721EE
Black with #E721EE
Text Example
Text Example
White with #E721EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721EE; }
p { color: rgb(231,33,238); }
H1.HeaderClassName
{
color: #E721EE;
}
.AnyTagClassName
{
color: #E721EE;
}
</style>
background-color css
<style>
a { background-color: #E721EE; }
a { background-color: rgb(231,33,238); }
div.DivClassName
{
background-color: #E721EE;
}
.BgClassName
{
background-color: #E721EE;
}
</style>
border-color css
<style>
span { border-color: #E721EE; }
span { border-color: rgb(231,33,238); }
td.TdClassName
{
border-color: #E721EE;
}
.TagClassName
{
border-color: #E721EE;
}
</style>