Shades of Psychedelic Purple #E802EC
Tints of Psychedelic Purple #E802EC
RGB
CMYK
RGB Variations
Color information
#E802EC (or 0xE802EC) is known color: Psychedelic Purple. HEX triplet: E8, 02 and EC. RGB value is (232,2,236). Sum of RGB (Red+Green+Blue) = 232+2+236=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #E802EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E802EC is #17FD13. Grayscale: #606060. Windows color (decimal): -1572116 or 15467240. OLE color: 15467240.
HSL color Cylindrical-coordinate representation of color #E802EC: hue angle of 298.97º 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 #E802EC is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 2 | 236 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.07 |
| HSL | 298.97º | 0.98% | 0.47% | - |
| HSV(B) | 298.97º | 0.99% | 0.93% | - |
| XYZ | 48.44 | 23.26 | 81.29 | - |
| YUV | 97.45 | 206.2 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 236 | 0.02 | 0.99 | 0 | 0.07 | 298.97 | 0.98 | 0.47 |
| Hex | E8 | 2 | EC | 2 | 63 | 0 | 7 | 12B | 62 | 2F |
| Octal | 350 | 2 | 354 | 2 | 143 | 0 | 7 | 453 | 142 | 57 |
| Binary | 11101000 | 10 | 11101100 | 10 | 1100011 | 0 | 111 | 100101011 | 1100010 | 101111 |
Color Harmonies of #E802EC
Complementary color
Monochromatic Colors of #E802EC
Black with #E802EC
Text Example
Text Example
White with #E802EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E802EC; }
p { color: rgb(232,2,236); }
H1.HeaderClassName
{
color: #E802EC;
}
.AnyTagClassName
{
color: #E802EC;
}
</style>
background-color css
<style>
a { background-color: #E802EC; }
a { background-color: rgb(232,2,236); }
div.DivClassName
{
background-color: #E802EC;
}
.BgClassName
{
background-color: #E802EC;
}
</style>
border-color css
<style>
span { border-color: #E802EC; }
span { border-color: rgb(232,2,236); }
td.TdClassName
{
border-color: #E802EC;
}
.TagClassName
{
border-color: #E802EC;
}
</style>