Shades of Psychedelic Purple #E21DF6
Tints of Psychedelic Purple #E21DF6
RGB
CMYK
RGB Variations
Color information
#E21DF6 (or 0xE21DF6) is known color: Psychedelic Purple. HEX triplet: E2, 1D and F6. RGB value is (226,29,246). Sum of RGB (Red+Green+Blue) = 226+29+246=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 29 (11.72% from 255 or 5.79% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #E21DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21DF6 is #1DE209. Grayscale: #6F6F6F. Windows color (decimal): -1958410 or 16129506. OLE color: 16129506.
HSL color Cylindrical-coordinate representation of color #E21DF6: hue angle of 294.47º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21DF6 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 29 | 246 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.04 |
| HSL | 294.47º | 0.92% | 0.54% | - |
| HSV(B) | 294.47º | 0.88% | 0.96% | - |
| XYZ | 48.44 | 23.7 | 89.21 | - |
| YUV | 112.64 | 203.27 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 246 | 0.08 | 0.88 | 0 | 0.04 | 294.47 | 0.92 | 0.54 |
| Hex | E2 | 1D | F6 | 8 | 58 | 0 | 4 | 126 | 5C | 36 |
| Octal | 342 | 35 | 366 | 10 | 130 | 0 | 4 | 446 | 134 | 66 |
| Binary | 11100010 | 11101 | 11110110 | 1000 | 1011000 | 0 | 100 | 100100110 | 1011100 | 110110 |
Color Harmonies of #E21DF6
Complementary color
Monochromatic Colors of #E21DF6
Black with #E21DF6
Text Example
Text Example
White with #E21DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21DF6; }
p { color: rgb(226,29,246); }
H1.HeaderClassName
{
color: #E21DF6;
}
.AnyTagClassName
{
color: #E21DF6;
}
</style>
background-color css
<style>
a { background-color: #E21DF6; }
a { background-color: rgb(226,29,246); }
div.DivClassName
{
background-color: #E21DF6;
}
.BgClassName
{
background-color: #E21DF6;
}
</style>
border-color css
<style>
span { border-color: #E21DF6; }
span { border-color: rgb(226,29,246); }
td.TdClassName
{
border-color: #E21DF6;
}
.TagClassName
{
border-color: #E21DF6;
}
</style>