Shades of Psychedelic Purple #E809E3
Tints of Psychedelic Purple #E809E3
RGB
CMYK
RGB Variations
Color information
#E809E3 (or 0xE809E3) is known color: Psychedelic Purple. HEX triplet: E8, 09 and E3. RGB value is (232,9,227). Sum of RGB (Red+Green+Blue) = 232+9+227=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 9 (3.91% from 255 or 1.92% from 468); Blue value is 227 (89.06% from 255 or 48.50% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E809E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E809E3 is #17F61C. Grayscale: #636363. Windows color (decimal): -1570333 or 14879208. OLE color: 14879208.
HSL color Cylindrical-coordinate representation of color #E809E3: hue angle of 301.35º 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 #E809E3 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 227 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.09 |
| HSL | 301.35º | 0.93% | 0.47% | - |
| HSV(B) | 301.35º | 0.96% | 0.91% | - |
| XYZ | 47.24 | 22.9 | 74.6 | - |
| YUV | 100.53 | 199.38 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 227 | 0 | 0.96 | 0.02 | 0.09 | 301.35 | 0.93 | 0.47 |
| Hex | E8 | 9 | E3 | 0 | 60 | 2 | 9 | 12D | 5D | 2F |
| Octal | 350 | 11 | 343 | 0 | 140 | 2 | 11 | 455 | 135 | 57 |
| Binary | 11101000 | 1001 | 11100011 | 0 | 1100000 | 10 | 1001 | 100101101 | 1011101 | 101111 |
Color Harmonies of #E809E3
Complementary color
Monochromatic Colors of #E809E3
Black with #E809E3
Text Example
Text Example
White with #E809E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E809E3; }
p { color: rgb(232,9,227); }
H1.HeaderClassName
{
color: #E809E3;
}
.AnyTagClassName
{
color: #E809E3;
}
</style>
background-color css
<style>
a { background-color: #E809E3; }
a { background-color: rgb(232,9,227); }
div.DivClassName
{
background-color: #E809E3;
}
.BgClassName
{
background-color: #E809E3;
}
</style>
border-color css
<style>
span { border-color: #E809E3; }
span { border-color: rgb(232,9,227); }
td.TdClassName
{
border-color: #E809E3;
}
.TagClassName
{
border-color: #E809E3;
}
</style>