Shades of Psychedelic Purple #E009E9
Tints of Psychedelic Purple #E009E9
RGB
CMYK
RGB Variations
Color information
#E009E9 (or 0xE009E9) is known color: Psychedelic Purple. HEX triplet: E0, 09 and E9. RGB value is (224,9,233). Sum of RGB (Red+Green+Blue) = 224+9+233=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 9 (3.91% from 255 or 1.93% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #E009E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E009E9 is #1FF616. Grayscale: #626262. Windows color (decimal): -2094615 or 15272416. OLE color: 15272416.
HSL color Cylindrical-coordinate representation of color #E009E9: hue angle of 297.59º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E009E9 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 9 | 233 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.09 |
| HSL | 297.59º | 0.93% | 0.47% | - |
| HSV(B) | 297.59º | 0.96% | 0.91% | - |
| XYZ | 45.55 | 21.93 | 78.92 | - |
| YUV | 98.82 | 203.73 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 233 | 0.04 | 0.96 | 0 | 0.09 | 297.59 | 0.93 | 0.47 |
| Hex | E0 | 9 | E9 | 4 | 60 | 0 | 9 | 12A | 5D | 2F |
| Octal | 340 | 11 | 351 | 4 | 140 | 0 | 11 | 452 | 135 | 57 |
| Binary | 11100000 | 1001 | 11101001 | 100 | 1100000 | 0 | 1001 | 100101010 | 1011101 | 101111 |
Color Harmonies of #E009E9
Complementary color
Monochromatic Colors of #E009E9
Black with #E009E9
Text Example
Text Example
White with #E009E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009E9; }
p { color: rgb(224,9,233); }
H1.HeaderClassName
{
color: #E009E9;
}
.AnyTagClassName
{
color: #E009E9;
}
</style>
background-color css
<style>
a { background-color: #E009E9; }
a { background-color: rgb(224,9,233); }
div.DivClassName
{
background-color: #E009E9;
}
.BgClassName
{
background-color: #E009E9;
}
</style>
border-color css
<style>
span { border-color: #E009E9; }
span { border-color: rgb(224,9,233); }
td.TdClassName
{
border-color: #E009E9;
}
.TagClassName
{
border-color: #E009E9;
}
</style>