Shades of Psychedelic Purple #E21AE5
Tints of Psychedelic Purple #E21AE5
RGB
CMYK
RGB Variations
Color information
#E21AE5 (or 0xE21AE5) is known color: Psychedelic Purple. HEX triplet: E2, 1A and E5. RGB value is (226,26,229). Sum of RGB (Red+Green+Blue) = 226+26+229=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 26 (10.55% from 255 or 5.41% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #E21AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21AE5 is #1DE51A. Grayscale: #6C6C6C. Windows color (decimal): -1959195 or 15014626. OLE color: 15014626.
HSL color Cylindrical-coordinate representation of color #E21AE5: hue angle of 299.11º 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 #E21AE5 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 26 | 229 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.10 |
| HSL | 299.11º | 0.8% | 0.5% | - |
| HSV(B) | 299.11º | 0.89% | 0.9% | - |
| XYZ | 45.88 | 22.56 | 76.07 | - |
| YUV | 108.94 | 195.76 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 229 | 0.01 | 0.89 | 0 | 0.10 | 299.11 | 0.8 | 0.5 |
| Hex | E2 | 1A | E5 | 1 | 59 | 0 | A | 12B | 50 | 32 |
| Octal | 342 | 32 | 345 | 1 | 131 | 0 | 12 | 453 | 120 | 62 |
| Binary | 11100010 | 11010 | 11100101 | 1 | 1011001 | 0 | 1010 | 100101011 | 1010000 | 110010 |
Color Harmonies of #E21AE5
Complementary color
Monochromatic Colors of #E21AE5
Black with #E21AE5
Text Example
Text Example
White with #E21AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21AE5; }
p { color: rgb(226,26,229); }
H1.HeaderClassName
{
color: #E21AE5;
}
.AnyTagClassName
{
color: #E21AE5;
}
</style>
background-color css
<style>
a { background-color: #E21AE5; }
a { background-color: rgb(226,26,229); }
div.DivClassName
{
background-color: #E21AE5;
}
.BgClassName
{
background-color: #E21AE5;
}
</style>
border-color css
<style>
span { border-color: #E21AE5; }
span { border-color: rgb(226,26,229); }
td.TdClassName
{
border-color: #E21AE5;
}
.TagClassName
{
border-color: #E21AE5;
}
</style>