Shades of Psychedelic Purple #E40EE9
Tints of Psychedelic Purple #E40EE9
RGB
CMYK
RGB Variations
Color information
#E40EE9 (or 0xE40EE9) is known color: Psychedelic Purple. HEX triplet: E4, 0E and E9. RGB value is (228,14,233). Sum of RGB (Red+Green+Blue) = 228+14+233=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #E40EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40EE9 is #1BF116. Grayscale: #666666. Windows color (decimal): -1831191 or 15273700. OLE color: 15273700.
HSL color Cylindrical-coordinate representation of color #E40EE9: hue angle of 298.63º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40EE9 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 14 | 233 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.09 |
| HSL | 298.63º | 0.89% | 0.48% | - |
| HSV(B) | 298.63º | 0.94% | 0.91% | - |
| XYZ | 46.86 | 22.69 | 79 | - |
| YUV | 102.95 | 201.4 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 233 | 0.02 | 0.94 | 0 | 0.09 | 298.63 | 0.89 | 0.48 |
| Hex | E4 | E | E9 | 2 | 5E | 0 | 9 | 12B | 59 | 30 |
| Octal | 344 | 16 | 351 | 2 | 136 | 0 | 11 | 453 | 131 | 60 |
| Binary | 11100100 | 1110 | 11101001 | 10 | 1011110 | 0 | 1001 | 100101011 | 1011001 | 110000 |
Color Harmonies of #E40EE9
Complementary color
Monochromatic Colors of #E40EE9
Black with #E40EE9
Text Example
Text Example
White with #E40EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40EE9; }
p { color: rgb(228,14,233); }
H1.HeaderClassName
{
color: #E40EE9;
}
.AnyTagClassName
{
color: #E40EE9;
}
</style>
background-color css
<style>
a { background-color: #E40EE9; }
a { background-color: rgb(228,14,233); }
div.DivClassName
{
background-color: #E40EE9;
}
.BgClassName
{
background-color: #E40EE9;
}
</style>
border-color css
<style>
span { border-color: #E40EE9; }
span { border-color: rgb(228,14,233); }
td.TdClassName
{
border-color: #E40EE9;
}
.TagClassName
{
border-color: #E40EE9;
}
</style>