Shades of Psychedelic Purple #E71BFB
Tints of Psychedelic Purple #E71BFB
RGB
CMYK
RGB Variations
Color information
#E71BFB (or 0xE71BFB) is known color: Psychedelic Purple. HEX triplet: E7, 1B and FB. RGB value is (231,27,251). Sum of RGB (Red+Green+Blue) = 231+27+251=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 27 (10.94% from 255 or 5.30% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #E71BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71BFB is #18E404. Grayscale: #707070. Windows color (decimal): -1631237 or 16456679. OLE color: 16456679.
HSL color Cylindrical-coordinate representation of color #E71BFB: hue angle of 294.64º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71BFB is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 27 | 251 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.02 |
| HSL | 294.64º | 0.97% | 0.55% | - |
| HSV(B) | 294.64º | 0.89% | 0.98% | - |
| XYZ | 50.76 | 24.74 | 93.37 | - |
| YUV | 113.53 | 205.59 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 251 | 0.08 | 0.89 | 0 | 0.02 | 294.64 | 0.97 | 0.55 |
| Hex | E7 | 1B | FB | 8 | 59 | 0 | 2 | 127 | 61 | 37 |
| Octal | 347 | 33 | 373 | 10 | 131 | 0 | 2 | 447 | 141 | 67 |
| Binary | 11100111 | 11011 | 11111011 | 1000 | 1011001 | 0 | 10 | 100100111 | 1100001 | 110111 |
Color Harmonies of #E71BFB
Complementary color
Monochromatic Colors of #E71BFB
Black with #E71BFB
Text Example
Text Example
White with #E71BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71BFB; }
p { color: rgb(231,27,251); }
H1.HeaderClassName
{
color: #E71BFB;
}
.AnyTagClassName
{
color: #E71BFB;
}
</style>
background-color css
<style>
a { background-color: #E71BFB; }
a { background-color: rgb(231,27,251); }
div.DivClassName
{
background-color: #E71BFB;
}
.BgClassName
{
background-color: #E71BFB;
}
</style>
border-color css
<style>
span { border-color: #E71BFB; }
span { border-color: rgb(231,27,251); }
td.TdClassName
{
border-color: #E71BFB;
}
.TagClassName
{
border-color: #E71BFB;
}
</style>