Shades of Psychedelic Purple #E809E2
Tints of Psychedelic Purple #E809E2
RGB
CMYK
RGB Variations
Color information
#E809E2 (or 0xE809E2) is known color: Psychedelic Purple. HEX triplet: E8, 09 and E2. RGB value is (232,9,226). Sum of RGB (Red+Green+Blue) = 232+9+226=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E809E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E809E2 is #17F61D. Grayscale: #636363. Windows color (decimal): -1570334 or 14813672. OLE color: 14813672.
HSL color Cylindrical-coordinate representation of color #E809E2: 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.96%. Process color model (Four color, CMYK) of #E809E2 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 226 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.09 |
| HSL | 301.61º | 0.93% | 0.47% | - |
| HSV(B) | 301.61º | 0.96% | 0.91% | - |
| XYZ | 47.1 | 22.84 | 73.88 | - |
| YUV | 100.42 | 198.88 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 226 | 0 | 0.96 | 0.03 | 0.09 | 301.61 | 0.93 | 0.47 |
| Hex | E8 | 9 | E2 | 0 | 60 | 3 | 9 | 12E | 5D | 2F |
| Octal | 350 | 11 | 342 | 0 | 140 | 3 | 11 | 456 | 135 | 57 |
| Binary | 11101000 | 1001 | 11100010 | 0 | 1100000 | 11 | 1001 | 100101110 | 1011101 | 101111 |
Color Harmonies of #E809E2
Complementary color
Monochromatic Colors of #E809E2
Black with #E809E2
Text Example
Text Example
White with #E809E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E809E2; }
p { color: rgb(232,9,226); }
H1.HeaderClassName
{
color: #E809E2;
}
.AnyTagClassName
{
color: #E809E2;
}
</style>
background-color css
<style>
a { background-color: #E809E2; }
a { background-color: rgb(232,9,226); }
div.DivClassName
{
background-color: #E809E2;
}
.BgClassName
{
background-color: #E809E2;
}
</style>
border-color css
<style>
span { border-color: #E809E2; }
span { border-color: rgb(232,9,226); }
td.TdClassName
{
border-color: #E809E2;
}
.TagClassName
{
border-color: #E809E2;
}
</style>