Shades of Psychedelic Purple #E803F2
Tints of Psychedelic Purple #E803F2
RGB
CMYK
RGB Variations
Color information
#E803F2 (or 0xE803F2) is known color: Psychedelic Purple. HEX triplet: E8, 03 and F2. RGB value is (232,3,242). Sum of RGB (Red+Green+Blue) = 232+3+242=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 3 (1.56% from 255 or 0.63% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #E803F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E803F2 is #17FC0D. Grayscale: #616161. Windows color (decimal): -1571854 or 15860712. OLE color: 15860712.
HSL color Cylindrical-coordinate representation of color #E803F2: hue angle of 297.49º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E803F2 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 3 | 242 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.05 |
| HSL | 297.49º | 0.98% | 0.48% | - |
| HSV(B) | 297.49º | 0.99% | 0.95% | - |
| XYZ | 49.34 | 23.63 | 85.97 | - |
| YUV | 98.72 | 208.87 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 242 | 0.04 | 0.99 | 0 | 0.05 | 297.49 | 0.98 | 0.48 |
| Hex | E8 | 3 | F2 | 4 | 63 | 0 | 5 | 129 | 62 | 30 |
| Octal | 350 | 3 | 362 | 4 | 143 | 0 | 5 | 451 | 142 | 60 |
| Binary | 11101000 | 11 | 11110010 | 100 | 1100011 | 0 | 101 | 100101001 | 1100010 | 110000 |
Color Harmonies of #E803F2
Complementary color
Monochromatic Colors of #E803F2
Black with #E803F2
Text Example
Text Example
White with #E803F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E803F2; }
p { color: rgb(232,3,242); }
H1.HeaderClassName
{
color: #E803F2;
}
.AnyTagClassName
{
color: #E803F2;
}
</style>
background-color css
<style>
a { background-color: #E803F2; }
a { background-color: rgb(232,3,242); }
div.DivClassName
{
background-color: #E803F2;
}
.BgClassName
{
background-color: #E803F2;
}
</style>
border-color css
<style>
span { border-color: #E803F2; }
span { border-color: rgb(232,3,242); }
td.TdClassName
{
border-color: #E803F2;
}
.TagClassName
{
border-color: #E803F2;
}
</style>