Shades of Psychedelic Purple #E805E5
Tints of Psychedelic Purple #E805E5
RGB
CMYK
RGB Variations
Color information
#E805E5 (or 0xE805E5) is known color: Psychedelic Purple. HEX triplet: E8, 05 and E5. RGB value is (232,5,229). Sum of RGB (Red+Green+Blue) = 232+5+229=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 5 (2.34% from 255 or 1.07% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E805E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E805E5 is #17FA1A. Grayscale: #616161. Windows color (decimal): -1571355 or 15009256. OLE color: 15009256.
HSL color Cylindrical-coordinate representation of color #E805E5: hue angle of 300.79º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805E5 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 229 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.09 |
| HSL | 300.79º | 0.96% | 0.46% | - |
| HSV(B) | 300.79º | 0.98% | 0.91% | - |
| XYZ | 47.48 | 22.92 | 76.05 | - |
| YUV | 98.41 | 201.71 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 229 | 0 | 0.98 | 0.01 | 0.09 | 300.79 | 0.96 | 0.46 |
| Hex | E8 | 5 | E5 | 0 | 62 | 1 | 9 | 12D | 60 | 2E |
| Octal | 350 | 5 | 345 | 0 | 142 | 1 | 11 | 455 | 140 | 56 |
| Binary | 11101000 | 101 | 11100101 | 0 | 1100010 | 1 | 1001 | 100101101 | 1100000 | 101110 |
Color Harmonies of #E805E5
Complementary color
Monochromatic Colors of #E805E5
Black with #E805E5
Text Example
Text Example
White with #E805E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805E5; }
p { color: rgb(232,5,229); }
H1.HeaderClassName
{
color: #E805E5;
}
.AnyTagClassName
{
color: #E805E5;
}
</style>
background-color css
<style>
a { background-color: #E805E5; }
a { background-color: rgb(232,5,229); }
div.DivClassName
{
background-color: #E805E5;
}
.BgClassName
{
background-color: #E805E5;
}
</style>
border-color css
<style>
span { border-color: #E805E5; }
span { border-color: rgb(232,5,229); }
td.TdClassName
{
border-color: #E805E5;
}
.TagClassName
{
border-color: #E805E5;
}
</style>