Shades of Psychedelic Purple #E004ED
Tints of Psychedelic Purple #E004ED
RGB
CMYK
RGB Variations
Color information
#E004ED (or 0xE004ED) is known color: Psychedelic Purple. HEX triplet: E0, 04 and ED. RGB value is (224,4,237). Sum of RGB (Red+Green+Blue) = 224+4+237=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 4 (1.95% from 255 or 0.86% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #E004ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E004ED is #1FFB12. Grayscale: #5F5F5F. Windows color (decimal): -2095891 or 15533280. OLE color: 15533280.
HSL color Cylindrical-coordinate representation of color #E004ED: hue angle of 296.65º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E004ED is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 4 | 237 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.07 |
| HSL | 296.65º | 0.97% | 0.47% | - |
| HSV(B) | 296.65º | 0.98% | 0.93% | - |
| XYZ | 46.07 | 22.05 | 81.95 | - |
| YUV | 96.34 | 207.39 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 237 | 0.05 | 0.98 | 0 | 0.07 | 296.65 | 0.97 | 0.47 |
| Hex | E0 | 4 | ED | 5 | 62 | 0 | 7 | 129 | 61 | 2F |
| Octal | 340 | 4 | 355 | 5 | 142 | 0 | 7 | 451 | 141 | 57 |
| Binary | 11100000 | 100 | 11101101 | 101 | 1100010 | 0 | 111 | 100101001 | 1100001 | 101111 |
Color Harmonies of #E004ED
Complementary color
Monochromatic Colors of #E004ED
Black with #E004ED
Text Example
Text Example
White with #E004ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004ED; }
p { color: rgb(224,4,237); }
H1.HeaderClassName
{
color: #E004ED;
}
.AnyTagClassName
{
color: #E004ED;
}
</style>
background-color css
<style>
a { background-color: #E004ED; }
a { background-color: rgb(224,4,237); }
div.DivClassName
{
background-color: #E004ED;
}
.BgClassName
{
background-color: #E004ED;
}
</style>
border-color css
<style>
span { border-color: #E004ED; }
span { border-color: rgb(224,4,237); }
td.TdClassName
{
border-color: #E004ED;
}
.TagClassName
{
border-color: #E004ED;
}
</style>