Shades of Psychedelic Purple #E409E3
Tints of Psychedelic Purple #E409E3
RGB
CMYK
RGB Variations
Color information
#E409E3 (or 0xE409E3) is known color: Psychedelic Purple. HEX triplet: E4, 09 and E3. RGB value is (228,9,227). Sum of RGB (Red+Green+Blue) = 228+9+227=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 9 (3.91% from 255 or 1.94% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E409E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E409E3 is #1BF61C. Grayscale: #626262. Windows color (decimal): -1832477 or 14879204. OLE color: 14879204.
HSL color Cylindrical-coordinate representation of color #E409E3: hue angle of 300.27º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E409E3 is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 227 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.11 |
| HSL | 300.27º | 0.92% | 0.46% | - |
| HSV(B) | 300.27º | 0.96% | 0.89% | - |
| XYZ | 45.96 | 22.24 | 74.54 | - |
| YUV | 99.33 | 200.05 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 227 | 0 | 0.96 | 0.00 | 0.11 | 300.27 | 0.92 | 0.46 |
| Hex | E4 | 9 | E3 | 0 | 60 | 0 | B | 12C | 5C | 2E |
| Octal | 344 | 11 | 343 | 0 | 140 | 0 | 13 | 454 | 134 | 56 |
| Binary | 11100100 | 1001 | 11100011 | 0 | 1100000 | 0 | 1011 | 100101100 | 1011100 | 101110 |
Color Harmonies of #E409E3
Complementary color
Monochromatic Colors of #E409E3
Black with #E409E3
Text Example
Text Example
White with #E409E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E409E3; }
p { color: rgb(228,9,227); }
H1.HeaderClassName
{
color: #E409E3;
}
.AnyTagClassName
{
color: #E409E3;
}
</style>
background-color css
<style>
a { background-color: #E409E3; }
a { background-color: rgb(228,9,227); }
div.DivClassName
{
background-color: #E409E3;
}
.BgClassName
{
background-color: #E409E3;
}
</style>
border-color css
<style>
span { border-color: #E409E3; }
span { border-color: rgb(228,9,227); }
td.TdClassName
{
border-color: #E409E3;
}
.TagClassName
{
border-color: #E409E3;
}
</style>