Shades of Psychedelic Purple #E121EF
Tints of Psychedelic Purple #E121EF
RGB
CMYK
RGB Variations
Color information
#E121EF (or 0xE121EF) is known color: Psychedelic Purple. HEX triplet: E1, 21 and EF. RGB value is (225,33,239). Sum of RGB (Red+Green+Blue) = 225+33+239=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 33 (13.28% from 255 or 6.64% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #E121EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E121EF is #1EDE10. Grayscale: #717171. Windows color (decimal): -2022929 or 15671777. OLE color: 15671777.
HSL color Cylindrical-coordinate representation of color #E121EF: hue angle of 295.92º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E121EF is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 33 | 239 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.06 |
| HSL | 295.92º | 0.87% | 0.53% | - |
| HSV(B) | 295.92º | 0.86% | 0.94% | - |
| XYZ | 47.18 | 23.33 | 83.68 | - |
| YUV | 113.89 | 198.61 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 239 | 0.06 | 0.86 | 0 | 0.06 | 295.92 | 0.87 | 0.53 |
| Hex | E1 | 21 | EF | 6 | 56 | 0 | 6 | 128 | 57 | 35 |
| Octal | 341 | 41 | 357 | 6 | 126 | 0 | 6 | 450 | 127 | 65 |
| Binary | 11100001 | 100001 | 11101111 | 110 | 1010110 | 0 | 110 | 100101000 | 1010111 | 110101 |
Color Harmonies of #E121EF
Complementary color
Monochromatic Colors of #E121EF
Black with #E121EF
Text Example
Text Example
White with #E121EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E121EF; }
p { color: rgb(225,33,239); }
H1.HeaderClassName
{
color: #E121EF;
}
.AnyTagClassName
{
color: #E121EF;
}
</style>
background-color css
<style>
a { background-color: #E121EF; }
a { background-color: rgb(225,33,239); }
div.DivClassName
{
background-color: #E121EF;
}
.BgClassName
{
background-color: #E121EF;
}
</style>
border-color css
<style>
span { border-color: #E121EF; }
span { border-color: rgb(225,33,239); }
td.TdClassName
{
border-color: #E121EF;
}
.TagClassName
{
border-color: #E121EF;
}
</style>