Shades of Psychedelic Purple #E005EC
Tints of Psychedelic Purple #E005EC
RGB
CMYK
RGB Variations
Color information
#E005EC (or 0xE005EC) is known color: Psychedelic Purple. HEX triplet: E0, 05 and EC. RGB value is (224,5,236). Sum of RGB (Red+Green+Blue) = 224+5+236=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 5 (2.34% from 255 or 1.08% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #E005EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005EC is #1FFA13. Grayscale: #606060. Windows color (decimal): -2095636 or 15468000. OLE color: 15468000.
HSL color Cylindrical-coordinate representation of color #E005EC: hue angle of 296.88º degrees, saturation: 0.96, 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 #E005EC is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 5 | 236 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.07 |
| HSL | 296.88º | 0.96% | 0.47% | - |
| HSV(B) | 296.88º | 0.98% | 0.93% | - |
| XYZ | 45.94 | 22.01 | 81.18 | - |
| YUV | 96.82 | 206.55 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 236 | 0.05 | 0.98 | 0 | 0.07 | 296.88 | 0.96 | 0.47 |
| Hex | E0 | 5 | EC | 5 | 62 | 0 | 7 | 129 | 60 | 2F |
| Octal | 340 | 5 | 354 | 5 | 142 | 0 | 7 | 451 | 140 | 57 |
| Binary | 11100000 | 101 | 11101100 | 101 | 1100010 | 0 | 111 | 100101001 | 1100000 | 101111 |
Color Harmonies of #E005EC
Complementary color
Monochromatic Colors of #E005EC
Black with #E005EC
Text Example
Text Example
White with #E005EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005EC; }
p { color: rgb(224,5,236); }
H1.HeaderClassName
{
color: #E005EC;
}
.AnyTagClassName
{
color: #E005EC;
}
</style>
background-color css
<style>
a { background-color: #E005EC; }
a { background-color: rgb(224,5,236); }
div.DivClassName
{
background-color: #E005EC;
}
.BgClassName
{
background-color: #E005EC;
}
</style>
border-color css
<style>
span { border-color: #E005EC; }
span { border-color: rgb(224,5,236); }
td.TdClassName
{
border-color: #E005EC;
}
.TagClassName
{
border-color: #E005EC;
}
</style>