Shades of Psychedelic Purple #E803F0
Tints of Psychedelic Purple #E803F0
RGB
CMYK
RGB Variations
Color information
#E803F0 (or 0xE803F0) is known color: Psychedelic Purple. HEX triplet: E8, 03 and F0. RGB value is (232,3,240). Sum of RGB (Red+Green+Blue) = 232+3+240=475 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.84% from 475); Green value is 3 (1.56% from 255 or 0.63% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #E803F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E803F0 is #17FC0F. Grayscale: #616161. Windows color (decimal): -1571856 or 15729640. OLE color: 15729640.
HSL color Cylindrical-coordinate representation of color #E803F0: hue angle of 297.97º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E803F0 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 3 | 240 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.06 |
| HSL | 297.97º | 0.98% | 0.48% | - |
| HSV(B) | 297.97º | 0.99% | 0.94% | - |
| XYZ | 49.04 | 23.51 | 84.39 | - |
| YUV | 98.49 | 207.87 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 240 | 0.03 | 0.99 | 0 | 0.06 | 297.97 | 0.98 | 0.48 |
| Hex | E8 | 3 | F0 | 3 | 63 | 0 | 6 | 12A | 62 | 30 |
| Octal | 350 | 3 | 360 | 3 | 143 | 0 | 6 | 452 | 142 | 60 |
| Binary | 11101000 | 11 | 11110000 | 11 | 1100011 | 0 | 110 | 100101010 | 1100010 | 110000 |
Color Harmonies of #E803F0
Complementary color
Monochromatic Colors of #E803F0
Black with #E803F0
Text Example
Text Example
White with #E803F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E803F0; }
p { color: rgb(232,3,240); }
H1.HeaderClassName
{
color: #E803F0;
}
.AnyTagClassName
{
color: #E803F0;
}
</style>
background-color css
<style>
a { background-color: #E803F0; }
a { background-color: rgb(232,3,240); }
div.DivClassName
{
background-color: #E803F0;
}
.BgClassName
{
background-color: #E803F0;
}
</style>
border-color css
<style>
span { border-color: #E803F0; }
span { border-color: rgb(232,3,240); }
td.TdClassName
{
border-color: #E803F0;
}
.TagClassName
{
border-color: #E803F0;
}
</style>