Shades of Psychedelic Purple #E11CED
Tints of Psychedelic Purple #E11CED
RGB
CMYK
RGB Variations
Color information
#E11CED (or 0xE11CED) is known color: Psychedelic Purple. HEX triplet: E1, 1C and ED. RGB value is (225,28,237). Sum of RGB (Red+Green+Blue) = 225+28+237=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 28 (11.33% from 255 or 5.71% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #E11CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11CED is #1EE312. Grayscale: #6E6E6E. Windows color (decimal): -2024211 or 15539425. OLE color: 15539425.
HSL color Cylindrical-coordinate representation of color #E11CED: hue angle of 296.56º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CED is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 28 | 237 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.07 |
| HSL | 296.56º | 0.85% | 0.52% | - |
| HSV(B) | 296.56º | 0.88% | 0.93% | - |
| XYZ | 46.75 | 22.95 | 82.09 | - |
| YUV | 110.73 | 199.27 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 237 | 0.05 | 0.88 | 0 | 0.07 | 296.56 | 0.85 | 0.52 |
| Hex | E1 | 1C | ED | 5 | 58 | 0 | 7 | 129 | 55 | 34 |
| Octal | 341 | 34 | 355 | 5 | 130 | 0 | 7 | 451 | 125 | 64 |
| Binary | 11100001 | 11100 | 11101101 | 101 | 1011000 | 0 | 111 | 100101001 | 1010101 | 110100 |
Color Harmonies of #E11CED
Complementary color
Monochromatic Colors of #E11CED
Black with #E11CED
Text Example
Text Example
White with #E11CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CED; }
p { color: rgb(225,28,237); }
H1.HeaderClassName
{
color: #E11CED;
}
.AnyTagClassName
{
color: #E11CED;
}
</style>
background-color css
<style>
a { background-color: #E11CED; }
a { background-color: rgb(225,28,237); }
div.DivClassName
{
background-color: #E11CED;
}
.BgClassName
{
background-color: #E11CED;
}
</style>
border-color css
<style>
span { border-color: #E11CED; }
span { border-color: rgb(225,28,237); }
td.TdClassName
{
border-color: #E11CED;
}
.TagClassName
{
border-color: #E11CED;
}
</style>