Shades of Psychedelic Purple #E31AE5
Tints of Psychedelic Purple #E31AE5
RGB
CMYK
RGB Variations
Color information
#E31AE5 (or 0xE31AE5) is known color: Psychedelic Purple. HEX triplet: E3, 1A and E5. RGB value is (227,26,229). Sum of RGB (Red+Green+Blue) = 227+26+229=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #E31AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31AE5 is #1CE51A. Grayscale: #6C6C6C. Windows color (decimal): -1893659 or 15014627. OLE color: 15014627.
HSL color Cylindrical-coordinate representation of color #E31AE5: hue angle of 299.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31AE5 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 26 | 229 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.10 |
| HSL | 299.41º | 0.8% | 0.5% | - |
| HSV(B) | 299.41º | 0.89% | 0.9% | - |
| XYZ | 46.19 | 22.73 | 76.08 | - |
| YUV | 109.24 | 195.59 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 229 | 0.01 | 0.89 | 0 | 0.10 | 299.41 | 0.8 | 0.5 |
| Hex | E3 | 1A | E5 | 1 | 59 | 0 | A | 12B | 50 | 32 |
| Octal | 343 | 32 | 345 | 1 | 131 | 0 | 12 | 453 | 120 | 62 |
| Binary | 11100011 | 11010 | 11100101 | 1 | 1011001 | 0 | 1010 | 100101011 | 1010000 | 110010 |
Color Harmonies of #E31AE5
Complementary color
Monochromatic Colors of #E31AE5
Black with #E31AE5
Text Example
Text Example
White with #E31AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31AE5; }
p { color: rgb(227,26,229); }
H1.HeaderClassName
{
color: #E31AE5;
}
.AnyTagClassName
{
color: #E31AE5;
}
</style>
background-color css
<style>
a { background-color: #E31AE5; }
a { background-color: rgb(227,26,229); }
div.DivClassName
{
background-color: #E31AE5;
}
.BgClassName
{
background-color: #E31AE5;
}
</style>
border-color css
<style>
span { border-color: #E31AE5; }
span { border-color: rgb(227,26,229); }
td.TdClassName
{
border-color: #E31AE5;
}
.TagClassName
{
border-color: #E31AE5;
}
</style>