Shades of Psychedelic Purple #E802E8
Tints of Psychedelic Purple #E802E8
RGB
CMYK
RGB Variations
Color information
#E802E8 (or 0xE802E8) is known color: Psychedelic Purple. HEX triplet: E8, 02 and E8. RGB value is (232,2,232). Sum of RGB (Red+Green+Blue) = 232+2+232=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: red, blue. Hex color #E802E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E802E8 is #17FD17. Grayscale: #606060. Windows color (decimal): -1572120 or 15205096. OLE color: 15205096.
HSL color Cylindrical-coordinate representation of color #E802E8: hue angle of 300º 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 #E802E8 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 232 | - |
| CMYK | 0 | 0.99 | 0 | 0.09 |
| HSL | 300º | 0.98% | 0.46% | - |
| HSV(B) | 300º | 0.99% | 0.91% | - |
| XYZ | 47.87 | 23.03 | 78.27 | - |
| YUV | 96.99 | 204.2 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 232 | 0 | 0.99 | 0 | 0.09 | 300 | 0.98 | 0.46 |
| Hex | E8 | 2 | E8 | 0 | 63 | 0 | 9 | 12C | 62 | 2E |
| Octal | 350 | 2 | 350 | 0 | 143 | 0 | 11 | 454 | 142 | 56 |
| Binary | 11101000 | 10 | 11101000 | 0 | 1100011 | 0 | 1001 | 100101100 | 1100010 | 101110 |
Color Harmonies of #E802E8
Complementary color
Monochromatic Colors of #E802E8
Black with #E802E8
Text Example
Text Example
White with #E802E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E802E8; }
p { color: rgb(232,2,232); }
H1.HeaderClassName
{
color: #E802E8;
}
.AnyTagClassName
{
color: #E802E8;
}
</style>
background-color css
<style>
a { background-color: #E802E8; }
a { background-color: rgb(232,2,232); }
div.DivClassName
{
background-color: #E802E8;
}
.BgClassName
{
background-color: #E802E8;
}
</style>
border-color css
<style>
span { border-color: #E802E8; }
span { border-color: rgb(232,2,232); }
td.TdClassName
{
border-color: #E802E8;
}
.TagClassName
{
border-color: #E802E8;
}
</style>