Shades of Psychedelic Purple #E81BFF
Tints of Psychedelic Purple #E81BFF
RGB
CMYK
RGB Variations
Color information
#E81BFF (or 0xE81BFF) is known color: Psychedelic Purple. HEX triplet: E8, 1B and FF. RGB value is (232,27,255). Sum of RGB (Red+Green+Blue) = 232+27+255=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 27 (10.94% from 255 or 5.25% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #E81BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81BFF is #17E400. Grayscale: #717171. Windows color (decimal): -1565697 or 16718824. OLE color: 16718824.
HSL color Cylindrical-coordinate representation of color #E81BFF: hue angle of 293.95º 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 #E81BFF is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 27 | 255 | - |
| CMYK | 0.09 | 0.89 | 0 | 0 |
| HSL | 293.95º | 1% | 0.55% | - |
| HSV(B) | 293.95º | 0.89% | 1% | - |
| XYZ | 51.72 | 25.16 | 96.74 | - |
| YUV | 114.29 | 207.42 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 255 | 0.09 | 0.89 | 0 | 0 | 293.95 | 1 | 0.55 |
| Hex | E8 | 1B | FF | 9 | 59 | 0 | 0 | 126 | 64 | 37 |
| Octal | 350 | 33 | 377 | 11 | 131 | 0 | 0 | 446 | 144 | 67 |
| Binary | 11101000 | 11011 | 11111111 | 1001 | 1011001 | 0 | 0 | 100100110 | 1100100 | 110111 |
Color Harmonies of #E81BFF
Complementary color
Monochromatic Colors of #E81BFF
Black with #E81BFF
Text Example
Text Example
White with #E81BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81BFF; }
p { color: rgb(232,27,255); }
H1.HeaderClassName
{
color: #E81BFF;
}
.AnyTagClassName
{
color: #E81BFF;
}
</style>
background-color css
<style>
a { background-color: #E81BFF; }
a { background-color: rgb(232,27,255); }
div.DivClassName
{
background-color: #E81BFF;
}
.BgClassName
{
background-color: #E81BFF;
}
</style>
border-color css
<style>
span { border-color: #E81BFF; }
span { border-color: rgb(232,27,255); }
td.TdClassName
{
border-color: #E81BFF;
}
.TagClassName
{
border-color: #E81BFF;
}
</style>