Shades of Psychedelic Purple #E024ED
Tints of Psychedelic Purple #E024ED
RGB
CMYK
RGB Variations
Color information
#E024ED (or 0xE024ED) is known color: Psychedelic Purple. HEX triplet: E0, 24 and ED. RGB value is (224,36,237). Sum of RGB (Red+Green+Blue) = 224+36+237=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 36 (14.45% from 255 or 7.24% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #E024ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E024ED is #1FDB12. Grayscale: #727272. Windows color (decimal): -2087699 or 15541472. OLE color: 15541472.
HSL color Cylindrical-coordinate representation of color #E024ED: hue angle of 296.12º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E024ED is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 36 | 237 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.07 |
| HSL | 296.12º | 0.85% | 0.54% | - |
| HSV(B) | 296.12º | 0.85% | 0.93% | - |
| XYZ | 46.66 | 23.22 | 82.14 | - |
| YUV | 115.13 | 196.78 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 237 | 0.05 | 0.85 | 0 | 0.07 | 296.12 | 0.85 | 0.54 |
| Hex | E0 | 24 | ED | 5 | 55 | 0 | 7 | 128 | 55 | 36 |
| Octal | 340 | 44 | 355 | 5 | 125 | 0 | 7 | 450 | 125 | 66 |
| Binary | 11100000 | 100100 | 11101101 | 101 | 1010101 | 0 | 111 | 100101000 | 1010101 | 110110 |
Color Harmonies of #E024ED
Complementary color
Monochromatic Colors of #E024ED
Black with #E024ED
Text Example
Text Example
White with #E024ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E024ED; }
p { color: rgb(224,36,237); }
H1.HeaderClassName
{
color: #E024ED;
}
.AnyTagClassName
{
color: #E024ED;
}
</style>
background-color css
<style>
a { background-color: #E024ED; }
a { background-color: rgb(224,36,237); }
div.DivClassName
{
background-color: #E024ED;
}
.BgClassName
{
background-color: #E024ED;
}
</style>
border-color css
<style>
span { border-color: #E024ED; }
span { border-color: rgb(224,36,237); }
td.TdClassName
{
border-color: #E024ED;
}
.TagClassName
{
border-color: #E024ED;
}
</style>