Shades of Psychedelic Purple #E721FD
Tints of Psychedelic Purple #E721FD
RGB
CMYK
RGB Variations
Color information
#E721FD (or 0xE721FD) is known color: Psychedelic Purple. HEX triplet: E7, 21 and FD. RGB value is (231,33,253). Sum of RGB (Red+Green+Blue) = 231+33+253=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 33 (13.28% from 255 or 6.38% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #E721FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E721FD is #18DE02. Grayscale: #747474. Windows color (decimal): -1629699 or 16589287. OLE color: 16589287.
HSL color Cylindrical-coordinate representation of color #E721FD: hue angle of 294º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E721FD is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 33 | 253 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.01 |
| HSL | 294º | 0.98% | 0.56% | - |
| HSV(B) | 294º | 0.87% | 0.99% | - |
| XYZ | 51.23 | 25.17 | 95.09 | - |
| YUV | 117.28 | 204.6 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 253 | 0.09 | 0.87 | 0 | 0.01 | 294 | 0.98 | 0.56 |
| Hex | E7 | 21 | FD | 9 | 57 | 0 | 1 | 126 | 62 | 38 |
| Octal | 347 | 41 | 375 | 11 | 127 | 0 | 1 | 446 | 142 | 70 |
| Binary | 11100111 | 100001 | 11111101 | 1001 | 1010111 | 0 | 1 | 100100110 | 1100010 | 111000 |
Color Harmonies of #E721FD
Complementary color
Monochromatic Colors of #E721FD
Black with #E721FD
Text Example
Text Example
White with #E721FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721FD; }
p { color: rgb(231,33,253); }
H1.HeaderClassName
{
color: #E721FD;
}
.AnyTagClassName
{
color: #E721FD;
}
</style>
background-color css
<style>
a { background-color: #E721FD; }
a { background-color: rgb(231,33,253); }
div.DivClassName
{
background-color: #E721FD;
}
.BgClassName
{
background-color: #E721FD;
}
</style>
border-color css
<style>
span { border-color: #E721FD; }
span { border-color: rgb(231,33,253); }
td.TdClassName
{
border-color: #E721FD;
}
.TagClassName
{
border-color: #E721FD;
}
</style>