Shades of Psychedelic Purple #E30DEC
Tints of Psychedelic Purple #E30DEC
RGB
CMYK
RGB Variations
Color information
#E30DEC (or 0xE30DEC) is known color: Psychedelic Purple. HEX triplet: E3, 0D and EC. RGB value is (227,13,236). Sum of RGB (Red+Green+Blue) = 227+13+236=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 13 (5.47% from 255 or 2.73% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #E30DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30DEC is #1CF213. Grayscale: #656565. Windows color (decimal): -1896980 or 15470051. OLE color: 15470051.
HSL color Cylindrical-coordinate representation of color #E30DEC: hue angle of 297.58º 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 #E30DEC is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 13 | 236 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.07 |
| HSL | 297.58º | 0.9% | 0.49% | - |
| HSV(B) | 297.58º | 0.94% | 0.93% | - |
| XYZ | 46.96 | 22.67 | 81.26 | - |
| YUV | 102.41 | 203.4 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 236 | 0.04 | 0.94 | 0 | 0.07 | 297.58 | 0.9 | 0.49 |
| Hex | E3 | D | EC | 4 | 5E | 0 | 7 | 12A | 5A | 31 |
| Octal | 343 | 15 | 354 | 4 | 136 | 0 | 7 | 452 | 132 | 61 |
| Binary | 11100011 | 1101 | 11101100 | 100 | 1011110 | 0 | 111 | 100101010 | 1011010 | 110001 |
Color Harmonies of #E30DEC
Complementary color
Monochromatic Colors of #E30DEC
Black with #E30DEC
Text Example
Text Example
White with #E30DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DEC; }
p { color: rgb(227,13,236); }
H1.HeaderClassName
{
color: #E30DEC;
}
.AnyTagClassName
{
color: #E30DEC;
}
</style>
background-color css
<style>
a { background-color: #E30DEC; }
a { background-color: rgb(227,13,236); }
div.DivClassName
{
background-color: #E30DEC;
}
.BgClassName
{
background-color: #E30DEC;
}
</style>
border-color css
<style>
span { border-color: #E30DEC; }
span { border-color: rgb(227,13,236); }
td.TdClassName
{
border-color: #E30DEC;
}
.TagClassName
{
border-color: #E30DEC;
}
</style>