Shades of Psychedelic Purple #E009E5
Tints of Psychedelic Purple #E009E5
RGB
CMYK
RGB Variations
Color information
#E009E5 (or 0xE009E5) is known color: Psychedelic Purple. HEX triplet: E0, 09 and E5. RGB value is (224,9,229). Sum of RGB (Red+Green+Blue) = 224+9+229=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 9 (3.91% from 255 or 1.95% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #E009E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E009E5 is #1FF61A. Grayscale: #616161. Windows color (decimal): -2094619 or 15010272. OLE color: 15010272.
HSL color Cylindrical-coordinate representation of color #E009E5: hue angle of 298.64º 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 #E009E5 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 9 | 229 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.10 |
| HSL | 298.64º | 0.92% | 0.47% | - |
| HSV(B) | 298.64º | 0.96% | 0.9% | - |
| XYZ | 44.98 | 21.7 | 75.95 | - |
| YUV | 98.37 | 201.73 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 229 | 0.02 | 0.96 | 0 | 0.10 | 298.64 | 0.92 | 0.47 |
| Hex | E0 | 9 | E5 | 2 | 60 | 0 | A | 12B | 5C | 2F |
| Octal | 340 | 11 | 345 | 2 | 140 | 0 | 12 | 453 | 134 | 57 |
| Binary | 11100000 | 1001 | 11100101 | 10 | 1100000 | 0 | 1010 | 100101011 | 1011100 | 101111 |
Color Harmonies of #E009E5
Complementary color
Monochromatic Colors of #E009E5
Black with #E009E5
Text Example
Text Example
White with #E009E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009E5; }
p { color: rgb(224,9,229); }
H1.HeaderClassName
{
color: #E009E5;
}
.AnyTagClassName
{
color: #E009E5;
}
</style>
background-color css
<style>
a { background-color: #E009E5; }
a { background-color: rgb(224,9,229); }
div.DivClassName
{
background-color: #E009E5;
}
.BgClassName
{
background-color: #E009E5;
}
</style>
border-color css
<style>
span { border-color: #E009E5; }
span { border-color: rgb(224,9,229); }
td.TdClassName
{
border-color: #E009E5;
}
.TagClassName
{
border-color: #E009E5;
}
</style>