Shades of Psychedelic Purple #E300ED
Tints of Psychedelic Purple #E300ED
RGB
CMYK
RGB Variations
Color information
#E300ED (or 0xE300ED) is known color: Psychedelic Purple. HEX triplet: E3, 00 and ED. RGB value is (227,0,237). Sum of RGB (Red+Green+Blue) = 227+0+237=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #E300ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E300ED is #1CFF12. Grayscale: #5E5E5E. Windows color (decimal): -1900307 or 15532259. OLE color: 15532259.
HSL color Cylindrical-coordinate representation of color #E300ED: hue angle of 297.47º 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 #E300ED is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 0 | 237 | - |
| CMYK | 0.04 | 1 | 0 | 0.07 |
| HSL | 297.47º | 1% | 0.46% | - |
| HSV(B) | 297.47º | 1% | 0.93% | - |
| XYZ | 46.96 | 22.45 | 81.98 | - |
| YUV | 94.89 | 208.21 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 237 | 0.04 | 1 | 0 | 0.07 | 297.47 | 1 | 0.46 |
| Hex | E3 | 0 | ED | 4 | 64 | 0 | 7 | 129 | 64 | 2E |
| Octal | 343 | 0 | 355 | 4 | 144 | 0 | 7 | 451 | 144 | 56 |
| Binary | 11100011 | 0 | 11101101 | 100 | 1100100 | 0 | 111 | 100101001 | 1100100 | 101110 |
Color Harmonies of #E300ED
Complementary color
Monochromatic Colors of #E300ED
Black with #E300ED
Text Example
Text Example
White with #E300ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E300ED; }
p { color: rgb(227,0,237); }
H1.HeaderClassName
{
color: #E300ED;
}
.AnyTagClassName
{
color: #E300ED;
}
</style>
background-color css
<style>
a { background-color: #E300ED; }
a { background-color: rgb(227,0,237); }
div.DivClassName
{
background-color: #E300ED;
}
.BgClassName
{
background-color: #E300ED;
}
</style>
border-color css
<style>
span { border-color: #E300ED; }
span { border-color: rgb(227,0,237); }
td.TdClassName
{
border-color: #E300ED;
}
.TagClassName
{
border-color: #E300ED;
}
</style>