Shades of Psychedelic Purple #E413E9
Tints of Psychedelic Purple #E413E9
RGB
CMYK
RGB Variations
Color information
#E413E9 (or 0xE413E9) is known color: Psychedelic Purple. HEX triplet: E4, 13 and E9. RGB value is (228,19,233). Sum of RGB (Red+Green+Blue) = 228+19+233=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 19 (7.81% from 255 or 3.96% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #E413E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E413E9 is #1BEC16. Grayscale: #696969. Windows color (decimal): -1829911 or 15274980. OLE color: 15274980.
HSL color Cylindrical-coordinate representation of color #E413E9: hue angle of 298.6º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E413E9 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 19 | 233 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.09 |
| HSL | 298.6º | 0.85% | 0.49% | - |
| HSV(B) | 298.6º | 0.92% | 0.91% | - |
| XYZ | 46.94 | 22.84 | 79.03 | - |
| YUV | 105.89 | 199.74 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 19 | 233 | 0.02 | 0.92 | 0 | 0.09 | 298.6 | 0.85 | 0.49 |
| Hex | E4 | 13 | E9 | 2 | 5C | 0 | 9 | 12B | 55 | 31 |
| Octal | 344 | 23 | 351 | 2 | 134 | 0 | 11 | 453 | 125 | 61 |
| Binary | 11100100 | 10011 | 11101001 | 10 | 1011100 | 0 | 1001 | 100101011 | 1010101 | 110001 |
Color Harmonies of #E413E9
Complementary color
Monochromatic Colors of #E413E9
Black with #E413E9
Text Example
Text Example
White with #E413E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E413E9; }
p { color: rgb(228,19,233); }
H1.HeaderClassName
{
color: #E413E9;
}
.AnyTagClassName
{
color: #E413E9;
}
</style>
background-color css
<style>
a { background-color: #E413E9; }
a { background-color: rgb(228,19,233); }
div.DivClassName
{
background-color: #E413E9;
}
.BgClassName
{
background-color: #E413E9;
}
</style>
border-color css
<style>
span { border-color: #E413E9; }
span { border-color: rgb(228,19,233); }
td.TdClassName
{
border-color: #E413E9;
}
.TagClassName
{
border-color: #E413E9;
}
</style>