Shades of Psychedelic Purple #E707EC
Tints of Psychedelic Purple #E707EC
RGB
CMYK
RGB Variations
Color information
#E707EC (or 0xE707EC) is known color: Psychedelic Purple. HEX triplet: E7, 07 and EC. RGB value is (231,7,236). Sum of RGB (Red+Green+Blue) = 231+7+236=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 7 (3.12% from 255 or 1.48% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #E707EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E707EC is #18F813. Grayscale: #636363. Windows color (decimal): -1636372 or 15468519. OLE color: 15468519.
HSL color Cylindrical-coordinate representation of color #E707EC: hue angle of 298.69º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E707EC is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 7 | 236 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.07 |
| HSL | 298.69º | 0.94% | 0.48% | - |
| HSV(B) | 298.69º | 0.97% | 0.93% | - |
| XYZ | 48.17 | 23.2 | 81.3 | - |
| YUV | 100.08 | 204.71 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 236 | 0.02 | 0.97 | 0 | 0.07 | 298.69 | 0.94 | 0.48 |
| Hex | E7 | 7 | EC | 2 | 61 | 0 | 7 | 12B | 5E | 30 |
| Octal | 347 | 7 | 354 | 2 | 141 | 0 | 7 | 453 | 136 | 60 |
| Binary | 11100111 | 111 | 11101100 | 10 | 1100001 | 0 | 111 | 100101011 | 1011110 | 110000 |
Color Harmonies of #E707EC
Complementary color
Monochromatic Colors of #E707EC
Black with #E707EC
Text Example
Text Example
White with #E707EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E707EC; }
p { color: rgb(231,7,236); }
H1.HeaderClassName
{
color: #E707EC;
}
.AnyTagClassName
{
color: #E707EC;
}
</style>
background-color css
<style>
a { background-color: #E707EC; }
a { background-color: rgb(231,7,236); }
div.DivClassName
{
background-color: #E707EC;
}
.BgClassName
{
background-color: #E707EC;
}
</style>
border-color css
<style>
span { border-color: #E707EC; }
span { border-color: rgb(231,7,236); }
td.TdClassName
{
border-color: #E707EC;
}
.TagClassName
{
border-color: #E707EC;
}
</style>