Shades of Psychedelic Purple #E31AEB
Tints of Psychedelic Purple #E31AEB
RGB
CMYK
RGB Variations
Color information
#E31AEB (or 0xE31AEB) is known color: Psychedelic Purple. HEX triplet: E3, 1A and EB. RGB value is (227,26,235). Sum of RGB (Red+Green+Blue) = 227+26+235=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 26 (10.55% from 255 or 5.33% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #E31AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31AEB is #1CE514. Grayscale: #6D6D6D. Windows color (decimal): -1893653 or 15407843. OLE color: 15407843.
HSL color Cylindrical-coordinate representation of color #E31AEB: hue angle of 297.7º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31AEB is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 26 | 235 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.08 |
| HSL | 297.7º | 0.84% | 0.51% | - |
| HSV(B) | 297.7º | 0.89% | 0.92% | - |
| XYZ | 47.04 | 23.07 | 80.57 | - |
| YUV | 109.93 | 198.59 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 235 | 0.03 | 0.89 | 0 | 0.08 | 297.7 | 0.84 | 0.51 |
| Hex | E3 | 1A | EB | 3 | 59 | 0 | 8 | 12A | 54 | 33 |
| Octal | 343 | 32 | 353 | 3 | 131 | 0 | 10 | 452 | 124 | 63 |
| Binary | 11100011 | 11010 | 11101011 | 11 | 1011001 | 0 | 1000 | 100101010 | 1010100 | 110011 |
Color Harmonies of #E31AEB
Complementary color
Monochromatic Colors of #E31AEB
Black with #E31AEB
Text Example
Text Example
White with #E31AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31AEB; }
p { color: rgb(227,26,235); }
H1.HeaderClassName
{
color: #E31AEB;
}
.AnyTagClassName
{
color: #E31AEB;
}
</style>
background-color css
<style>
a { background-color: #E31AEB; }
a { background-color: rgb(227,26,235); }
div.DivClassName
{
background-color: #E31AEB;
}
.BgClassName
{
background-color: #E31AEB;
}
</style>
border-color css
<style>
span { border-color: #E31AEB; }
span { border-color: rgb(227,26,235); }
td.TdClassName
{
border-color: #E31AEB;
}
.TagClassName
{
border-color: #E31AEB;
}
</style>