Shades of Psychedelic Purple #E001ED
Tints of Psychedelic Purple #E001ED
RGB
CMYK
RGB Variations
Color information
#E001ED (or 0xE001ED) is known color: Psychedelic Purple. HEX triplet: E0, 01 and ED. RGB value is (224,1,237). Sum of RGB (Red+Green+Blue) = 224+1+237=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 1 (0.78% from 255 or 0.22% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #E001ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E001ED is #1FFE12. Grayscale: #5D5D5D. Windows color (decimal): -2096659 or 15532512. OLE color: 15532512.
HSL color Cylindrical-coordinate representation of color #E001ED: hue angle of 296.69º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001ED is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 1 | 237 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.07 |
| HSL | 296.69º | 0.99% | 0.47% | - |
| HSV(B) | 296.69º | 1% | 0.93% | - |
| XYZ | 46.04 | 21.98 | 81.94 | - |
| YUV | 94.58 | 208.38 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 237 | 0.05 | 1.00 | 0 | 0.07 | 296.69 | 0.99 | 0.47 |
| Hex | E0 | 1 | ED | 5 | 64 | 0 | 7 | 129 | 63 | 2F |
| Octal | 340 | 1 | 355 | 5 | 144 | 0 | 7 | 451 | 143 | 57 |
| Binary | 11100000 | 1 | 11101101 | 101 | 1100100 | 0 | 111 | 100101001 | 1100011 | 101111 |
Color Harmonies of #E001ED
Complementary color
Monochromatic Colors of #E001ED
Black with #E001ED
Text Example
Text Example
White with #E001ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E001ED; }
p { color: rgb(224,1,237); }
H1.HeaderClassName
{
color: #E001ED;
}
.AnyTagClassName
{
color: #E001ED;
}
</style>
background-color css
<style>
a { background-color: #E001ED; }
a { background-color: rgb(224,1,237); }
div.DivClassName
{
background-color: #E001ED;
}
.BgClassName
{
background-color: #E001ED;
}
</style>
border-color css
<style>
span { border-color: #E001ED; }
span { border-color: rgb(224,1,237); }
td.TdClassName
{
border-color: #E001ED;
}
.TagClassName
{
border-color: #E001ED;
}
</style>