Shades of Psychedelic Purple #E700EF
Tints of Psychedelic Purple #E700EF
RGB
CMYK
RGB Variations
Color information
#E700EF (or 0xE700EF) is known color: Psychedelic Purple. HEX triplet: E7, 00 and EF. RGB value is (231,0,239). Sum of RGB (Red+Green+Blue) = 231+0+239=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #E700EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E700EF is #18FF10. Grayscale: #5F5F5F. Windows color (decimal): -1638161 or 15663335. OLE color: 15663335.
HSL color Cylindrical-coordinate representation of color #E700EF: hue angle of 297.99º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E700EF is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 0 | 239 | - |
| CMYK | 0.03 | 1 | 0 | 0.06 |
| HSL | 297.99º | 1% | 0.47% | - |
| HSV(B) | 297.99º | 1% | 0.94% | - |
| XYZ | 48.53 | 23.22 | 83.59 | - |
| YUV | 96.32 | 208.53 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 239 | 0.03 | 1 | 0 | 0.06 | 297.99 | 1 | 0.47 |
| Hex | E7 | 0 | EF | 3 | 64 | 0 | 6 | 12A | 64 | 2F |
| Octal | 347 | 0 | 357 | 3 | 144 | 0 | 6 | 452 | 144 | 57 |
| Binary | 11100111 | 0 | 11101111 | 11 | 1100100 | 0 | 110 | 100101010 | 1100100 | 101111 |
Color Harmonies of #E700EF
Complementary color
Monochromatic Colors of #E700EF
Black with #E700EF
Text Example
Text Example
White with #E700EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700EF; }
p { color: rgb(231,0,239); }
H1.HeaderClassName
{
color: #E700EF;
}
.AnyTagClassName
{
color: #E700EF;
}
</style>
background-color css
<style>
a { background-color: #E700EF; }
a { background-color: rgb(231,0,239); }
div.DivClassName
{
background-color: #E700EF;
}
.BgClassName
{
background-color: #E700EF;
}
</style>
border-color css
<style>
span { border-color: #E700EF; }
span { border-color: rgb(231,0,239); }
td.TdClassName
{
border-color: #E700EF;
}
.TagClassName
{
border-color: #E700EF;
}
</style>