Shades of Psychedelic Purple #E21EF2
Tints of Psychedelic Purple #E21EF2
RGB
CMYK
RGB Variations
Color information
#E21EF2 (or 0xE21EF2) is known color: Psychedelic Purple. HEX triplet: E2, 1E and F2. RGB value is (226,30,242). Sum of RGB (Red+Green+Blue) = 226+30+242=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 30 (12.11% from 255 or 6.02% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #E21EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21EF2 is #1DE10D. Grayscale: #707070. Windows color (decimal): -1958158 or 15867618. OLE color: 15867618.
HSL color Cylindrical-coordinate representation of color #E21EF2: hue angle of 295.47º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21EF2 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 30 | 242 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.05 |
| HSL | 295.47º | 0.89% | 0.53% | - |
| HSV(B) | 295.47º | 0.88% | 0.95% | - |
| XYZ | 47.86 | 23.51 | 86.02 | - |
| YUV | 112.77 | 200.93 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 242 | 0.07 | 0.88 | 0 | 0.05 | 295.47 | 0.89 | 0.53 |
| Hex | E2 | 1E | F2 | 7 | 58 | 0 | 5 | 127 | 59 | 35 |
| Octal | 342 | 36 | 362 | 7 | 130 | 0 | 5 | 447 | 131 | 65 |
| Binary | 11100010 | 11110 | 11110010 | 111 | 1011000 | 0 | 101 | 100100111 | 1011001 | 110101 |
Color Harmonies of #E21EF2
Complementary color
Monochromatic Colors of #E21EF2
Black with #E21EF2
Text Example
Text Example
White with #E21EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21EF2; }
p { color: rgb(226,30,242); }
H1.HeaderClassName
{
color: #E21EF2;
}
.AnyTagClassName
{
color: #E21EF2;
}
</style>
background-color css
<style>
a { background-color: #E21EF2; }
a { background-color: rgb(226,30,242); }
div.DivClassName
{
background-color: #E21EF2;
}
.BgClassName
{
background-color: #E21EF2;
}
</style>
border-color css
<style>
span { border-color: #E21EF2; }
span { border-color: rgb(226,30,242); }
td.TdClassName
{
border-color: #E21EF2;
}
.TagClassName
{
border-color: #E21EF2;
}
</style>