Shades of Psychedelic Purple #E31BEA
Tints of Psychedelic Purple #E31BEA
RGB
CMYK
RGB Variations
Color information
#E31BEA (or 0xE31BEA) is known color: Psychedelic Purple. HEX triplet: E3, 1B and EA. RGB value is (227,27,234). Sum of RGB (Red+Green+Blue) = 227+27+234=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 27 (10.94% from 255 or 5.53% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #E31BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31BEA is #1CE415. Grayscale: #6D6D6D. Windows color (decimal): -1893398 or 15342563. OLE color: 15342563.
HSL color Cylindrical-coordinate representation of color #E31BEA: hue angle of 297.97º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31BEA is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 27 | 234 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.08 |
| HSL | 297.97º | 0.83% | 0.51% | - |
| HSV(B) | 297.97º | 0.88% | 0.92% | - |
| XYZ | 46.92 | 23.06 | 79.82 | - |
| YUV | 110.4 | 197.76 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 234 | 0.03 | 0.88 | 0 | 0.08 | 297.97 | 0.83 | 0.51 |
| Hex | E3 | 1B | EA | 3 | 58 | 0 | 8 | 12A | 53 | 33 |
| Octal | 343 | 33 | 352 | 3 | 130 | 0 | 10 | 452 | 123 | 63 |
| Binary | 11100011 | 11011 | 11101010 | 11 | 1011000 | 0 | 1000 | 100101010 | 1010011 | 110011 |
Color Harmonies of #E31BEA
Complementary color
Monochromatic Colors of #E31BEA
Black with #E31BEA
Text Example
Text Example
White with #E31BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31BEA; }
p { color: rgb(227,27,234); }
H1.HeaderClassName
{
color: #E31BEA;
}
.AnyTagClassName
{
color: #E31BEA;
}
</style>
background-color css
<style>
a { background-color: #E31BEA; }
a { background-color: rgb(227,27,234); }
div.DivClassName
{
background-color: #E31BEA;
}
.BgClassName
{
background-color: #E31BEA;
}
</style>
border-color css
<style>
span { border-color: #E31BEA; }
span { border-color: rgb(227,27,234); }
td.TdClassName
{
border-color: #E31BEA;
}
.TagClassName
{
border-color: #E31BEA;
}
</style>