Shades of Psychedelic Purple #E805F0
Tints of Psychedelic Purple #E805F0
RGB
CMYK
RGB Variations
Color information
#E805F0 (or 0xE805F0) is known color: Psychedelic Purple. HEX triplet: E8, 05 and F0. RGB value is (232,5,240). Sum of RGB (Red+Green+Blue) = 232+5+240=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 5 (2.34% from 255 or 1.05% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #E805F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E805F0 is #17FA0F. Grayscale: #626262. Windows color (decimal): -1571344 or 15730152. OLE color: 15730152.
HSL color Cylindrical-coordinate representation of color #E805F0: hue angle of 297.96º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805F0 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 5 | 240 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.06 |
| HSL | 297.96º | 0.96% | 0.48% | - |
| HSV(B) | 297.96º | 0.98% | 0.94% | - |
| XYZ | 49.06 | 23.56 | 84.4 | - |
| YUV | 99.66 | 207.21 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 240 | 0.03 | 0.98 | 0 | 0.06 | 297.96 | 0.96 | 0.48 |
| Hex | E8 | 5 | F0 | 3 | 62 | 0 | 6 | 12A | 60 | 30 |
| Octal | 350 | 5 | 360 | 3 | 142 | 0 | 6 | 452 | 140 | 60 |
| Binary | 11101000 | 101 | 11110000 | 11 | 1100010 | 0 | 110 | 100101010 | 1100000 | 110000 |
Color Harmonies of #E805F0
Complementary color
Monochromatic Colors of #E805F0
Black with #E805F0
Text Example
Text Example
White with #E805F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805F0; }
p { color: rgb(232,5,240); }
H1.HeaderClassName
{
color: #E805F0;
}
.AnyTagClassName
{
color: #E805F0;
}
</style>
background-color css
<style>
a { background-color: #E805F0; }
a { background-color: rgb(232,5,240); }
div.DivClassName
{
background-color: #E805F0;
}
.BgClassName
{
background-color: #E805F0;
}
</style>
border-color css
<style>
span { border-color: #E805F0; }
span { border-color: rgb(232,5,240); }
td.TdClassName
{
border-color: #E805F0;
}
.TagClassName
{
border-color: #E805F0;
}
</style>