Shades of Psychedelic Purple #E71EFD
Tints of Psychedelic Purple #E71EFD
RGB
CMYK
RGB Variations
Color information
#E71EFD (or 0xE71EFD) is known color: Psychedelic Purple. HEX triplet: E7, 1E and FD. RGB value is (231,30,253). Sum of RGB (Red+Green+Blue) = 231+30+253=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 30 (12.11% from 255 or 5.84% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #E71EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71EFD is #18E102. Grayscale: #727272. Windows color (decimal): -1630467 or 16588519. OLE color: 16588519.
HSL color Cylindrical-coordinate representation of color #E71EFD: hue angle of 294.08º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71EFD is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 30 | 253 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.01 |
| HSL | 294.08º | 0.98% | 0.55% | - |
| HSV(B) | 294.08º | 0.88% | 0.99% | - |
| XYZ | 51.15 | 25.01 | 95.06 | - |
| YUV | 115.52 | 205.59 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 30 | 253 | 0.09 | 0.88 | 0 | 0.01 | 294.08 | 0.98 | 0.55 |
| Hex | E7 | 1E | FD | 9 | 58 | 0 | 1 | 126 | 62 | 37 |
| Octal | 347 | 36 | 375 | 11 | 130 | 0 | 1 | 446 | 142 | 67 |
| Binary | 11100111 | 11110 | 11111101 | 1001 | 1011000 | 0 | 1 | 100100110 | 1100010 | 110111 |
Color Harmonies of #E71EFD
Complementary color
Monochromatic Colors of #E71EFD
Black with #E71EFD
Text Example
Text Example
White with #E71EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71EFD; }
p { color: rgb(231,30,253); }
H1.HeaderClassName
{
color: #E71EFD;
}
.AnyTagClassName
{
color: #E71EFD;
}
</style>
background-color css
<style>
a { background-color: #E71EFD; }
a { background-color: rgb(231,30,253); }
div.DivClassName
{
background-color: #E71EFD;
}
.BgClassName
{
background-color: #E71EFD;
}
</style>
border-color css
<style>
span { border-color: #E71EFD; }
span { border-color: rgb(231,30,253); }
td.TdClassName
{
border-color: #E71EFD;
}
.TagClassName
{
border-color: #E71EFD;
}
</style>