Shades of Psychedelic Purple #E701EB
Tints of Psychedelic Purple #E701EB
RGB
CMYK
RGB Variations
Color information
#E701EB (or 0xE701EB) is known color: Psychedelic Purple. HEX triplet: E7, 01 and EB. RGB value is (231,1,235). Sum of RGB (Red+Green+Blue) = 231+1+235=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #E701EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E701EB is #18FE14. Grayscale: #5F5F5F. Windows color (decimal): -1637909 or 15401447. OLE color: 15401447.
HSL color Cylindrical-coordinate representation of color #E701EB: hue angle of 298.97º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701EB is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 1 | 235 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.08 |
| HSL | 298.97º | 0.99% | 0.46% | - |
| HSV(B) | 298.97º | 1% | 0.92% | - |
| XYZ | 47.96 | 23.01 | 80.51 | - |
| YUV | 96.45 | 206.2 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 235 | 0.02 | 1.00 | 0 | 0.08 | 298.97 | 0.99 | 0.46 |
| Hex | E7 | 1 | EB | 2 | 64 | 0 | 8 | 12B | 63 | 2E |
| Octal | 347 | 1 | 353 | 2 | 144 | 0 | 10 | 453 | 143 | 56 |
| Binary | 11100111 | 1 | 11101011 | 10 | 1100100 | 0 | 1000 | 100101011 | 1100011 | 101110 |
Color Harmonies of #E701EB
Complementary color
Monochromatic Colors of #E701EB
Black with #E701EB
Text Example
Text Example
White with #E701EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701EB; }
p { color: rgb(231,1,235); }
H1.HeaderClassName
{
color: #E701EB;
}
.AnyTagClassName
{
color: #E701EB;
}
</style>
background-color css
<style>
a { background-color: #E701EB; }
a { background-color: rgb(231,1,235); }
div.DivClassName
{
background-color: #E701EB;
}
.BgClassName
{
background-color: #E701EB;
}
</style>
border-color css
<style>
span { border-color: #E701EB; }
span { border-color: rgb(231,1,235); }
td.TdClassName
{
border-color: #E701EB;
}
.TagClassName
{
border-color: #E701EB;
}
</style>