Shades of Psychedelic Purple #E712EC
Tints of Psychedelic Purple #E712EC
RGB
CMYK
RGB Variations
Color information
#E712EC (or 0xE712EC) is known color: Psychedelic Purple. HEX triplet: E7, 12 and EC. RGB value is (231,18,236). Sum of RGB (Red+Green+Blue) = 231+18+236=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 18 (7.42% from 255 or 3.71% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #E712EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E712EC is #18ED13. Grayscale: #696969. Windows color (decimal): -1633556 or 15471335. OLE color: 15471335.
HSL color Cylindrical-coordinate representation of color #E712EC: hue angle of 298.62º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E712EC is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 18 | 236 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.07 |
| HSL | 298.62º | 0.86% | 0.5% | - |
| HSV(B) | 298.62º | 0.92% | 0.93% | - |
| XYZ | 48.31 | 23.48 | 81.34 | - |
| YUV | 106.54 | 201.07 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 236 | 0.02 | 0.92 | 0 | 0.07 | 298.62 | 0.86 | 0.5 |
| Hex | E7 | 12 | EC | 2 | 5C | 0 | 7 | 12B | 56 | 32 |
| Octal | 347 | 22 | 354 | 2 | 134 | 0 | 7 | 453 | 126 | 62 |
| Binary | 11100111 | 10010 | 11101100 | 10 | 1011100 | 0 | 111 | 100101011 | 1010110 | 110010 |
Color Harmonies of #E712EC
Complementary color
Monochromatic Colors of #E712EC
Black with #E712EC
Text Example
Text Example
White with #E712EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E712EC; }
p { color: rgb(231,18,236); }
H1.HeaderClassName
{
color: #E712EC;
}
.AnyTagClassName
{
color: #E712EC;
}
</style>
background-color css
<style>
a { background-color: #E712EC; }
a { background-color: rgb(231,18,236); }
div.DivClassName
{
background-color: #E712EC;
}
.BgClassName
{
background-color: #E712EC;
}
</style>
border-color css
<style>
span { border-color: #E712EC; }
span { border-color: rgb(231,18,236); }
td.TdClassName
{
border-color: #E712EC;
}
.TagClassName
{
border-color: #E712EC;
}
</style>