Shades of Psychedelic Purple #E104EC
Tints of Psychedelic Purple #E104EC
RGB
CMYK
RGB Variations
Color information
#E104EC (or 0xE104EC) is known color: Psychedelic Purple. HEX triplet: E1, 04 and EC. RGB value is (225,4,236). Sum of RGB (Red+Green+Blue) = 225+4+236=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 4 (1.95% from 255 or 0.86% 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 #E104EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E104EC is #1EFB13. Grayscale: #5F5F5F. Windows color (decimal): -2030356 or 15467745. OLE color: 15467745.
HSL color Cylindrical-coordinate representation of color #E104EC: hue angle of 297.16º 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 #E104EC is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 4 | 236 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.07 |
| HSL | 297.16º | 0.97% | 0.47% | - |
| HSV(B) | 297.16º | 0.98% | 0.93% | - |
| XYZ | 46.24 | 22.15 | 81.2 | - |
| YUV | 96.53 | 206.72 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 236 | 0.05 | 0.98 | 0 | 0.07 | 297.16 | 0.97 | 0.47 |
| Hex | E1 | 4 | EC | 5 | 62 | 0 | 7 | 129 | 61 | 2F |
| Octal | 341 | 4 | 354 | 5 | 142 | 0 | 7 | 451 | 141 | 57 |
| Binary | 11100001 | 100 | 11101100 | 101 | 1100010 | 0 | 111 | 100101001 | 1100001 | 101111 |
Color Harmonies of #E104EC
Complementary color
Monochromatic Colors of #E104EC
Black with #E104EC
Text Example
Text Example
White with #E104EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E104EC; }
p { color: rgb(225,4,236); }
H1.HeaderClassName
{
color: #E104EC;
}
.AnyTagClassName
{
color: #E104EC;
}
</style>
background-color css
<style>
a { background-color: #E104EC; }
a { background-color: rgb(225,4,236); }
div.DivClassName
{
background-color: #E104EC;
}
.BgClassName
{
background-color: #E104EC;
}
</style>
border-color css
<style>
span { border-color: #E104EC; }
span { border-color: rgb(225,4,236); }
td.TdClassName
{
border-color: #E104EC;
}
.TagClassName
{
border-color: #E104EC;
}
</style>