Shades of Psychedelic Purple #E703FE
Tints of Psychedelic Purple #E703FE
RGB
CMYK
RGB Variations
Color information
#E703FE (or 0xE703FE) is known color: Psychedelic Purple. HEX triplet: E7, 03 and FE. RGB value is (231,3,254). Sum of RGB (Red+Green+Blue) = 231+3+254=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 3 (1.56% from 255 or 0.61% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #E703FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E703FE is #18FC01. Grayscale: #636363. Windows color (decimal): -1637378 or 16647143. OLE color: 16647143.
HSL color Cylindrical-coordinate representation of color #E703FE: hue angle of 294.5º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E703FE is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 3 | 254 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.00 |
| HSL | 294.5º | 0.99% | 0.5% | - |
| HSV(B) | 294.5º | 0.99% | 1% | - |
| XYZ | 50.88 | 24.21 | 95.76 | - |
| YUV | 99.79 | 215.04 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 254 | 0.09 | 0.99 | 0 | 0.00 | 294.5 | 0.99 | 0.5 |
| Hex | E7 | 3 | FE | 9 | 63 | 0 | 0 | 127 | 63 | 32 |
| Octal | 347 | 3 | 376 | 11 | 143 | 0 | 0 | 447 | 143 | 62 |
| Binary | 11100111 | 11 | 11111110 | 1001 | 1100011 | 0 | 0 | 100100111 | 1100011 | 110010 |
Color Harmonies of #E703FE
Complementary color
Monochromatic Colors of #E703FE
Black with #E703FE
Text Example
Text Example
White with #E703FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703FE; }
p { color: rgb(231,3,254); }
H1.HeaderClassName
{
color: #E703FE;
}
.AnyTagClassName
{
color: #E703FE;
}
</style>
background-color css
<style>
a { background-color: #E703FE; }
a { background-color: rgb(231,3,254); }
div.DivClassName
{
background-color: #E703FE;
}
.BgClassName
{
background-color: #E703FE;
}
</style>
border-color css
<style>
span { border-color: #E703FE; }
span { border-color: rgb(231,3,254); }
td.TdClassName
{
border-color: #E703FE;
}
.TagClassName
{
border-color: #E703FE;
}
</style>