Shades of Psychedelic Purple #E31BE8
Tints of Psychedelic Purple #E31BE8
RGB
CMYK
RGB Variations
Color information
#E31BE8 (or 0xE31BE8) is known color: Psychedelic Purple. HEX triplet: E3, 1B and E8. RGB value is (227,27,232). Sum of RGB (Red+Green+Blue) = 227+27+232=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 27 (10.94% from 255 or 5.56% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #E31BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31BE8 is #1CE417. Grayscale: #6D6D6D. Windows color (decimal): -1893400 or 15211491. OLE color: 15211491.
HSL color Cylindrical-coordinate representation of color #E31BE8: hue angle of 298.54º 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 #E31BE8 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 27 | 232 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.09 |
| HSL | 298.54º | 0.82% | 0.51% | - |
| HSV(B) | 298.54º | 0.88% | 0.91% | - |
| XYZ | 46.64 | 22.94 | 78.31 | - |
| YUV | 110.17 | 196.76 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 232 | 0.02 | 0.88 | 0 | 0.09 | 298.54 | 0.82 | 0.51 |
| Hex | E3 | 1B | E8 | 2 | 58 | 0 | 9 | 12B | 52 | 33 |
| Octal | 343 | 33 | 350 | 2 | 130 | 0 | 11 | 453 | 122 | 63 |
| Binary | 11100011 | 11011 | 11101000 | 10 | 1011000 | 0 | 1001 | 100101011 | 1010010 | 110011 |
Color Harmonies of #E31BE8
Complementary color
Monochromatic Colors of #E31BE8
Black with #E31BE8
Text Example
Text Example
White with #E31BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31BE8; }
p { color: rgb(227,27,232); }
H1.HeaderClassName
{
color: #E31BE8;
}
.AnyTagClassName
{
color: #E31BE8;
}
</style>
background-color css
<style>
a { background-color: #E31BE8; }
a { background-color: rgb(227,27,232); }
div.DivClassName
{
background-color: #E31BE8;
}
.BgClassName
{
background-color: #E31BE8;
}
</style>
border-color css
<style>
span { border-color: #E31BE8; }
span { border-color: rgb(227,27,232); }
td.TdClassName
{
border-color: #E31BE8;
}
.TagClassName
{
border-color: #E31BE8;
}
</style>