Shades of Psychedelic Purple #E702EC
Tints of Psychedelic Purple #E702EC
RGB
CMYK
RGB Variations
Color information
#E702EC (or 0xE702EC) is known color: Psychedelic Purple. HEX triplet: E7, 02 and EC. RGB value is (231,2,236). Sum of RGB (Red+Green+Blue) = 231+2+236=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 2 (1.17% from 255 or 0.43% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #E702EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E702EC is #18FD13. Grayscale: #606060. Windows color (decimal): -1637652 or 15467239. OLE color: 15467239.
HSL color Cylindrical-coordinate representation of color #E702EC: hue angle of 298.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E702EC is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 2 | 236 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.07 |
| HSL | 298.72º | 0.98% | 0.47% | - |
| HSV(B) | 298.72º | 0.99% | 0.93% | - |
| XYZ | 48.12 | 23.09 | 81.28 | - |
| YUV | 97.15 | 206.37 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 236 | 0.02 | 0.99 | 0 | 0.07 | 298.72 | 0.98 | 0.47 |
| Hex | E7 | 2 | EC | 2 | 63 | 0 | 7 | 12B | 62 | 2F |
| Octal | 347 | 2 | 354 | 2 | 143 | 0 | 7 | 453 | 142 | 57 |
| Binary | 11100111 | 10 | 11101100 | 10 | 1100011 | 0 | 111 | 100101011 | 1100010 | 101111 |
Color Harmonies of #E702EC
Complementary color
Monochromatic Colors of #E702EC
Black with #E702EC
Text Example
Text Example
White with #E702EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E702EC; }
p { color: rgb(231,2,236); }
H1.HeaderClassName
{
color: #E702EC;
}
.AnyTagClassName
{
color: #E702EC;
}
</style>
background-color css
<style>
a { background-color: #E702EC; }
a { background-color: rgb(231,2,236); }
div.DivClassName
{
background-color: #E702EC;
}
.BgClassName
{
background-color: #E702EC;
}
</style>
border-color css
<style>
span { border-color: #E702EC; }
span { border-color: rgb(231,2,236); }
td.TdClassName
{
border-color: #E702EC;
}
.TagClassName
{
border-color: #E702EC;
}
</style>