Shades of Psychedelic Purple #E701E9
Tints of Psychedelic Purple #E701E9
RGB
CMYK
RGB Variations
Color information
#E701E9 (or 0xE701E9) is known color: Psychedelic Purple. HEX triplet: E7, 01 and E9. RGB value is (231,1,233). Sum of RGB (Red+Green+Blue) = 231+1+233=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #E701E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E701E9 is #18FE16. Grayscale: #5F5F5F. Windows color (decimal): -1637911 or 15270375. OLE color: 15270375.
HSL color Cylindrical-coordinate representation of color #E701E9: hue angle of 299.48º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701E9 is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 233 | - |
| CMYK | 0.01 | 1.00 | 0 | 0.09 |
| HSL | 299.48º | 0.99% | 0.46% | - |
| HSV(B) | 299.48º | 1% | 0.91% | - |
| XYZ | 47.67 | 22.89 | 79 | - |
| YUV | 96.22 | 205.2 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 233 | 0.01 | 1.00 | 0 | 0.09 | 299.48 | 0.99 | 0.46 |
| Hex | E7 | 1 | E9 | 1 | 64 | 0 | 9 | 12B | 63 | 2E |
| Octal | 347 | 1 | 351 | 1 | 144 | 0 | 11 | 453 | 143 | 56 |
| Binary | 11100111 | 1 | 11101001 | 1 | 1100100 | 0 | 1001 | 100101011 | 1100011 | 101110 |
Color Harmonies of #E701E9
Complementary color
Monochromatic Colors of #E701E9
Black with #E701E9
Text Example
Text Example
White with #E701E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701E9; }
p { color: rgb(231,1,233); }
H1.HeaderClassName
{
color: #E701E9;
}
.AnyTagClassName
{
color: #E701E9;
}
</style>
background-color css
<style>
a { background-color: #E701E9; }
a { background-color: rgb(231,1,233); }
div.DivClassName
{
background-color: #E701E9;
}
.BgClassName
{
background-color: #E701E9;
}
</style>
border-color css
<style>
span { border-color: #E701E9; }
span { border-color: rgb(231,1,233); }
td.TdClassName
{
border-color: #E701E9;
}
.TagClassName
{
border-color: #E701E9;
}
</style>