Shades of Psychedelic Purple #E11EEF
Tints of Psychedelic Purple #E11EEF
RGB
CMYK
RGB Variations
Color information
#E11EEF (or 0xE11EEF) is known color: Psychedelic Purple. HEX triplet: E1, 1E and EF. RGB value is (225,30,239). Sum of RGB (Red+Green+Blue) = 225+30+239=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 30 (12.11% from 255 or 6.07% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #E11EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11EEF is #1EE110. Grayscale: #6F6F6F. Windows color (decimal): -2023697 or 15671009. OLE color: 15671009.
HSL color Cylindrical-coordinate representation of color #E11EEF: hue angle of 295.98º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11EEF is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 30 | 239 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.06 |
| HSL | 295.98º | 0.87% | 0.53% | - |
| HSV(B) | 295.98º | 0.87% | 0.94% | - |
| XYZ | 47.1 | 23.17 | 83.65 | - |
| YUV | 112.13 | 199.6 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 239 | 0.06 | 0.87 | 0 | 0.06 | 295.98 | 0.87 | 0.53 |
| Hex | E1 | 1E | EF | 6 | 57 | 0 | 6 | 128 | 57 | 35 |
| Octal | 341 | 36 | 357 | 6 | 127 | 0 | 6 | 450 | 127 | 65 |
| Binary | 11100001 | 11110 | 11101111 | 110 | 1010111 | 0 | 110 | 100101000 | 1010111 | 110101 |
Color Harmonies of #E11EEF
Complementary color
Monochromatic Colors of #E11EEF
Black with #E11EEF
Text Example
Text Example
White with #E11EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11EEF; }
p { color: rgb(225,30,239); }
H1.HeaderClassName
{
color: #E11EEF;
}
.AnyTagClassName
{
color: #E11EEF;
}
</style>
background-color css
<style>
a { background-color: #E11EEF; }
a { background-color: rgb(225,30,239); }
div.DivClassName
{
background-color: #E11EEF;
}
.BgClassName
{
background-color: #E11EEF;
}
</style>
border-color css
<style>
span { border-color: #E11EEF; }
span { border-color: rgb(225,30,239); }
td.TdClassName
{
border-color: #E11EEF;
}
.TagClassName
{
border-color: #E11EEF;
}
</style>