Shades of Psychedelic Purple #E204EC
Tints of Psychedelic Purple #E204EC
RGB
CMYK
RGB Variations
Color information
#E204EC (or 0xE204EC) is known color: Psychedelic Purple. HEX triplet: E2, 04 and EC. RGB value is (226,4,236). Sum of RGB (Red+Green+Blue) = 226+4+236=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #E204EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E204EC is #1DFB13. Grayscale: #606060. Windows color (decimal): -1964820 or 15467746. OLE color: 15467746.
HSL color Cylindrical-coordinate representation of color #E204EC: hue angle of 297.41º 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 #E204EC is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 4 | 236 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.07 |
| HSL | 297.41º | 0.97% | 0.47% | - |
| HSV(B) | 297.41º | 0.98% | 0.93% | - |
| XYZ | 46.55 | 22.31 | 81.21 | - |
| YUV | 96.83 | 206.55 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 236 | 0.04 | 0.98 | 0 | 0.07 | 297.41 | 0.97 | 0.47 |
| Hex | E2 | 4 | EC | 4 | 62 | 0 | 7 | 129 | 61 | 2F |
| Octal | 342 | 4 | 354 | 4 | 142 | 0 | 7 | 451 | 141 | 57 |
| Binary | 11100010 | 100 | 11101100 | 100 | 1100010 | 0 | 111 | 100101001 | 1100001 | 101111 |
Color Harmonies of #E204EC
Complementary color
Monochromatic Colors of #E204EC
Black with #E204EC
Text Example
Text Example
White with #E204EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E204EC; }
p { color: rgb(226,4,236); }
H1.HeaderClassName
{
color: #E204EC;
}
.AnyTagClassName
{
color: #E204EC;
}
</style>
background-color css
<style>
a { background-color: #E204EC; }
a { background-color: rgb(226,4,236); }
div.DivClassName
{
background-color: #E204EC;
}
.BgClassName
{
background-color: #E204EC;
}
</style>
border-color css
<style>
span { border-color: #E204EC; }
span { border-color: rgb(226,4,236); }
td.TdClassName
{
border-color: #E204EC;
}
.TagClassName
{
border-color: #E204EC;
}
</style>