Shades of Psychedelic Purple #E703FA
Tints of Psychedelic Purple #E703FA
RGB
CMYK
RGB Variations
Color information
#E703FA (or 0xE703FA) is known color: Psychedelic Purple. HEX triplet: E7, 03 and FA. RGB value is (231,3,250). Sum of RGB (Red+Green+Blue) = 231+3+250=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 3 (1.56% from 255 or 0.62% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #E703FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E703FA is #18FC05. Grayscale: #626262. Windows color (decimal): -1637382 or 16384999. OLE color: 16384999.
HSL color Cylindrical-coordinate representation of color #E703FA: hue angle of 295.38º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E703FA is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 3 | 250 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.02 |
| HSL | 295.38º | 0.98% | 0.5% | - |
| HSV(B) | 295.38º | 0.99% | 0.98% | - |
| XYZ | 50.24 | 23.96 | 92.42 | - |
| YUV | 99.33 | 213.04 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 250 | 0.08 | 0.99 | 0 | 0.02 | 295.38 | 0.98 | 0.5 |
| Hex | E7 | 3 | FA | 8 | 63 | 0 | 2 | 127 | 62 | 32 |
| Octal | 347 | 3 | 372 | 10 | 143 | 0 | 2 | 447 | 142 | 62 |
| Binary | 11100111 | 11 | 11111010 | 1000 | 1100011 | 0 | 10 | 100100111 | 1100010 | 110010 |
Color Harmonies of #E703FA
Complementary color
Monochromatic Colors of #E703FA
Black with #E703FA
Text Example
Text Example
White with #E703FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703FA; }
p { color: rgb(231,3,250); }
H1.HeaderClassName
{
color: #E703FA;
}
.AnyTagClassName
{
color: #E703FA;
}
</style>
background-color css
<style>
a { background-color: #E703FA; }
a { background-color: rgb(231,3,250); }
div.DivClassName
{
background-color: #E703FA;
}
.BgClassName
{
background-color: #E703FA;
}
</style>
border-color css
<style>
span { border-color: #E703FA; }
span { border-color: rgb(231,3,250); }
td.TdClassName
{
border-color: #E703FA;
}
.TagClassName
{
border-color: #E703FA;
}
</style>