Shades of Psychedelic Purple #E703EE
Tints of Psychedelic Purple #E703EE
RGB
CMYK
RGB Variations
Color information
#E703EE (or 0xE703EE) is known color: Psychedelic Purple. HEX triplet: E7, 03 and EE. RGB value is (231,3,238). Sum of RGB (Red+Green+Blue) = 231+3+238=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 3 (1.56% from 255 or 0.64% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #E703EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E703EE is #18FC11. Grayscale: #616161. Windows color (decimal): -1637394 or 15598567. OLE color: 15598567.
HSL color Cylindrical-coordinate representation of color #E703EE: hue angle of 298.21º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E703EE is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 3 | 238 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.07 |
| HSL | 298.21º | 0.98% | 0.47% | - |
| HSV(B) | 298.21º | 0.99% | 0.93% | - |
| XYZ | 48.42 | 23.23 | 82.82 | - |
| YUV | 97.96 | 207.04 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 238 | 0.03 | 0.99 | 0 | 0.07 | 298.21 | 0.98 | 0.47 |
| Hex | E7 | 3 | EE | 3 | 63 | 0 | 7 | 12A | 62 | 2F |
| Octal | 347 | 3 | 356 | 3 | 143 | 0 | 7 | 452 | 142 | 57 |
| Binary | 11100111 | 11 | 11101110 | 11 | 1100011 | 0 | 111 | 100101010 | 1100010 | 101111 |
Color Harmonies of #E703EE
Complementary color
Monochromatic Colors of #E703EE
Black with #E703EE
Text Example
Text Example
White with #E703EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703EE; }
p { color: rgb(231,3,238); }
H1.HeaderClassName
{
color: #E703EE;
}
.AnyTagClassName
{
color: #E703EE;
}
</style>
background-color css
<style>
a { background-color: #E703EE; }
a { background-color: rgb(231,3,238); }
div.DivClassName
{
background-color: #E703EE;
}
.BgClassName
{
background-color: #E703EE;
}
</style>
border-color css
<style>
span { border-color: #E703EE; }
span { border-color: rgb(231,3,238); }
td.TdClassName
{
border-color: #E703EE;
}
.TagClassName
{
border-color: #E703EE;
}
</style>