Shades of Psychedelic Purple #E701EE
Tints of Psychedelic Purple #E701EE
RGB
CMYK
RGB Variations
Color information
#E701EE (or 0xE701EE) is known color: Psychedelic Purple. HEX triplet: E7, 01 and EE. RGB value is (231,1,238). Sum of RGB (Red+Green+Blue) = 231+1+238=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 1 (0.78% from 255 or 0.21% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #E701EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E701EE is #18FE11. Grayscale: #606060. Windows color (decimal): -1637906 or 15598055. OLE color: 15598055.
HSL color Cylindrical-coordinate representation of color #E701EE: hue angle of 298.23º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701EE is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 1 | 238 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.07 |
| HSL | 298.23º | 0.99% | 0.47% | - |
| HSV(B) | 298.23º | 1% | 0.93% | - |
| XYZ | 48.4 | 23.18 | 82.81 | - |
| YUV | 96.79 | 207.7 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 238 | 0.03 | 1.00 | 0 | 0.07 | 298.23 | 0.99 | 0.47 |
| Hex | E7 | 1 | EE | 3 | 64 | 0 | 7 | 12A | 63 | 2F |
| Octal | 347 | 1 | 356 | 3 | 144 | 0 | 7 | 452 | 143 | 57 |
| Binary | 11100111 | 1 | 11101110 | 11 | 1100100 | 0 | 111 | 100101010 | 1100011 | 101111 |
Color Harmonies of #E701EE
Complementary color
Monochromatic Colors of #E701EE
Black with #E701EE
Text Example
Text Example
White with #E701EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701EE; }
p { color: rgb(231,1,238); }
H1.HeaderClassName
{
color: #E701EE;
}
.AnyTagClassName
{
color: #E701EE;
}
</style>
background-color css
<style>
a { background-color: #E701EE; }
a { background-color: rgb(231,1,238); }
div.DivClassName
{
background-color: #E701EE;
}
.BgClassName
{
background-color: #E701EE;
}
</style>
border-color css
<style>
span { border-color: #E701EE; }
span { border-color: rgb(231,1,238); }
td.TdClassName
{
border-color: #E701EE;
}
.TagClassName
{
border-color: #E701EE;
}
</style>