Shades of Psychedelic Purple #E71FFD
Tints of Psychedelic Purple #E71FFD
RGB
CMYK
RGB Variations
Color information
#E71FFD (or 0xE71FFD) is known color: Psychedelic Purple. HEX triplet: E7, 1F and FD. RGB value is (231,31,253). Sum of RGB (Red+Green+Blue) = 231+31+253=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 31 (12.5% from 255 or 6.02% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #E71FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71FFD is #18E002. Grayscale: #737373. Windows color (decimal): -1630211 or 16588775. OLE color: 16588775.
HSL color Cylindrical-coordinate representation of color #E71FFD: hue angle of 294.05º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71FFD is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 31 | 253 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.01 |
| HSL | 294.05º | 0.98% | 0.56% | - |
| HSV(B) | 294.05º | 0.88% | 0.99% | - |
| XYZ | 51.17 | 25.06 | 95.07 | - |
| YUV | 116.11 | 205.26 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 253 | 0.09 | 0.88 | 0 | 0.01 | 294.05 | 0.98 | 0.56 |
| Hex | E7 | 1F | FD | 9 | 58 | 0 | 1 | 126 | 62 | 38 |
| Octal | 347 | 37 | 375 | 11 | 130 | 0 | 1 | 446 | 142 | 70 |
| Binary | 11100111 | 11111 | 11111101 | 1001 | 1011000 | 0 | 1 | 100100110 | 1100010 | 111000 |
Color Harmonies of #E71FFD
Complementary color
Monochromatic Colors of #E71FFD
Black with #E71FFD
Text Example
Text Example
White with #E71FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71FFD; }
p { color: rgb(231,31,253); }
H1.HeaderClassName
{
color: #E71FFD;
}
.AnyTagClassName
{
color: #E71FFD;
}
</style>
background-color css
<style>
a { background-color: #E71FFD; }
a { background-color: rgb(231,31,253); }
div.DivClassName
{
background-color: #E71FFD;
}
.BgClassName
{
background-color: #E71FFD;
}
</style>
border-color css
<style>
span { border-color: #E71FFD; }
span { border-color: rgb(231,31,253); }
td.TdClassName
{
border-color: #E71FFD;
}
.TagClassName
{
border-color: #E71FFD;
}
</style>