Shades of Psychedelic Purple #E014ED
Tints of Psychedelic Purple #E014ED
RGB
CMYK
RGB Variations
Color information
#E014ED (or 0xE014ED) is known color: Psychedelic Purple. HEX triplet: E0, 14 and ED. RGB value is (224,20,237). Sum of RGB (Red+Green+Blue) = 224+20+237=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 20 (8.20% from 255 or 4.16% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #E014ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E014ED is #1FEB12. Grayscale: #696969. Windows color (decimal): -2091795 or 15537376. OLE color: 15537376.
HSL color Cylindrical-coordinate representation of color #E014ED: hue angle of 296.41º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E014ED is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 20 | 237 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.07 |
| HSL | 296.41º | 0.86% | 0.5% | - |
| HSV(B) | 296.41º | 0.92% | 0.93% | - |
| XYZ | 46.28 | 22.46 | 82.02 | - |
| YUV | 105.73 | 202.09 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 237 | 0.05 | 0.92 | 0 | 0.07 | 296.41 | 0.86 | 0.5 |
| Hex | E0 | 14 | ED | 5 | 5C | 0 | 7 | 128 | 56 | 32 |
| Octal | 340 | 24 | 355 | 5 | 134 | 0 | 7 | 450 | 126 | 62 |
| Binary | 11100000 | 10100 | 11101101 | 101 | 1011100 | 0 | 111 | 100101000 | 1010110 | 110010 |
Color Harmonies of #E014ED
Complementary color
Monochromatic Colors of #E014ED
Black with #E014ED
Text Example
Text Example
White with #E014ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E014ED; }
p { color: rgb(224,20,237); }
H1.HeaderClassName
{
color: #E014ED;
}
.AnyTagClassName
{
color: #E014ED;
}
</style>
background-color css
<style>
a { background-color: #E014ED; }
a { background-color: rgb(224,20,237); }
div.DivClassName
{
background-color: #E014ED;
}
.BgClassName
{
background-color: #E014ED;
}
</style>
border-color css
<style>
span { border-color: #E014ED; }
span { border-color: rgb(224,20,237); }
td.TdClassName
{
border-color: #E014ED;
}
.TagClassName
{
border-color: #E014ED;
}
</style>