Shades of Psychedelic Purple #E21EF3
Tints of Psychedelic Purple #E21EF3
RGB
CMYK
RGB Variations
Color information
#E21EF3 (or 0xE21EF3) is known color: Psychedelic Purple. HEX triplet: E2, 1E and F3. RGB value is (226,30,243). Sum of RGB (Red+Green+Blue) = 226+30+243=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 30 (12.11% from 255 or 6.01% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #E21EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21EF3 is #1DE10C. Grayscale: #707070. Windows color (decimal): -1958157 or 15933154. OLE color: 15933154.
HSL color Cylindrical-coordinate representation of color #E21EF3: hue angle of 295.21º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21EF3 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 30 | 243 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.05 |
| HSL | 295.21º | 0.9% | 0.54% | - |
| HSV(B) | 295.21º | 0.88% | 0.95% | - |
| XYZ | 48.01 | 23.57 | 86.81 | - |
| YUV | 112.89 | 201.43 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 243 | 0.07 | 0.88 | 0 | 0.05 | 295.21 | 0.9 | 0.54 |
| Hex | E2 | 1E | F3 | 7 | 58 | 0 | 5 | 127 | 5A | 36 |
| Octal | 342 | 36 | 363 | 7 | 130 | 0 | 5 | 447 | 132 | 66 |
| Binary | 11100010 | 11110 | 11110011 | 111 | 1011000 | 0 | 101 | 100100111 | 1011010 | 110110 |
Color Harmonies of #E21EF3
Complementary color
Monochromatic Colors of #E21EF3
Black with #E21EF3
Text Example
Text Example
White with #E21EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21EF3; }
p { color: rgb(226,30,243); }
H1.HeaderClassName
{
color: #E21EF3;
}
.AnyTagClassName
{
color: #E21EF3;
}
</style>
background-color css
<style>
a { background-color: #E21EF3; }
a { background-color: rgb(226,30,243); }
div.DivClassName
{
background-color: #E21EF3;
}
.BgClassName
{
background-color: #E21EF3;
}
</style>
border-color css
<style>
span { border-color: #E21EF3; }
span { border-color: rgb(226,30,243); }
td.TdClassName
{
border-color: #E21EF3;
}
.TagClassName
{
border-color: #E21EF3;
}
</style>