Shades of Psychedelic Purple #E009EC
Tints of Psychedelic Purple #E009EC
RGB
CMYK
RGB Variations
Color information
#E009EC (or 0xE009EC) is known color: Psychedelic Purple. HEX triplet: E0, 09 and EC. RGB value is (224,9,236). Sum of RGB (Red+Green+Blue) = 224+9+236=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 9 (3.91% from 255 or 1.92% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #E009EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E009EC is #1FF613. Grayscale: #626262. Windows color (decimal): -2094612 or 15469024. OLE color: 15469024.
HSL color Cylindrical-coordinate representation of color #E009EC: hue angle of 296.83º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E009EC is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 9 | 236 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.07 |
| HSL | 296.83º | 0.93% | 0.48% | - |
| HSV(B) | 296.83º | 0.96% | 0.93% | - |
| XYZ | 45.98 | 22.1 | 81.2 | - |
| YUV | 99.16 | 205.23 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 236 | 0.05 | 0.96 | 0 | 0.07 | 296.83 | 0.93 | 0.48 |
| Hex | E0 | 9 | EC | 5 | 60 | 0 | 7 | 129 | 5D | 30 |
| Octal | 340 | 11 | 354 | 5 | 140 | 0 | 7 | 451 | 135 | 60 |
| Binary | 11100000 | 1001 | 11101100 | 101 | 1100000 | 0 | 111 | 100101001 | 1011101 | 110000 |
Color Harmonies of #E009EC
Complementary color
Monochromatic Colors of #E009EC
Black with #E009EC
Text Example
Text Example
White with #E009EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009EC; }
p { color: rgb(224,9,236); }
H1.HeaderClassName
{
color: #E009EC;
}
.AnyTagClassName
{
color: #E009EC;
}
</style>
background-color css
<style>
a { background-color: #E009EC; }
a { background-color: rgb(224,9,236); }
div.DivClassName
{
background-color: #E009EC;
}
.BgClassName
{
background-color: #E009EC;
}
</style>
border-color css
<style>
span { border-color: #E009EC; }
span { border-color: rgb(224,9,236); }
td.TdClassName
{
border-color: #E009EC;
}
.TagClassName
{
border-color: #E009EC;
}
</style>