Shades of Psychedelic Purple #E407EC
Tints of Psychedelic Purple #E407EC
RGB
CMYK
RGB Variations
Color information
#E407EC (or 0xE407EC) is known color: Psychedelic Purple. HEX triplet: E4, 07 and EC. RGB value is (228,7,236). Sum of RGB (Red+Green+Blue) = 228+7+236=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #E407EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E407EC is #1BF813. Grayscale: #626262. Windows color (decimal): -1832980 or 15468516. OLE color: 15468516.
HSL color Cylindrical-coordinate representation of color #E407EC: hue angle of 297.9º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E407EC is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 7 | 236 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.07 |
| HSL | 297.9º | 0.94% | 0.48% | - |
| HSV(B) | 297.9º | 0.97% | 0.93% | - |
| XYZ | 47.21 | 22.7 | 81.25 | - |
| YUV | 99.19 | 205.22 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 7 | 236 | 0.03 | 0.97 | 0 | 0.07 | 297.9 | 0.94 | 0.48 |
| Hex | E4 | 7 | EC | 3 | 61 | 0 | 7 | 12A | 5E | 30 |
| Octal | 344 | 7 | 354 | 3 | 141 | 0 | 7 | 452 | 136 | 60 |
| Binary | 11100100 | 111 | 11101100 | 11 | 1100001 | 0 | 111 | 100101010 | 1011110 | 110000 |
Color Harmonies of #E407EC
Complementary color
Monochromatic Colors of #E407EC
Black with #E407EC
Text Example
Text Example
White with #E407EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E407EC; }
p { color: rgb(228,7,236); }
H1.HeaderClassName
{
color: #E407EC;
}
.AnyTagClassName
{
color: #E407EC;
}
</style>
background-color css
<style>
a { background-color: #E407EC; }
a { background-color: rgb(228,7,236); }
div.DivClassName
{
background-color: #E407EC;
}
.BgClassName
{
background-color: #E407EC;
}
</style>
border-color css
<style>
span { border-color: #E407EC; }
span { border-color: rgb(228,7,236); }
td.TdClassName
{
border-color: #E407EC;
}
.TagClassName
{
border-color: #E407EC;
}
</style>