Shades of Psychedelic Purple #E808E2
Tints of Psychedelic Purple #E808E2
RGB
CMYK
RGB Variations
Color information
#E808E2 (or 0xE808E2) is known color: Psychedelic Purple. HEX triplet: E8, 08 and E2. RGB value is (232,8,226). Sum of RGB (Red+Green+Blue) = 232+8+226=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 8 (3.52% from 255 or 1.72% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E808E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E808E2 is #17F71D. Grayscale: #636363. Windows color (decimal): -1570590 or 14813416. OLE color: 14813416.
HSL color Cylindrical-coordinate representation of color #E808E2: hue angle of 301.61º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E808E2 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 226 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.09 |
| HSL | 301.61º | 0.93% | 0.47% | - |
| HSV(B) | 301.61º | 0.97% | 0.91% | - |
| XYZ | 47.09 | 22.82 | 73.87 | - |
| YUV | 99.83 | 199.21 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 226 | 0 | 0.97 | 0.03 | 0.09 | 301.61 | 0.93 | 0.47 |
| Hex | E8 | 8 | E2 | 0 | 61 | 3 | 9 | 12E | 5D | 2F |
| Octal | 350 | 10 | 342 | 0 | 141 | 3 | 11 | 456 | 135 | 57 |
| Binary | 11101000 | 1000 | 11100010 | 0 | 1100001 | 11 | 1001 | 100101110 | 1011101 | 101111 |
Color Harmonies of #E808E2
Complementary color
Monochromatic Colors of #E808E2
Black with #E808E2
Text Example
Text Example
White with #E808E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E808E2; }
p { color: rgb(232,8,226); }
H1.HeaderClassName
{
color: #E808E2;
}
.AnyTagClassName
{
color: #E808E2;
}
</style>
background-color css
<style>
a { background-color: #E808E2; }
a { background-color: rgb(232,8,226); }
div.DivClassName
{
background-color: #E808E2;
}
.BgClassName
{
background-color: #E808E2;
}
</style>
border-color css
<style>
span { border-color: #E808E2; }
span { border-color: rgb(232,8,226); }
td.TdClassName
{
border-color: #E808E2;
}
.TagClassName
{
border-color: #E808E2;
}
</style>