Shades of Psychedelic Purple #E602EA
Tints of Psychedelic Purple #E602EA
RGB
CMYK
RGB Variations
Color information
#E602EA (or 0xE602EA) is known color: Psychedelic Purple. HEX triplet: E6, 02 and EA. RGB value is (230,2,234). Sum of RGB (Red+Green+Blue) = 230+2+234=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #E602EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E602EA is #19FD15. Grayscale: #5F5F5F. Windows color (decimal): -1703190 or 15336166. OLE color: 15336166.
HSL color Cylindrical-coordinate representation of color #E602EA: hue angle of 298.97º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E602EA is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 2 | 234 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.08 |
| HSL | 298.97º | 0.98% | 0.46% | - |
| HSV(B) | 298.97º | 0.99% | 0.92% | - |
| XYZ | 47.51 | 22.81 | 79.74 | - |
| YUV | 96.62 | 205.54 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 234 | 0.02 | 0.99 | 0 | 0.08 | 298.97 | 0.98 | 0.46 |
| Hex | E6 | 2 | EA | 2 | 63 | 0 | 8 | 12B | 62 | 2E |
| Octal | 346 | 2 | 352 | 2 | 143 | 0 | 10 | 453 | 142 | 56 |
| Binary | 11100110 | 10 | 11101010 | 10 | 1100011 | 0 | 1000 | 100101011 | 1100010 | 101110 |
Color Harmonies of #E602EA
Complementary color
Monochromatic Colors of #E602EA
Black with #E602EA
Text Example
Text Example
White with #E602EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E602EA; }
p { color: rgb(230,2,234); }
H1.HeaderClassName
{
color: #E602EA;
}
.AnyTagClassName
{
color: #E602EA;
}
</style>
background-color css
<style>
a { background-color: #E602EA; }
a { background-color: rgb(230,2,234); }
div.DivClassName
{
background-color: #E602EA;
}
.BgClassName
{
background-color: #E602EA;
}
</style>
border-color css
<style>
span { border-color: #E602EA; }
span { border-color: rgb(230,2,234); }
td.TdClassName
{
border-color: #E602EA;
}
.TagClassName
{
border-color: #E602EA;
}
</style>