Shades of Psychedelic Purple #E409E5
Tints of Psychedelic Purple #E409E5
RGB
CMYK
RGB Variations
Color information
#E409E5 (or 0xE409E5) is known color: Psychedelic Purple. HEX triplet: E4, 09 and E5. RGB value is (228,9,229). Sum of RGB (Red+Green+Blue) = 228+9+229=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 9 (3.91% from 255 or 1.93% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #E409E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E409E5 is #1BF61A. Grayscale: #626262. Windows color (decimal): -1832475 or 15010276. OLE color: 15010276.
HSL color Cylindrical-coordinate representation of color #E409E5: hue angle of 299.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E409E5 is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 9 | 229 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.10 |
| HSL | 299.73º | 0.92% | 0.47% | - |
| HSV(B) | 299.73º | 0.96% | 0.9% | - |
| XYZ | 46.24 | 22.35 | 76.01 | - |
| YUV | 99.56 | 201.05 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 229 | 0.00 | 0.96 | 0 | 0.10 | 299.73 | 0.92 | 0.47 |
| Hex | E4 | 9 | E5 | 0 | 60 | 0 | A | 12C | 5C | 2F |
| Octal | 344 | 11 | 345 | 0 | 140 | 0 | 12 | 454 | 134 | 57 |
| Binary | 11100100 | 1001 | 11100101 | 0 | 1100000 | 0 | 1010 | 100101100 | 1011100 | 101111 |
Color Harmonies of #E409E5
Complementary color
Monochromatic Colors of #E409E5
Black with #E409E5
Text Example
Text Example
White with #E409E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E409E5; }
p { color: rgb(228,9,229); }
H1.HeaderClassName
{
color: #E409E5;
}
.AnyTagClassName
{
color: #E409E5;
}
</style>
background-color css
<style>
a { background-color: #E409E5; }
a { background-color: rgb(228,9,229); }
div.DivClassName
{
background-color: #E409E5;
}
.BgClassName
{
background-color: #E409E5;
}
</style>
border-color css
<style>
span { border-color: #E409E5; }
span { border-color: rgb(228,9,229); }
td.TdClassName
{
border-color: #E409E5;
}
.TagClassName
{
border-color: #E409E5;
}
</style>