Shades of Psychedelic Purple #E21AF1
Tints of Psychedelic Purple #E21AF1
RGB
CMYK
RGB Variations
Color information
#E21AF1 (or 0xE21AF1) is known color: Psychedelic Purple. HEX triplet: E2, 1A and F1. RGB value is (226,26,241). Sum of RGB (Red+Green+Blue) = 226+26+241=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 26 (10.55% from 255 or 5.27% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #E21AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21AF1 is #1DE50E. Grayscale: #6D6D6D. Windows color (decimal): -1959183 or 15801058. OLE color: 15801058.
HSL color Cylindrical-coordinate representation of color #E21AF1: hue angle of 295.81º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21AF1 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 26 | 241 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.05 |
| HSL | 295.81º | 0.88% | 0.52% | - |
| HSV(B) | 295.81º | 0.89% | 0.95% | - |
| XYZ | 47.61 | 23.26 | 85.2 | - |
| YUV | 110.31 | 201.76 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 241 | 0.06 | 0.89 | 0 | 0.05 | 295.81 | 0.88 | 0.52 |
| Hex | E2 | 1A | F1 | 6 | 59 | 0 | 5 | 128 | 58 | 34 |
| Octal | 342 | 32 | 361 | 6 | 131 | 0 | 5 | 450 | 130 | 64 |
| Binary | 11100010 | 11010 | 11110001 | 110 | 1011001 | 0 | 101 | 100101000 | 1011000 | 110100 |
Color Harmonies of #E21AF1
Complementary color
Monochromatic Colors of #E21AF1
Black with #E21AF1
Text Example
Text Example
White with #E21AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21AF1; }
p { color: rgb(226,26,241); }
H1.HeaderClassName
{
color: #E21AF1;
}
.AnyTagClassName
{
color: #E21AF1;
}
</style>
background-color css
<style>
a { background-color: #E21AF1; }
a { background-color: rgb(226,26,241); }
div.DivClassName
{
background-color: #E21AF1;
}
.BgClassName
{
background-color: #E21AF1;
}
</style>
border-color css
<style>
span { border-color: #E21AF1; }
span { border-color: rgb(226,26,241); }
td.TdClassName
{
border-color: #E21AF1;
}
.TagClassName
{
border-color: #E21AF1;
}
</style>