Shades of Psychedelic Purple #E700E9
Tints of Psychedelic Purple #E700E9
RGB
CMYK
RGB Variations
Color information
#E700E9 (or 0xE700E9) is known color: Psychedelic Purple. HEX triplet: E7, 00 and E9. RGB value is (231,0,233). Sum of RGB (Red+Green+Blue) = 231+0+233=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #E700E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E700E9 is #18FF16. Grayscale: #5E5E5E. Windows color (decimal): -1638167 or 15270119. OLE color: 15270119.
HSL color Cylindrical-coordinate representation of color #E700E9: hue angle of 299.48º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E700E9 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 233 | - |
| CMYK | 0.01 | 1 | 0 | 0.09 |
| HSL | 299.49º | 1% | 0.46% | - |
| HSV(B) | 299.49º | 1% | 0.91% | - |
| XYZ | 47.66 | 22.87 | 78.99 | - |
| YUV | 95.63 | 205.53 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 233 | 0.01 | 1 | 0 | 0.09 | 299.49 | 1 | 0.46 |
| Hex | E7 | 0 | E9 | 1 | 64 | 0 | 9 | 12B | 64 | 2E |
| Octal | 347 | 0 | 351 | 1 | 144 | 0 | 11 | 453 | 144 | 56 |
| Binary | 11100111 | 0 | 11101001 | 1 | 1100100 | 0 | 1001 | 100101011 | 1100100 | 101110 |
Color Harmonies of #E700E9
Complementary color
Monochromatic Colors of #E700E9
Black with #E700E9
Text Example
Text Example
White with #E700E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700E9; }
p { color: rgb(231,0,233); }
H1.HeaderClassName
{
color: #E700E9;
}
.AnyTagClassName
{
color: #E700E9;
}
</style>
background-color css
<style>
a { background-color: #E700E9; }
a { background-color: rgb(231,0,233); }
div.DivClassName
{
background-color: #E700E9;
}
.BgClassName
{
background-color: #E700E9;
}
</style>
border-color css
<style>
span { border-color: #E700E9; }
span { border-color: rgb(231,0,233); }
td.TdClassName
{
border-color: #E700E9;
}
.TagClassName
{
border-color: #E700E9;
}
</style>