Shades of Psychedelic Purple #E40DEC
Tints of Psychedelic Purple #E40DEC
RGB
CMYK
RGB Variations
Color information
#E40DEC (or 0xE40DEC) is known color: Psychedelic Purple. HEX triplet: E4, 0D and EC. RGB value is (228,13,236). Sum of RGB (Red+Green+Blue) = 228+13+236=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 13 (5.47% from 255 or 2.73% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #E40DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40DEC is #1BF213. Grayscale: #666666. Windows color (decimal): -1831444 or 15470052. OLE color: 15470052.
HSL color Cylindrical-coordinate representation of color #E40DEC: hue angle of 297.85º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40DEC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 13 | 236 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.07 |
| HSL | 297.85º | 0.9% | 0.49% | - |
| HSV(B) | 297.85º | 0.94% | 0.93% | - |
| XYZ | 47.28 | 22.84 | 81.27 | - |
| YUV | 102.71 | 203.23 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 236 | 0.03 | 0.94 | 0 | 0.07 | 297.85 | 0.9 | 0.49 |
| Hex | E4 | D | EC | 3 | 5E | 0 | 7 | 12A | 5A | 31 |
| Octal | 344 | 15 | 354 | 3 | 136 | 0 | 7 | 452 | 132 | 61 |
| Binary | 11100100 | 1101 | 11101100 | 11 | 1011110 | 0 | 111 | 100101010 | 1011010 | 110001 |
Color Harmonies of #E40DEC
Complementary color
Monochromatic Colors of #E40DEC
Black with #E40DEC
Text Example
Text Example
White with #E40DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40DEC; }
p { color: rgb(228,13,236); }
H1.HeaderClassName
{
color: #E40DEC;
}
.AnyTagClassName
{
color: #E40DEC;
}
</style>
background-color css
<style>
a { background-color: #E40DEC; }
a { background-color: rgb(228,13,236); }
div.DivClassName
{
background-color: #E40DEC;
}
.BgClassName
{
background-color: #E40DEC;
}
</style>
border-color css
<style>
span { border-color: #E40DEC; }
span { border-color: rgb(228,13,236); }
td.TdClassName
{
border-color: #E40DEC;
}
.TagClassName
{
border-color: #E40DEC;
}
</style>