Shades of Psychedelic Purple #E703FC
Tints of Psychedelic Purple #E703FC
RGB
CMYK
RGB Variations
Color information
#E703FC (or 0xE703FC) is known color: Psychedelic Purple. HEX triplet: E7, 03 and FC. RGB value is (231,3,252). Sum of RGB (Red+Green+Blue) = 231+3+252=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 3 (1.56% from 255 or 0.62% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #E703FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E703FC is #18FC03. Grayscale: #626262. Windows color (decimal): -1637380 or 16516071. OLE color: 16516071.
HSL color Cylindrical-coordinate representation of color #E703FC: hue angle of 294.94º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E703FC is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 3 | 252 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.01 |
| HSL | 294.94º | 0.98% | 0.5% | - |
| HSV(B) | 294.94º | 0.99% | 0.99% | - |
| XYZ | 50.56 | 24.08 | 94.08 | - |
| YUV | 99.56 | 214.04 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 252 | 0.08 | 0.99 | 0 | 0.01 | 294.94 | 0.98 | 0.5 |
| Hex | E7 | 3 | FC | 8 | 63 | 0 | 1 | 127 | 62 | 32 |
| Octal | 347 | 3 | 374 | 10 | 143 | 0 | 1 | 447 | 142 | 62 |
| Binary | 11100111 | 11 | 11111100 | 1000 | 1100011 | 0 | 1 | 100100111 | 1100010 | 110010 |
Color Harmonies of #E703FC
Complementary color
Monochromatic Colors of #E703FC
Black with #E703FC
Text Example
Text Example
White with #E703FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703FC; }
p { color: rgb(231,3,252); }
H1.HeaderClassName
{
color: #E703FC;
}
.AnyTagClassName
{
color: #E703FC;
}
</style>
background-color css
<style>
a { background-color: #E703FC; }
a { background-color: rgb(231,3,252); }
div.DivClassName
{
background-color: #E703FC;
}
.BgClassName
{
background-color: #E703FC;
}
</style>
border-color css
<style>
span { border-color: #E703FC; }
span { border-color: rgb(231,3,252); }
td.TdClassName
{
border-color: #E703FC;
}
.TagClassName
{
border-color: #E703FC;
}
</style>