Shades of Psychedelic Purple #E427EC
Tints of Psychedelic Purple #E427EC
RGB
CMYK
RGB Variations
Color information
#E427EC (or 0xE427EC) is known color: Psychedelic Purple. HEX triplet: E4, 27 and EC. RGB value is (228,39,236). Sum of RGB (Red+Green+Blue) = 228+39+236=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 39 (15.62% from 255 or 7.75% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #E427EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E427EC is #1BD813. Grayscale: #757575. Windows color (decimal): -1824788 or 15476708. OLE color: 15476708.
HSL color Cylindrical-coordinate representation of color #E427EC: hue angle of 297.56º 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 #E427EC is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 39 | 236 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.07 |
| HSL | 297.56º | 0.84% | 0.54% | - |
| HSV(B) | 297.56º | 0.83% | 0.93% | - |
| XYZ | 47.86 | 24 | 81.47 | - |
| YUV | 117.97 | 194.62 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 39 | 236 | 0.03 | 0.83 | 0 | 0.07 | 297.56 | 0.84 | 0.54 |
| Hex | E4 | 27 | EC | 3 | 53 | 0 | 7 | 12A | 54 | 36 |
| Octal | 344 | 47 | 354 | 3 | 123 | 0 | 7 | 452 | 124 | 66 |
| Binary | 11100100 | 100111 | 11101100 | 11 | 1010011 | 0 | 111 | 100101010 | 1010100 | 110110 |
Color Harmonies of #E427EC
Complementary color
Monochromatic Colors of #E427EC
Black with #E427EC
Text Example
Text Example
White with #E427EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E427EC; }
p { color: rgb(228,39,236); }
H1.HeaderClassName
{
color: #E427EC;
}
.AnyTagClassName
{
color: #E427EC;
}
</style>
background-color css
<style>
a { background-color: #E427EC; }
a { background-color: rgb(228,39,236); }
div.DivClassName
{
background-color: #E427EC;
}
.BgClassName
{
background-color: #E427EC;
}
</style>
border-color css
<style>
span { border-color: #E427EC; }
span { border-color: rgb(228,39,236); }
td.TdClassName
{
border-color: #E427EC;
}
.TagClassName
{
border-color: #E427EC;
}
</style>