Shades of Psychedelic Purple #E009FE
Tints of Psychedelic Purple #E009FE
RGB
CMYK
RGB Variations
Color information
#E009FE (or 0xE009FE) is known color: Psychedelic Purple. HEX triplet: E0, 09 and FE. RGB value is (224,9,254). Sum of RGB (Red+Green+Blue) = 224+9+254=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 9 (3.91% from 255 or 1.85% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #E009FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E009FE is #1FF601. Grayscale: #646464. Windows color (decimal): -2094594 or 16648672. OLE color: 16648672.
HSL color Cylindrical-coordinate representation of color #E009FE: hue angle of 292.65º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E009FE is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 9 | 254 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.00 |
| HSL | 292.65º | 0.99% | 0.52% | - |
| HSV(B) | 292.65º | 0.96% | 1% | - |
| XYZ | 48.73 | 23.2 | 95.68 | - |
| YUV | 101.22 | 214.23 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 254 | 0.12 | 0.96 | 0 | 0.00 | 292.65 | 0.99 | 0.52 |
| Hex | E0 | 9 | FE | C | 60 | 0 | 0 | 125 | 63 | 34 |
| Octal | 340 | 11 | 376 | 14 | 140 | 0 | 0 | 445 | 143 | 64 |
| Binary | 11100000 | 1001 | 11111110 | 1100 | 1100000 | 0 | 0 | 100100101 | 1100011 | 110100 |
Color Harmonies of #E009FE
Complementary color
Monochromatic Colors of #E009FE
Black with #E009FE
Text Example
Text Example
White with #E009FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009FE; }
p { color: rgb(224,9,254); }
H1.HeaderClassName
{
color: #E009FE;
}
.AnyTagClassName
{
color: #E009FE;
}
</style>
background-color css
<style>
a { background-color: #E009FE; }
a { background-color: rgb(224,9,254); }
div.DivClassName
{
background-color: #E009FE;
}
.BgClassName
{
background-color: #E009FE;
}
</style>
border-color css
<style>
span { border-color: #E009FE; }
span { border-color: rgb(224,9,254); }
td.TdClassName
{
border-color: #E009FE;
}
.TagClassName
{
border-color: #E009FE;
}
</style>