Shades of Psychedelic Purple #E009FF
Tints of Psychedelic Purple #E009FF
RGB
CMYK
RGB Variations
Color information
#E009FF (or 0xE009FF) is known color: Psychedelic Purple. HEX triplet: E0, 09 and FF. RGB value is (224,9,255). Sum of RGB (Red+Green+Blue) = 224+9+255=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 9 (3.91% from 255 or 1.84% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #E009FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E009FF is #1FF600. Grayscale: #646464. Windows color (decimal): -2094593 or 16714208. OLE color: 16714208.
HSL color Cylindrical-coordinate representation of color #E009FF: hue angle of 292.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E009FF is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 9 | 255 | - |
| CMYK | 0.12 | 0.96 | 0 | 0 |
| HSL | 292.44º | 1% | 0.52% | - |
| HSV(B) | 292.44º | 0.96% | 1% | - |
| XYZ | 48.89 | 23.26 | 96.52 | - |
| YUV | 101.33 | 214.73 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 255 | 0.12 | 0.96 | 0 | 0 | 292.44 | 1 | 0.52 |
| Hex | E0 | 9 | FF | C | 60 | 0 | 0 | 124 | 64 | 34 |
| Octal | 340 | 11 | 377 | 14 | 140 | 0 | 0 | 444 | 144 | 64 |
| Binary | 11100000 | 1001 | 11111111 | 1100 | 1100000 | 0 | 0 | 100100100 | 1100100 | 110100 |
Color Harmonies of #E009FF
Complementary color
Monochromatic Colors of #E009FF
Black with #E009FF
Text Example
Text Example
White with #E009FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009FF; }
p { color: rgb(224,9,255); }
H1.HeaderClassName
{
color: #E009FF;
}
.AnyTagClassName
{
color: #E009FF;
}
</style>
background-color css
<style>
a { background-color: #E009FF; }
a { background-color: rgb(224,9,255); }
div.DivClassName
{
background-color: #E009FF;
}
.BgClassName
{
background-color: #E009FF;
}
</style>
border-color css
<style>
span { border-color: #E009FF; }
span { border-color: rgb(224,9,255); }
td.TdClassName
{
border-color: #E009FF;
}
.TagClassName
{
border-color: #E009FF;
}
</style>