Shades of Psychedelic Purple #E71BFD
Tints of Psychedelic Purple #E71BFD
RGB
CMYK
RGB Variations
Color information
#E71BFD (or 0xE71BFD) is known color: Psychedelic Purple. HEX triplet: E7, 1B and FD. RGB value is (231,27,253). Sum of RGB (Red+Green+Blue) = 231+27+253=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 27 (10.94% from 255 or 5.28% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #E71BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71BFD is #18E402. Grayscale: #717171. Windows color (decimal): -1631235 or 16587751. OLE color: 16587751.
HSL color Cylindrical-coordinate representation of color #E71BFD: hue angle of 294.16º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71BFD is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 27 | 253 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.01 |
| HSL | 294.16º | 0.98% | 0.55% | - |
| HSV(B) | 294.16º | 0.89% | 0.99% | - |
| XYZ | 51.08 | 24.86 | 95.04 | - |
| YUV | 113.76 | 206.59 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 253 | 0.09 | 0.89 | 0 | 0.01 | 294.16 | 0.98 | 0.55 |
| Hex | E7 | 1B | FD | 9 | 59 | 0 | 1 | 126 | 62 | 37 |
| Octal | 347 | 33 | 375 | 11 | 131 | 0 | 1 | 446 | 142 | 67 |
| Binary | 11100111 | 11011 | 11111101 | 1001 | 1011001 | 0 | 1 | 100100110 | 1100010 | 110111 |
Color Harmonies of #E71BFD
Complementary color
Monochromatic Colors of #E71BFD
Black with #E71BFD
Text Example
Text Example
White with #E71BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71BFD; }
p { color: rgb(231,27,253); }
H1.HeaderClassName
{
color: #E71BFD;
}
.AnyTagClassName
{
color: #E71BFD;
}
</style>
background-color css
<style>
a { background-color: #E71BFD; }
a { background-color: rgb(231,27,253); }
div.DivClassName
{
background-color: #E71BFD;
}
.BgClassName
{
background-color: #E71BFD;
}
</style>
border-color css
<style>
span { border-color: #E71BFD; }
span { border-color: rgb(231,27,253); }
td.TdClassName
{
border-color: #E71BFD;
}
.TagClassName
{
border-color: #E71BFD;
}
</style>