Shades of Psychedelic Purple #E417EC
Tints of Psychedelic Purple #E417EC
RGB
CMYK
RGB Variations
Color information
#E417EC (or 0xE417EC) is known color: Psychedelic Purple. HEX triplet: E4, 17 and EC. RGB value is (228,23,236). Sum of RGB (Red+Green+Blue) = 228+23+236=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 23 (9.38% from 255 or 4.72% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #E417EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E417EC is #1BE813. Grayscale: #6B6B6B. Windows color (decimal): -1828884 or 15472612. OLE color: 15472612.
HSL color Cylindrical-coordinate representation of color #E417EC: hue angle of 297.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E417EC is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 23 | 236 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.07 |
| HSL | 297.75º | 0.85% | 0.51% | - |
| HSV(B) | 297.75º | 0.9% | 0.93% | - |
| XYZ | 47.44 | 23.16 | 81.33 | - |
| YUV | 108.58 | 199.92 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 23 | 236 | 0.03 | 0.90 | 0 | 0.07 | 297.75 | 0.85 | 0.51 |
| Hex | E4 | 17 | EC | 3 | 5A | 0 | 7 | 12A | 55 | 33 |
| Octal | 344 | 27 | 354 | 3 | 132 | 0 | 7 | 452 | 125 | 63 |
| Binary | 11100100 | 10111 | 11101100 | 11 | 1011010 | 0 | 111 | 100101010 | 1010101 | 110011 |
Color Harmonies of #E417EC
Complementary color
Monochromatic Colors of #E417EC
Black with #E417EC
Text Example
Text Example
White with #E417EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E417EC; }
p { color: rgb(228,23,236); }
H1.HeaderClassName
{
color: #E417EC;
}
.AnyTagClassName
{
color: #E417EC;
}
</style>
background-color css
<style>
a { background-color: #E417EC; }
a { background-color: rgb(228,23,236); }
div.DivClassName
{
background-color: #E417EC;
}
.BgClassName
{
background-color: #E417EC;
}
</style>
border-color css
<style>
span { border-color: #E417EC; }
span { border-color: rgb(228,23,236); }
td.TdClassName
{
border-color: #E417EC;
}
.TagClassName
{
border-color: #E417EC;
}
</style>