Shades of Psychedelic Purple #E31AE8
Tints of Psychedelic Purple #E31AE8
RGB
CMYK
RGB Variations
Color information
#E31AE8 (or 0xE31AE8) is known color: Psychedelic Purple. HEX triplet: E3, 1A and E8. RGB value is (227,26,232). Sum of RGB (Red+Green+Blue) = 227+26+232=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #E31AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31AE8 is #1CE517. Grayscale: #6C6C6C. Windows color (decimal): -1893656 or 15211235. OLE color: 15211235.
HSL color Cylindrical-coordinate representation of color #E31AE8: 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.89%. Process color model (Four color, CMYK) of #E31AE8 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 26 | 232 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.09 |
| HSL | 298.54º | 0.82% | 0.51% | - |
| HSV(B) | 298.54º | 0.89% | 0.91% | - |
| XYZ | 46.61 | 22.9 | 78.31 | - |
| YUV | 109.58 | 197.09 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 232 | 0.02 | 0.89 | 0 | 0.09 | 298.54 | 0.82 | 0.51 |
| Hex | E3 | 1A | E8 | 2 | 59 | 0 | 9 | 12B | 52 | 33 |
| Octal | 343 | 32 | 350 | 2 | 131 | 0 | 11 | 453 | 122 | 63 |
| Binary | 11100011 | 11010 | 11101000 | 10 | 1011001 | 0 | 1001 | 100101011 | 1010010 | 110011 |
Color Harmonies of #E31AE8
Complementary color
Monochromatic Colors of #E31AE8
Black with #E31AE8
Text Example
Text Example
White with #E31AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31AE8; }
p { color: rgb(227,26,232); }
H1.HeaderClassName
{
color: #E31AE8;
}
.AnyTagClassName
{
color: #E31AE8;
}
</style>
background-color css
<style>
a { background-color: #E31AE8; }
a { background-color: rgb(227,26,232); }
div.DivClassName
{
background-color: #E31AE8;
}
.BgClassName
{
background-color: #E31AE8;
}
</style>
border-color css
<style>
span { border-color: #E31AE8; }
span { border-color: rgb(227,26,232); }
td.TdClassName
{
border-color: #E31AE8;
}
.TagClassName
{
border-color: #E31AE8;
}
</style>