Shades of Psychedelic Purple #E628EC
Tints of Psychedelic Purple #E628EC
RGB
CMYK
RGB Variations
Color information
#E628EC (or 0xE628EC) is known color: Psychedelic Purple. HEX triplet: E6, 28 and EC. RGB value is (230,40,236). Sum of RGB (Red+Green+Blue) = 230+40+236=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 40 (16.02% from 255 or 7.91% 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 #E628EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E628EC is #19D713. Grayscale: #767676. Windows color (decimal): -1693460 or 15476966. OLE color: 15476966.
HSL color Cylindrical-coordinate representation of color #E628EC: hue angle of 298.16º 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 #E628EC is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 40 | 236 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.07 |
| HSL | 298.16º | 0.84% | 0.54% | - |
| HSV(B) | 298.16º | 0.83% | 0.93% | - |
| XYZ | 48.53 | 24.4 | 81.51 | - |
| YUV | 119.15 | 193.95 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 236 | 0.03 | 0.83 | 0 | 0.07 | 298.16 | 0.84 | 0.54 |
| Hex | E6 | 28 | EC | 3 | 53 | 0 | 7 | 12A | 54 | 36 |
| Octal | 346 | 50 | 354 | 3 | 123 | 0 | 7 | 452 | 124 | 66 |
| Binary | 11100110 | 101000 | 11101100 | 11 | 1010011 | 0 | 111 | 100101010 | 1010100 | 110110 |
Color Harmonies of #E628EC
Complementary color
Monochromatic Colors of #E628EC
Black with #E628EC
Text Example
Text Example
White with #E628EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E628EC; }
p { color: rgb(230,40,236); }
H1.HeaderClassName
{
color: #E628EC;
}
.AnyTagClassName
{
color: #E628EC;
}
</style>
background-color css
<style>
a { background-color: #E628EC; }
a { background-color: rgb(230,40,236); }
div.DivClassName
{
background-color: #E628EC;
}
.BgClassName
{
background-color: #E628EC;
}
</style>
border-color css
<style>
span { border-color: #E628EC; }
span { border-color: rgb(230,40,236); }
td.TdClassName
{
border-color: #E628EC;
}
.TagClassName
{
border-color: #E628EC;
}
</style>