Shades of Psychedelic Purple #E211EF
Tints of Psychedelic Purple #E211EF
RGB
CMYK
RGB Variations
Color information
#E211EF (or 0xE211EF) is known color: Psychedelic Purple. HEX triplet: E2, 11 and EF. RGB value is (226,17,239). Sum of RGB (Red+Green+Blue) = 226+17+239=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 17 (7.03% from 255 or 3.53% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #E211EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E211EF is #1DEE10. Grayscale: #686868. Windows color (decimal): -1961489 or 15667682. OLE color: 15667682.
HSL color Cylindrical-coordinate representation of color #E211EF: hue angle of 296.49º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E211EF is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 17 | 239 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.06 |
| HSL | 296.49º | 0.87% | 0.5% | - |
| HSV(B) | 296.49º | 0.93% | 0.94% | - |
| XYZ | 47.14 | 22.8 | 83.58 | - |
| YUV | 104.8 | 203.74 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 239 | 0.05 | 0.93 | 0 | 0.06 | 296.49 | 0.87 | 0.5 |
| Hex | E2 | 11 | EF | 5 | 5D | 0 | 6 | 128 | 57 | 32 |
| Octal | 342 | 21 | 357 | 5 | 135 | 0 | 6 | 450 | 127 | 62 |
| Binary | 11100010 | 10001 | 11101111 | 101 | 1011101 | 0 | 110 | 100101000 | 1010111 | 110010 |
Color Harmonies of #E211EF
Complementary color
Monochromatic Colors of #E211EF
Black with #E211EF
Text Example
Text Example
White with #E211EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E211EF; }
p { color: rgb(226,17,239); }
H1.HeaderClassName
{
color: #E211EF;
}
.AnyTagClassName
{
color: #E211EF;
}
</style>
background-color css
<style>
a { background-color: #E211EF; }
a { background-color: rgb(226,17,239); }
div.DivClassName
{
background-color: #E211EF;
}
.BgClassName
{
background-color: #E211EF;
}
</style>
border-color css
<style>
span { border-color: #E211EF; }
span { border-color: rgb(226,17,239); }
td.TdClassName
{
border-color: #E211EF;
}
.TagClassName
{
border-color: #E211EF;
}
</style>