Shades of Psychedelic Purple #E704EC
Tints of Psychedelic Purple #E704EC
RGB
CMYK
RGB Variations
Color information
#E704EC (or 0xE704EC) is known color: Psychedelic Purple. HEX triplet: E7, 04 and EC. RGB value is (231,4,236). Sum of RGB (Red+Green+Blue) = 231+4+236=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 4 (1.95% from 255 or 0.85% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #E704EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E704EC is #18FB13. Grayscale: #616161. Windows color (decimal): -1637140 or 15467751. OLE color: 15467751.
HSL color Cylindrical-coordinate representation of color #E704EC: hue angle of 298.71º 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 #E704EC is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 4 | 236 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.07 |
| HSL | 298.71º | 0.97% | 0.47% | - |
| HSV(B) | 298.71º | 0.98% | 0.93% | - |
| XYZ | 48.14 | 23.13 | 81.28 | - |
| YUV | 98.32 | 205.71 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 236 | 0.02 | 0.98 | 0 | 0.07 | 298.71 | 0.97 | 0.47 |
| Hex | E7 | 4 | EC | 2 | 62 | 0 | 7 | 12B | 61 | 2F |
| Octal | 347 | 4 | 354 | 2 | 142 | 0 | 7 | 453 | 141 | 57 |
| Binary | 11100111 | 100 | 11101100 | 10 | 1100010 | 0 | 111 | 100101011 | 1100001 | 101111 |
Color Harmonies of #E704EC
Complementary color
Monochromatic Colors of #E704EC
Black with #E704EC
Text Example
Text Example
White with #E704EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E704EC; }
p { color: rgb(231,4,236); }
H1.HeaderClassName
{
color: #E704EC;
}
.AnyTagClassName
{
color: #E704EC;
}
</style>
background-color css
<style>
a { background-color: #E704EC; }
a { background-color: rgb(231,4,236); }
div.DivClassName
{
background-color: #E704EC;
}
.BgClassName
{
background-color: #E704EC;
}
</style>
border-color css
<style>
span { border-color: #E704EC; }
span { border-color: rgb(231,4,236); }
td.TdClassName
{
border-color: #E704EC;
}
.TagClassName
{
border-color: #E704EC;
}
</style>