Shades of Psychedelic Purple #E81BE8
Tints of Psychedelic Purple #E81BE8
RGB
CMYK
RGB Variations
Color information
#E81BE8 (or 0xE81BE8) is known color: Psychedelic Purple. HEX triplet: E8, 1B and E8. RGB value is (232,27,232). Sum of RGB (Red+Green+Blue) = 232+27+232=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 27 (10.94% from 255 or 5.50% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: red, blue. Hex color #E81BE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81BE8 is #17E417. Grayscale: #6F6F6F. Windows color (decimal): -1565720 or 15211496. OLE color: 15211496.
HSL color Cylindrical-coordinate representation of color #E81BE8: hue angle of 300º degrees, saturation: 0.82, 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 #E81BE8 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 232 | - |
| CMYK | 0 | 0.88 | 0 | 0.09 |
| HSL | 300º | 0.82% | 0.51% | - |
| HSV(B) | 300º | 0.88% | 0.91% | - |
| XYZ | 48.24 | 23.77 | 78.39 | - |
| YUV | 111.67 | 195.92 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 232 | 0 | 0.88 | 0 | 0.09 | 300 | 0.82 | 0.51 |
| Hex | E8 | 1B | E8 | 0 | 58 | 0 | 9 | 12C | 52 | 33 |
| Octal | 350 | 33 | 350 | 0 | 130 | 0 | 11 | 454 | 122 | 63 |
| Binary | 11101000 | 11011 | 11101000 | 0 | 1011000 | 0 | 1001 | 100101100 | 1010010 | 110011 |
Color Harmonies of #E81BE8
Complementary color
Monochromatic Colors of #E81BE8
Black with #E81BE8
Text Example
Text Example
White with #E81BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81BE8; }
p { color: rgb(232,27,232); }
H1.HeaderClassName
{
color: #E81BE8;
}
.AnyTagClassName
{
color: #E81BE8;
}
</style>
background-color css
<style>
a { background-color: #E81BE8; }
a { background-color: rgb(232,27,232); }
div.DivClassName
{
background-color: #E81BE8;
}
.BgClassName
{
background-color: #E81BE8;
}
</style>
border-color css
<style>
span { border-color: #E81BE8; }
span { border-color: rgb(232,27,232); }
td.TdClassName
{
border-color: #E81BE8;
}
.TagClassName
{
border-color: #E81BE8;
}
</style>