Shades of Psychedelic Purple #E803F5
Tints of Psychedelic Purple #E803F5
RGB
CMYK
RGB Variations
Color information
#E803F5 (or 0xE803F5) is known color: Psychedelic Purple. HEX triplet: E8, 03 and F5. RGB value is (232,3,245). Sum of RGB (Red+Green+Blue) = 232+3+245=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 3 (1.56% from 255 or 0.62% from 480); Blue value is 245 (96.09% from 255 or 51.04% from 480); Max value from RGB is 245 - color contains mainly: blue. Hex color #E803F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E803F5 is #17FC0A. Grayscale: #626262. Windows color (decimal): -1571851 or 16057320. OLE color: 16057320.
HSL color Cylindrical-coordinate representation of color #E803F5: hue angle of 296.78º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E803F5 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 3 | 245 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.04 |
| HSL | 296.78º | 0.98% | 0.49% | - |
| HSV(B) | 296.78º | 0.99% | 0.96% | - |
| XYZ | 49.79 | 23.81 | 88.36 | - |
| YUV | 99.06 | 210.37 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 245 | 0.05 | 0.99 | 0 | 0.04 | 296.78 | 0.98 | 0.49 |
| Hex | E8 | 3 | F5 | 5 | 63 | 0 | 4 | 129 | 62 | 31 |
| Octal | 350 | 3 | 365 | 5 | 143 | 0 | 4 | 451 | 142 | 61 |
| Binary | 11101000 | 11 | 11110101 | 101 | 1100011 | 0 | 100 | 100101001 | 1100010 | 110001 |
Color Harmonies of #E803F5
Complementary color
Monochromatic Colors of #E803F5
Black with #E803F5
Text Example
Text Example
White with #E803F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E803F5; }
p { color: rgb(232,3,245); }
H1.HeaderClassName
{
color: #E803F5;
}
.AnyTagClassName
{
color: #E803F5;
}
</style>
background-color css
<style>
a { background-color: #E803F5; }
a { background-color: rgb(232,3,245); }
div.DivClassName
{
background-color: #E803F5;
}
.BgClassName
{
background-color: #E803F5;
}
</style>
border-color css
<style>
span { border-color: #E803F5; }
span { border-color: rgb(232,3,245); }
td.TdClassName
{
border-color: #E803F5;
}
.TagClassName
{
border-color: #E803F5;
}
</style>