Shades of Psychedelic Purple #E11CEF
Tints of Psychedelic Purple #E11CEF
RGB
CMYK
RGB Variations
Color information
#E11CEF (or 0xE11CEF) is known color: Psychedelic Purple. HEX triplet: E1, 1C and EF. RGB value is (225,28,239). Sum of RGB (Red+Green+Blue) = 225+28+239=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 28 (11.33% from 255 or 5.69% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #E11CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11CEF is #1EE310. Grayscale: #6E6E6E. Windows color (decimal): -2024209 or 15670497. OLE color: 15670497.
HSL color Cylindrical-coordinate representation of color #E11CEF: hue angle of 296.02º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CEF is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 28 | 239 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.06 |
| HSL | 296.02º | 0.87% | 0.52% | - |
| HSV(B) | 296.02º | 0.88% | 0.94% | - |
| XYZ | 47.05 | 23.07 | 83.63 | - |
| YUV | 110.96 | 200.27 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 239 | 0.06 | 0.88 | 0 | 0.06 | 296.02 | 0.87 | 0.52 |
| Hex | E1 | 1C | EF | 6 | 58 | 0 | 6 | 128 | 57 | 34 |
| Octal | 341 | 34 | 357 | 6 | 130 | 0 | 6 | 450 | 127 | 64 |
| Binary | 11100001 | 11100 | 11101111 | 110 | 1011000 | 0 | 110 | 100101000 | 1010111 | 110100 |
Color Harmonies of #E11CEF
Complementary color
Monochromatic Colors of #E11CEF
Black with #E11CEF
Text Example
Text Example
White with #E11CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CEF; }
p { color: rgb(225,28,239); }
H1.HeaderClassName
{
color: #E11CEF;
}
.AnyTagClassName
{
color: #E11CEF;
}
</style>
background-color css
<style>
a { background-color: #E11CEF; }
a { background-color: rgb(225,28,239); }
div.DivClassName
{
background-color: #E11CEF;
}
.BgClassName
{
background-color: #E11CEF;
}
</style>
border-color css
<style>
span { border-color: #E11CEF; }
span { border-color: rgb(225,28,239); }
td.TdClassName
{
border-color: #E11CEF;
}
.TagClassName
{
border-color: #E11CEF;
}
</style>