Shades of Psychedelic Purple #E425EC
Tints of Psychedelic Purple #E425EC
RGB
CMYK
RGB Variations
Color information
#E425EC (or 0xE425EC) is known color: Psychedelic Purple. HEX triplet: E4, 25 and EC. RGB value is (228,37,236). Sum of RGB (Red+Green+Blue) = 228+37+236=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 37 (14.84% from 255 or 7.39% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #E425EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E425EC is #1BDA13. Grayscale: #747474. Windows color (decimal): -1825300 or 15476196. OLE color: 15476196.
HSL color Cylindrical-coordinate representation of color #E425EC: hue angle of 297.59º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E425EC is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 37 | 236 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.07 |
| HSL | 297.59º | 0.84% | 0.54% | - |
| HSV(B) | 297.59º | 0.84% | 0.93% | - |
| XYZ | 47.8 | 23.87 | 81.45 | - |
| YUV | 116.8 | 195.28 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 37 | 236 | 0.03 | 0.84 | 0 | 0.07 | 297.59 | 0.84 | 0.54 |
| Hex | E4 | 25 | EC | 3 | 54 | 0 | 7 | 12A | 54 | 36 |
| Octal | 344 | 45 | 354 | 3 | 124 | 0 | 7 | 452 | 124 | 66 |
| Binary | 11100100 | 100101 | 11101100 | 11 | 1010100 | 0 | 111 | 100101010 | 1010100 | 110110 |
Color Harmonies of #E425EC
Complementary color
Monochromatic Colors of #E425EC
Black with #E425EC
Text Example
Text Example
White with #E425EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E425EC; }
p { color: rgb(228,37,236); }
H1.HeaderClassName
{
color: #E425EC;
}
.AnyTagClassName
{
color: #E425EC;
}
</style>
background-color css
<style>
a { background-color: #E425EC; }
a { background-color: rgb(228,37,236); }
div.DivClassName
{
background-color: #E425EC;
}
.BgClassName
{
background-color: #E425EC;
}
</style>
border-color css
<style>
span { border-color: #E425EC; }
span { border-color: rgb(228,37,236); }
td.TdClassName
{
border-color: #E425EC;
}
.TagClassName
{
border-color: #E425EC;
}
</style>