Shades of Psychedelic Purple #E602EC
Tints of Psychedelic Purple #E602EC
RGB
CMYK
RGB Variations
Color information
#E602EC (or 0xE602EC) is known color: Psychedelic Purple. HEX triplet: E6, 02 and EC. RGB value is (230,2,236). Sum of RGB (Red+Green+Blue) = 230+2+236=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 2 (1.17% from 255 or 0.43% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #E602EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E602EC is #19FD13. Grayscale: #606060. Windows color (decimal): -1703188 or 15467238. OLE color: 15467238.
HSL color Cylindrical-coordinate representation of color #E602EC: hue angle of 298.46º 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 #E602EC is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 2 | 236 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.07 |
| HSL | 298.46º | 0.98% | 0.47% | - |
| HSV(B) | 298.46º | 0.99% | 0.93% | - |
| XYZ | 47.8 | 22.92 | 81.26 | - |
| YUV | 96.85 | 206.54 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 236 | 0.03 | 0.99 | 0 | 0.07 | 298.46 | 0.98 | 0.47 |
| Hex | E6 | 2 | EC | 3 | 63 | 0 | 7 | 12A | 62 | 2F |
| Octal | 346 | 2 | 354 | 3 | 143 | 0 | 7 | 452 | 142 | 57 |
| Binary | 11100110 | 10 | 11101100 | 11 | 1100011 | 0 | 111 | 100101010 | 1100010 | 101111 |
Color Harmonies of #E602EC
Complementary color
Monochromatic Colors of #E602EC
Black with #E602EC
Text Example
Text Example
White with #E602EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E602EC; }
p { color: rgb(230,2,236); }
H1.HeaderClassName
{
color: #E602EC;
}
.AnyTagClassName
{
color: #E602EC;
}
</style>
background-color css
<style>
a { background-color: #E602EC; }
a { background-color: rgb(230,2,236); }
div.DivClassName
{
background-color: #E602EC;
}
.BgClassName
{
background-color: #E602EC;
}
</style>
border-color css
<style>
span { border-color: #E602EC; }
span { border-color: rgb(230,2,236); }
td.TdClassName
{
border-color: #E602EC;
}
.TagClassName
{
border-color: #E602EC;
}
</style>