Shades of Psychedelic Purple #E805E9
Tints of Psychedelic Purple #E805E9
RGB
CMYK
RGB Variations
Color information
#E805E9 (or 0xE805E9) is known color: Psychedelic Purple. HEX triplet: E8, 05 and E9. RGB value is (232,5,233). Sum of RGB (Red+Green+Blue) = 232+5+233=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 5 (2.34% from 255 or 1.06% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #E805E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E805E9 is #17FA16. Grayscale: #626262. Windows color (decimal): -1571351 or 15271400. OLE color: 15271400.
HSL color Cylindrical-coordinate representation of color #E805E9: hue angle of 299.74º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805E9 is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 233 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.09 |
| HSL | 299.74º | 0.96% | 0.47% | - |
| HSV(B) | 299.74º | 0.98% | 0.91% | - |
| XYZ | 48.04 | 23.15 | 79.03 | - |
| YUV | 98.87 | 203.71 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 233 | 0.00 | 0.98 | 0 | 0.09 | 299.74 | 0.96 | 0.47 |
| Hex | E8 | 5 | E9 | 0 | 62 | 0 | 9 | 12C | 60 | 2F |
| Octal | 350 | 5 | 351 | 0 | 142 | 0 | 11 | 454 | 140 | 57 |
| Binary | 11101000 | 101 | 11101001 | 0 | 1100010 | 0 | 1001 | 100101100 | 1100000 | 101111 |
Color Harmonies of #E805E9
Complementary color
Monochromatic Colors of #E805E9
Black with #E805E9
Text Example
Text Example
White with #E805E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805E9; }
p { color: rgb(232,5,233); }
H1.HeaderClassName
{
color: #E805E9;
}
.AnyTagClassName
{
color: #E805E9;
}
</style>
background-color css
<style>
a { background-color: #E805E9; }
a { background-color: rgb(232,5,233); }
div.DivClassName
{
background-color: #E805E9;
}
.BgClassName
{
background-color: #E805E9;
}
</style>
border-color css
<style>
span { border-color: #E805E9; }
span { border-color: rgb(232,5,233); }
td.TdClassName
{
border-color: #E805E9;
}
.TagClassName
{
border-color: #E805E9;
}
</style>