Shades of Psychedelic Purple #E71BE2
Tints of Psychedelic Purple #E71BE2
RGB
CMYK
RGB Variations
Color information
#E71BE2 (or 0xE71BE2) is known color: Psychedelic Purple. HEX triplet: E7, 1B and E2. RGB value is (231,27,226). Sum of RGB (Red+Green+Blue) = 231+27+226=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 27 (10.94% from 255 or 5.58% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71BE2 is #18E41D. Grayscale: #6E6E6E. Windows color (decimal): -1631262 or 14818279. OLE color: 14818279.
HSL color Cylindrical-coordinate representation of color #E71BE2: hue angle of 301.47º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71BE2 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 226 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.09 |
| HSL | 301.47º | 0.81% | 0.51% | - |
| HSV(B) | 301.47º | 0.88% | 0.91% | - |
| XYZ | 47.07 | 23.26 | 73.96 | - |
| YUV | 110.68 | 193.09 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 226 | 0 | 0.88 | 0.02 | 0.09 | 301.47 | 0.81 | 0.51 |
| Hex | E7 | 1B | E2 | 0 | 58 | 2 | 9 | 12D | 51 | 33 |
| Octal | 347 | 33 | 342 | 0 | 130 | 2 | 11 | 455 | 121 | 63 |
| Binary | 11100111 | 11011 | 11100010 | 0 | 1011000 | 10 | 1001 | 100101101 | 1010001 | 110011 |
Color Harmonies of #E71BE2
Complementary color
Monochromatic Colors of #E71BE2
Black with #E71BE2
Text Example
Text Example
White with #E71BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71BE2; }
p { color: rgb(231,27,226); }
H1.HeaderClassName
{
color: #E71BE2;
}
.AnyTagClassName
{
color: #E71BE2;
}
</style>
background-color css
<style>
a { background-color: #E71BE2; }
a { background-color: rgb(231,27,226); }
div.DivClassName
{
background-color: #E71BE2;
}
.BgClassName
{
background-color: #E71BE2;
}
</style>
border-color css
<style>
span { border-color: #E71BE2; }
span { border-color: rgb(231,27,226); }
td.TdClassName
{
border-color: #E71BE2;
}
.TagClassName
{
border-color: #E71BE2;
}
</style>