Shades of Psychedelic Purple #E71BFF
Tints of Psychedelic Purple #E71BFF
RGB
CMYK
RGB Variations
Color information
#E71BFF (or 0xE71BFF) is known color: Psychedelic Purple. HEX triplet: E7, 1B and FF. RGB value is (231,27,255). Sum of RGB (Red+Green+Blue) = 231+27+255=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 27 (10.94% from 255 or 5.26% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #E71BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71BFF is #18E400. Grayscale: #717171. Windows color (decimal): -1631233 or 16718823. OLE color: 16718823.
HSL color Cylindrical-coordinate representation of color #E71BFF: hue angle of 293.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71BFF is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 27 | 255 | - |
| CMYK | 0.09 | 0.89 | 0 | 0 |
| HSL | 293.68º | 1% | 0.55% | - |
| HSV(B) | 293.68º | 0.89% | 1% | - |
| XYZ | 51.4 | 24.99 | 96.72 | - |
| YUV | 113.99 | 207.59 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 255 | 0.09 | 0.89 | 0 | 0 | 293.68 | 1 | 0.55 |
| Hex | E7 | 1B | FF | 9 | 59 | 0 | 0 | 126 | 64 | 37 |
| Octal | 347 | 33 | 377 | 11 | 131 | 0 | 0 | 446 | 144 | 67 |
| Binary | 11100111 | 11011 | 11111111 | 1001 | 1011001 | 0 | 0 | 100100110 | 1100100 | 110111 |
Color Harmonies of #E71BFF
Complementary color
Monochromatic Colors of #E71BFF
Black with #E71BFF
Text Example
Text Example
White with #E71BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71BFF; }
p { color: rgb(231,27,255); }
H1.HeaderClassName
{
color: #E71BFF;
}
.AnyTagClassName
{
color: #E71BFF;
}
</style>
background-color css
<style>
a { background-color: #E71BFF; }
a { background-color: rgb(231,27,255); }
div.DivClassName
{
background-color: #E71BFF;
}
.BgClassName
{
background-color: #E71BFF;
}
</style>
border-color css
<style>
span { border-color: #E71BFF; }
span { border-color: rgb(231,27,255); }
td.TdClassName
{
border-color: #E71BFF;
}
.TagClassName
{
border-color: #E71BFF;
}
</style>