Shades of Psychedelic Purple #E70DEC
Tints of Psychedelic Purple #E70DEC
RGB
CMYK
RGB Variations
Color information
#E70DEC (or 0xE70DEC) is known color: Psychedelic Purple. HEX triplet: E7, 0D and EC. RGB value is (231,13,236). Sum of RGB (Red+Green+Blue) = 231+13+236=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 13 (5.47% from 255 or 2.71% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #E70DEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70DEC is #18F213. Grayscale: #666666. Windows color (decimal): -1634836 or 15470055. OLE color: 15470055.
HSL color Cylindrical-coordinate representation of color #E70DEC: hue angle of 298.65º 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 #E70DEC is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 13 | 236 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.07 |
| HSL | 298.65º | 0.9% | 0.49% | - |
| HSV(B) | 298.65º | 0.94% | 0.93% | - |
| XYZ | 48.24 | 23.33 | 81.32 | - |
| YUV | 103.6 | 202.72 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 236 | 0.02 | 0.94 | 0 | 0.07 | 298.65 | 0.9 | 0.49 |
| Hex | E7 | D | EC | 2 | 5E | 0 | 7 | 12B | 5A | 31 |
| Octal | 347 | 15 | 354 | 2 | 136 | 0 | 7 | 453 | 132 | 61 |
| Binary | 11100111 | 1101 | 11101100 | 10 | 1011110 | 0 | 111 | 100101011 | 1011010 | 110001 |
Color Harmonies of #E70DEC
Complementary color
Monochromatic Colors of #E70DEC
Black with #E70DEC
Text Example
Text Example
White with #E70DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70DEC; }
p { color: rgb(231,13,236); }
H1.HeaderClassName
{
color: #E70DEC;
}
.AnyTagClassName
{
color: #E70DEC;
}
</style>
background-color css
<style>
a { background-color: #E70DEC; }
a { background-color: rgb(231,13,236); }
div.DivClassName
{
background-color: #E70DEC;
}
.BgClassName
{
background-color: #E70DEC;
}
</style>
border-color css
<style>
span { border-color: #E70DEC; }
span { border-color: rgb(231,13,236); }
td.TdClassName
{
border-color: #E70DEC;
}
.TagClassName
{
border-color: #E70DEC;
}
</style>