Shades of Psychedelic Purple #E721E8
Tints of Psychedelic Purple #E721E8
RGB
CMYK
RGB Variations
Color information
#E721E8 (or 0xE721E8) is known color: Psychedelic Purple. HEX triplet: E7, 21 and E8. RGB value is (231,33,232). Sum of RGB (Red+Green+Blue) = 231+33+232=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 33 (13.28% from 255 or 6.65% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #E721E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E721E8 is #18DE17. Grayscale: #727272. Windows color (decimal): -1629720 or 15213031. OLE color: 15213031.
HSL color Cylindrical-coordinate representation of color #E721E8: hue angle of 299.7º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E721E8 is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 33 | 232 | - |
| CMYK | 0.00 | 0.86 | 0 | 0.09 |
| HSL | 299.7º | 0.81% | 0.52% | - |
| HSV(B) | 299.7º | 0.86% | 0.91% | - |
| XYZ | 48.06 | 23.9 | 78.42 | - |
| YUV | 114.89 | 194.1 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 232 | 0.00 | 0.86 | 0 | 0.09 | 299.7 | 0.81 | 0.52 |
| Hex | E7 | 21 | E8 | 0 | 56 | 0 | 9 | 12C | 51 | 34 |
| Octal | 347 | 41 | 350 | 0 | 126 | 0 | 11 | 454 | 121 | 64 |
| Binary | 11100111 | 100001 | 11101000 | 0 | 1010110 | 0 | 1001 | 100101100 | 1010001 | 110100 |
Color Harmonies of #E721E8
Complementary color
Monochromatic Colors of #E721E8
Black with #E721E8
Text Example
Text Example
White with #E721E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721E8; }
p { color: rgb(231,33,232); }
H1.HeaderClassName
{
color: #E721E8;
}
.AnyTagClassName
{
color: #E721E8;
}
</style>
background-color css
<style>
a { background-color: #E721E8; }
a { background-color: rgb(231,33,232); }
div.DivClassName
{
background-color: #E721E8;
}
.BgClassName
{
background-color: #E721E8;
}
</style>
border-color css
<style>
span { border-color: #E721E8; }
span { border-color: rgb(231,33,232); }
td.TdClassName
{
border-color: #E721E8;
}
.TagClassName
{
border-color: #E721E8;
}
</style>