Shades of Psychedelic Purple #E700ED
Tints of Psychedelic Purple #E700ED
RGB
CMYK
RGB Variations
Color information
#E700ED (or 0xE700ED) is known color: Psychedelic Purple. HEX triplet: E7, 00 and ED. RGB value is (231,0,237). Sum of RGB (Red+Green+Blue) = 231+0+237=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 0 (0.39% from 255 or 0% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #E700ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E700ED is #18FF12. Grayscale: #5F5F5F. Windows color (decimal): -1638163 or 15532263. OLE color: 15532263.
HSL color Cylindrical-coordinate representation of color #E700ED: hue angle of 298.48º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E700ED is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 0 | 237 | - |
| CMYK | 0.03 | 1 | 0 | 0.07 |
| HSL | 298.48º | 1% | 0.46% | - |
| HSV(B) | 298.48º | 1% | 0.93% | - |
| XYZ | 48.24 | 23.1 | 82.04 | - |
| YUV | 96.09 | 207.53 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 237 | 0.03 | 1 | 0 | 0.07 | 298.48 | 1 | 0.46 |
| Hex | E7 | 0 | ED | 3 | 64 | 0 | 7 | 12A | 64 | 2E |
| Octal | 347 | 0 | 355 | 3 | 144 | 0 | 7 | 452 | 144 | 56 |
| Binary | 11100111 | 0 | 11101101 | 11 | 1100100 | 0 | 111 | 100101010 | 1100100 | 101110 |
Color Harmonies of #E700ED
Complementary color
Monochromatic Colors of #E700ED
Black with #E700ED
Text Example
Text Example
White with #E700ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700ED; }
p { color: rgb(231,0,237); }
H1.HeaderClassName
{
color: #E700ED;
}
.AnyTagClassName
{
color: #E700ED;
}
</style>
background-color css
<style>
a { background-color: #E700ED; }
a { background-color: rgb(231,0,237); }
div.DivClassName
{
background-color: #E700ED;
}
.BgClassName
{
background-color: #E700ED;
}
</style>
border-color css
<style>
span { border-color: #E700ED; }
span { border-color: rgb(231,0,237); }
td.TdClassName
{
border-color: #E700ED;
}
.TagClassName
{
border-color: #E700ED;
}
</style>