Shades of Psychedelic Purple #E300EC
Tints of Psychedelic Purple #E300EC
RGB
CMYK
RGB Variations
Color information
#E300EC (or 0xE300EC) is known color: Psychedelic Purple. HEX triplet: E3, 00 and EC. RGB value is (227,0,236). Sum of RGB (Red+Green+Blue) = 227+0+236=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #E300EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E300EC is #1CFF13. Grayscale: #5E5E5E. Windows color (decimal): -1900308 or 15466723. OLE color: 15466723.
HSL color Cylindrical-coordinate representation of color #E300EC: hue angle of 297.71º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E300EC is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 0 | 236 | - |
| CMYK | 0.04 | 1 | 0 | 0.07 |
| HSL | 297.71º | 1% | 0.46% | - |
| HSV(B) | 297.71º | 1% | 0.93% | - |
| XYZ | 46.82 | 22.39 | 81.21 | - |
| YUV | 94.78 | 207.71 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 236 | 0.04 | 1 | 0 | 0.07 | 297.71 | 1 | 0.46 |
| Hex | E3 | 0 | EC | 4 | 64 | 0 | 7 | 12A | 64 | 2E |
| Octal | 343 | 0 | 354 | 4 | 144 | 0 | 7 | 452 | 144 | 56 |
| Binary | 11100011 | 0 | 11101100 | 100 | 1100100 | 0 | 111 | 100101010 | 1100100 | 101110 |
Color Harmonies of #E300EC
Complementary color
Monochromatic Colors of #E300EC
Black with #E300EC
Text Example
Text Example
White with #E300EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E300EC; }
p { color: rgb(227,0,236); }
H1.HeaderClassName
{
color: #E300EC;
}
.AnyTagClassName
{
color: #E300EC;
}
</style>
background-color css
<style>
a { background-color: #E300EC; }
a { background-color: rgb(227,0,236); }
div.DivClassName
{
background-color: #E300EC;
}
.BgClassName
{
background-color: #E300EC;
}
</style>
border-color css
<style>
span { border-color: #E300EC; }
span { border-color: rgb(227,0,236); }
td.TdClassName
{
border-color: #E300EC;
}
.TagClassName
{
border-color: #E300EC;
}
</style>