Shades of Psychedelic Purple #E701E5
Tints of Psychedelic Purple #E701E5
RGB
CMYK
RGB Variations
Color information
#E701E5 (or 0xE701E5) is known color: Psychedelic Purple. HEX triplet: E7, 01 and E5. RGB value is (231,1,229). Sum of RGB (Red+Green+Blue) = 231+1+229=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E701E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701E5 is #18FE1A. Grayscale: #5F5F5F. Windows color (decimal): -1637915 or 15008231. OLE color: 15008231.
HSL color Cylindrical-coordinate representation of color #E701E5: hue angle of 300.52º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701E5 is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 229 | - |
| CMYK | 0 | 1.00 | 0.01 | 0.09 |
| HSL | 300.52º | 0.99% | 0.45% | - |
| HSV(B) | 300.52º | 1% | 0.91% | - |
| XYZ | 47.11 | 22.67 | 76.02 | - |
| YUV | 95.76 | 203.2 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 229 | 0 | 1.00 | 0.01 | 0.09 | 300.52 | 0.99 | 0.45 |
| Hex | E7 | 1 | E5 | 0 | 64 | 1 | 9 | 12D | 63 | 2D |
| Octal | 347 | 1 | 345 | 0 | 144 | 1 | 11 | 455 | 143 | 55 |
| Binary | 11100111 | 1 | 11100101 | 0 | 1100100 | 1 | 1001 | 100101101 | 1100011 | 101101 |
Color Harmonies of #E701E5
Complementary color
Monochromatic Colors of #E701E5
Black with #E701E5
Text Example
Text Example
White with #E701E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701E5; }
p { color: rgb(231,1,229); }
H1.HeaderClassName
{
color: #E701E5;
}
.AnyTagClassName
{
color: #E701E5;
}
</style>
background-color css
<style>
a { background-color: #E701E5; }
a { background-color: rgb(231,1,229); }
div.DivClassName
{
background-color: #E701E5;
}
.BgClassName
{
background-color: #E701E5;
}
</style>
border-color css
<style>
span { border-color: #E701E5; }
span { border-color: rgb(231,1,229); }
td.TdClassName
{
border-color: #E701E5;
}
.TagClassName
{
border-color: #E701E5;
}
</style>