Shades of Psychedelic Purple #E703F5
Tints of Psychedelic Purple #E703F5
RGB
CMYK
RGB Variations
Color information
#E703F5 (or 0xE703F5) is known color: Psychedelic Purple. HEX triplet: E7, 03 and F5. RGB value is (231,3,245). Sum of RGB (Red+Green+Blue) = 231+3+245=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 3 (1.56% from 255 or 0.63% from 479); Blue value is 245 (96.09% from 255 or 51.15% from 479); Max value from RGB is 245 - color contains mainly: blue. Hex color #E703F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E703F5 is #18FC0A. Grayscale: #626262. Windows color (decimal): -1637387 or 16057319. OLE color: 16057319.
HSL color Cylindrical-coordinate representation of color #E703F5: hue angle of 296.53º 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 #E703F5 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 3 | 245 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.04 |
| HSL | 296.53º | 0.98% | 0.49% | - |
| HSV(B) | 296.53º | 0.99% | 0.96% | - |
| XYZ | 49.47 | 23.65 | 88.34 | - |
| YUV | 98.76 | 210.54 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 245 | 0.06 | 0.99 | 0 | 0.04 | 296.53 | 0.98 | 0.49 |
| Hex | E7 | 3 | F5 | 6 | 63 | 0 | 4 | 129 | 62 | 31 |
| Octal | 347 | 3 | 365 | 6 | 143 | 0 | 4 | 451 | 142 | 61 |
| Binary | 11100111 | 11 | 11110101 | 110 | 1100011 | 0 | 100 | 100101001 | 1100010 | 110001 |
Color Harmonies of #E703F5
Complementary color
Monochromatic Colors of #E703F5
Black with #E703F5
Text Example
Text Example
White with #E703F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703F5; }
p { color: rgb(231,3,245); }
H1.HeaderClassName
{
color: #E703F5;
}
.AnyTagClassName
{
color: #E703F5;
}
</style>
background-color css
<style>
a { background-color: #E703F5; }
a { background-color: rgb(231,3,245); }
div.DivClassName
{
background-color: #E703F5;
}
.BgClassName
{
background-color: #E703F5;
}
</style>
border-color css
<style>
span { border-color: #E703F5; }
span { border-color: rgb(231,3,245); }
td.TdClassName
{
border-color: #E703F5;
}
.TagClassName
{
border-color: #E703F5;
}
</style>