Shades of Psychedelic Purple #E409EF
Tints of Psychedelic Purple #E409EF
RGB
CMYK
RGB Variations
Color information
#E409EF (or 0xE409EF) is known color: Psychedelic Purple. HEX triplet: E4, 09 and EF. RGB value is (228,9,239). Sum of RGB (Red+Green+Blue) = 228+9+239=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 9 (3.91% from 255 or 1.89% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #E409EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E409EF is #1BF610. Grayscale: #646464. Windows color (decimal): -1832465 or 15665636. OLE color: 15665636.
HSL color Cylindrical-coordinate representation of color #E409EF: hue angle of 297.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E409EF is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 9 | 239 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.06 |
| HSL | 297.13º | 0.93% | 0.49% | - |
| HSV(B) | 297.13º | 0.96% | 0.94% | - |
| XYZ | 47.67 | 22.92 | 83.57 | - |
| YUV | 100.7 | 206.05 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 239 | 0.05 | 0.96 | 0 | 0.06 | 297.13 | 0.93 | 0.49 |
| Hex | E4 | 9 | EF | 5 | 60 | 0 | 6 | 129 | 5D | 31 |
| Octal | 344 | 11 | 357 | 5 | 140 | 0 | 6 | 451 | 135 | 61 |
| Binary | 11100100 | 1001 | 11101111 | 101 | 1100000 | 0 | 110 | 100101001 | 1011101 | 110001 |
Color Harmonies of #E409EF
Complementary color
Monochromatic Colors of #E409EF
Black with #E409EF
Text Example
Text Example
White with #E409EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E409EF; }
p { color: rgb(228,9,239); }
H1.HeaderClassName
{
color: #E409EF;
}
.AnyTagClassName
{
color: #E409EF;
}
</style>
background-color css
<style>
a { background-color: #E409EF; }
a { background-color: rgb(228,9,239); }
div.DivClassName
{
background-color: #E409EF;
}
.BgClassName
{
background-color: #E409EF;
}
</style>
border-color css
<style>
span { border-color: #E409EF; }
span { border-color: rgb(228,9,239); }
td.TdClassName
{
border-color: #E409EF;
}
.TagClassName
{
border-color: #E409EF;
}
</style>