Shades of Psychedelic Purple #E719EC
Tints of Psychedelic Purple #E719EC
RGB
CMYK
RGB Variations
Color information
#E719EC (or 0xE719EC) is known color: Psychedelic Purple. HEX triplet: E7, 19 and EC. RGB value is (231,25,236). Sum of RGB (Red+Green+Blue) = 231+25+236=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 25 (10.16% from 255 or 5.08% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #E719EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E719EC is #18E613. Grayscale: #6E6E6E. Windows color (decimal): -1631764 or 15473127. OLE color: 15473127.
HSL color Cylindrical-coordinate representation of color #E719EC: hue angle of 298.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E719EC is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 25 | 236 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.07 |
| HSL | 298.58º | 0.85% | 0.51% | - |
| HSV(B) | 298.58º | 0.89% | 0.93% | - |
| XYZ | 48.44 | 23.74 | 81.39 | - |
| YUV | 110.65 | 198.75 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 236 | 0.02 | 0.89 | 0 | 0.07 | 298.58 | 0.85 | 0.51 |
| Hex | E7 | 19 | EC | 2 | 59 | 0 | 7 | 12B | 55 | 33 |
| Octal | 347 | 31 | 354 | 2 | 131 | 0 | 7 | 453 | 125 | 63 |
| Binary | 11100111 | 11001 | 11101100 | 10 | 1011001 | 0 | 111 | 100101011 | 1010101 | 110011 |
Color Harmonies of #E719EC
Complementary color
Monochromatic Colors of #E719EC
Black with #E719EC
Text Example
Text Example
White with #E719EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E719EC; }
p { color: rgb(231,25,236); }
H1.HeaderClassName
{
color: #E719EC;
}
.AnyTagClassName
{
color: #E719EC;
}
</style>
background-color css
<style>
a { background-color: #E719EC; }
a { background-color: rgb(231,25,236); }
div.DivClassName
{
background-color: #E719EC;
}
.BgClassName
{
background-color: #E719EC;
}
</style>
border-color css
<style>
span { border-color: #E719EC; }
span { border-color: rgb(231,25,236); }
td.TdClassName
{
border-color: #E719EC;
}
.TagClassName
{
border-color: #E719EC;
}
</style>