Shades of Psychedelic Purple #E727EC
Tints of Psychedelic Purple #E727EC
RGB
CMYK
RGB Variations
Color information
#E727EC (or 0xE727EC) is known color: Psychedelic Purple. HEX triplet: E7, 27 and EC. RGB value is (231,39,236). Sum of RGB (Red+Green+Blue) = 231+39+236=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 39 (15.62% from 255 or 7.71% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #E727EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E727EC is #18D813. Grayscale: #767676. Windows color (decimal): -1628180 or 15476711. OLE color: 15476711.
HSL color Cylindrical-coordinate representation of color #E727EC: hue angle of 298.48º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E727EC is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 39 | 236 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.07 |
| HSL | 298.48º | 0.84% | 0.54% | - |
| HSV(B) | 298.48º | 0.83% | 0.93% | - |
| XYZ | 48.82 | 24.5 | 81.51 | - |
| YUV | 118.87 | 194.11 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 39 | 236 | 0.02 | 0.83 | 0 | 0.07 | 298.48 | 0.84 | 0.54 |
| Hex | E7 | 27 | EC | 2 | 53 | 0 | 7 | 12A | 54 | 36 |
| Octal | 347 | 47 | 354 | 2 | 123 | 0 | 7 | 452 | 124 | 66 |
| Binary | 11100111 | 100111 | 11101100 | 10 | 1010011 | 0 | 111 | 100101010 | 1010100 | 110110 |
Color Harmonies of #E727EC
Complementary color
Monochromatic Colors of #E727EC
Black with #E727EC
Text Example
Text Example
White with #E727EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E727EC; }
p { color: rgb(231,39,236); }
H1.HeaderClassName
{
color: #E727EC;
}
.AnyTagClassName
{
color: #E727EC;
}
</style>
background-color css
<style>
a { background-color: #E727EC; }
a { background-color: rgb(231,39,236); }
div.DivClassName
{
background-color: #E727EC;
}
.BgClassName
{
background-color: #E727EC;
}
</style>
border-color css
<style>
span { border-color: #E727EC; }
span { border-color: rgb(231,39,236); }
td.TdClassName
{
border-color: #E727EC;
}
.TagClassName
{
border-color: #E727EC;
}
</style>