Shades of Psychedelic Purple #E802E6
Tints of Psychedelic Purple #E802E6
RGB
CMYK
RGB Variations
Color information
#E802E6 (or 0xE802E6) is known color: Psychedelic Purple. HEX triplet: E8, 02 and E6. RGB value is (232,2,230). Sum of RGB (Red+Green+Blue) = 232+2+230=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 2 (1.17% from 255 or 0.43% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E802E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E802E6 is #17FD19. Grayscale: #606060. Windows color (decimal): -1572122 or 15074024. OLE color: 15074024.
HSL color Cylindrical-coordinate representation of color #E802E6: hue angle of 300.52º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E802E6 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 230 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.09 |
| HSL | 300.52º | 0.98% | 0.46% | - |
| HSV(B) | 300.52º | 0.99% | 0.91% | - |
| XYZ | 47.58 | 22.91 | 76.78 | - |
| YUV | 96.76 | 203.2 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 230 | 0 | 0.99 | 0.01 | 0.09 | 300.52 | 0.98 | 0.46 |
| Hex | E8 | 2 | E6 | 0 | 63 | 1 | 9 | 12D | 62 | 2E |
| Octal | 350 | 2 | 346 | 0 | 143 | 1 | 11 | 455 | 142 | 56 |
| Binary | 11101000 | 10 | 11100110 | 0 | 1100011 | 1 | 1001 | 100101101 | 1100010 | 101110 |
Color Harmonies of #E802E6
Complementary color
Monochromatic Colors of #E802E6
Black with #E802E6
Text Example
Text Example
White with #E802E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E802E6; }
p { color: rgb(232,2,230); }
H1.HeaderClassName
{
color: #E802E6;
}
.AnyTagClassName
{
color: #E802E6;
}
</style>
background-color css
<style>
a { background-color: #E802E6; }
a { background-color: rgb(232,2,230); }
div.DivClassName
{
background-color: #E802E6;
}
.BgClassName
{
background-color: #E802E6;
}
</style>
border-color css
<style>
span { border-color: #E802E6; }
span { border-color: rgb(232,2,230); }
td.TdClassName
{
border-color: #E802E6;
}
.TagClassName
{
border-color: #E802E6;
}
</style>