Shades of Psychedelic Purple #E127EC
Tints of Psychedelic Purple #E127EC
RGB
CMYK
RGB Variations
Color information
#E127EC (or 0xE127EC) is known color: Psychedelic Purple. HEX triplet: E1, 27 and EC. RGB value is (225,39,236). Sum of RGB (Red+Green+Blue) = 225+39+236=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 39 (15.62% from 255 or 7.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #E127EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E127EC is #1ED813. Grayscale: #747474. Windows color (decimal): -2021396 or 15476705. OLE color: 15476705.
HSL color Cylindrical-coordinate representation of color #E127EC: hue angle of 296.65º 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 #E127EC is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 39 | 236 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.07 |
| HSL | 296.65º | 0.84% | 0.54% | - |
| HSV(B) | 296.65º | 0.83% | 0.93% | - |
| XYZ | 46.92 | 23.51 | 81.42 | - |
| YUV | 117.07 | 195.12 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 236 | 0.05 | 0.83 | 0 | 0.07 | 296.65 | 0.84 | 0.54 |
| Hex | E1 | 27 | EC | 5 | 53 | 0 | 7 | 129 | 54 | 36 |
| Octal | 341 | 47 | 354 | 5 | 123 | 0 | 7 | 451 | 124 | 66 |
| Binary | 11100001 | 100111 | 11101100 | 101 | 1010011 | 0 | 111 | 100101001 | 1010100 | 110110 |
Color Harmonies of #E127EC
Complementary color
Monochromatic Colors of #E127EC
Black with #E127EC
Text Example
Text Example
White with #E127EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127EC; }
p { color: rgb(225,39,236); }
H1.HeaderClassName
{
color: #E127EC;
}
.AnyTagClassName
{
color: #E127EC;
}
</style>
background-color css
<style>
a { background-color: #E127EC; }
a { background-color: rgb(225,39,236); }
div.DivClassName
{
background-color: #E127EC;
}
.BgClassName
{
background-color: #E127EC;
}
</style>
border-color css
<style>
span { border-color: #E127EC; }
span { border-color: rgb(225,39,236); }
td.TdClassName
{
border-color: #E127EC;
}
.TagClassName
{
border-color: #E127EC;
}
</style>