Shades of Psychedelic Purple #E721FF
Tints of Psychedelic Purple #E721FF
RGB
CMYK
RGB Variations
Color information
#E721FF (or 0xE721FF) is known color: Psychedelic Purple. HEX triplet: E7, 21 and FF. RGB value is (231,33,255). Sum of RGB (Red+Green+Blue) = 231+33+255=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 33 (13.28% from 255 or 6.36% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #E721FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E721FF is #18DE00. Grayscale: #747474. Windows color (decimal): -1629697 or 16720359. OLE color: 16720359.
HSL color Cylindrical-coordinate representation of color #E721FF: hue angle of 293.51º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E721FF is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 33 | 255 | - |
| CMYK | 0.09 | 0.87 | 0 | 0 |
| HSL | 293.51º | 1% | 0.56% | - |
| HSV(B) | 293.51º | 0.87% | 1% | - |
| XYZ | 51.55 | 25.3 | 96.77 | - |
| YUV | 117.51 | 205.6 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 255 | 0.09 | 0.87 | 0 | 0 | 293.51 | 1 | 0.56 |
| Hex | E7 | 21 | FF | 9 | 57 | 0 | 0 | 126 | 64 | 38 |
| Octal | 347 | 41 | 377 | 11 | 127 | 0 | 0 | 446 | 144 | 70 |
| Binary | 11100111 | 100001 | 11111111 | 1001 | 1010111 | 0 | 0 | 100100110 | 1100100 | 111000 |
Color Harmonies of #E721FF
Complementary color
Monochromatic Colors of #E721FF
Black with #E721FF
Text Example
Text Example
White with #E721FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721FF; }
p { color: rgb(231,33,255); }
H1.HeaderClassName
{
color: #E721FF;
}
.AnyTagClassName
{
color: #E721FF;
}
</style>
background-color css
<style>
a { background-color: #E721FF; }
a { background-color: rgb(231,33,255); }
div.DivClassName
{
background-color: #E721FF;
}
.BgClassName
{
background-color: #E721FF;
}
</style>
border-color css
<style>
span { border-color: #E721FF; }
span { border-color: rgb(231,33,255); }
td.TdClassName
{
border-color: #E721FF;
}
.TagClassName
{
border-color: #E721FF;
}
</style>