Shades of Psychedelic Purple #E000F9
Tints of Psychedelic Purple #E000F9
RGB
CMYK
RGB Variations
Color information
#E000F9 (or 0xE000F9) is known color: Psychedelic Purple. HEX triplet: E0, 00 and F9. RGB value is (224,0,249). Sum of RGB (Red+Green+Blue) = 224+0+249=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #E000F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E000F9 is #1FFF06. Grayscale: #5E5E5E. Windows color (decimal): -2096903 or 16318688. OLE color: 16318688.
HSL color Cylindrical-coordinate representation of color #E000F9: hue angle of 293.98º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000F9 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 0 | 249 | - |
| CMYK | 0.10 | 1 | 0 | 0.02 |
| HSL | 293.98º | 1% | 0.49% | - |
| HSV(B) | 293.98º | 1% | 0.98% | - |
| XYZ | 47.84 | 22.69 | 91.48 | - |
| YUV | 95.36 | 214.71 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 249 | 0.10 | 1 | 0 | 0.02 | 293.98 | 1 | 0.49 |
| Hex | E0 | 0 | F9 | A | 64 | 0 | 2 | 126 | 64 | 31 |
| Octal | 340 | 0 | 371 | 12 | 144 | 0 | 2 | 446 | 144 | 61 |
| Binary | 11100000 | 0 | 11111001 | 1010 | 1100100 | 0 | 10 | 100100110 | 1100100 | 110001 |
Color Harmonies of #E000F9
Complementary color
Monochromatic Colors of #E000F9
Black with #E000F9
Text Example
Text Example
White with #E000F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000F9; }
p { color: rgb(224,0,249); }
H1.HeaderClassName
{
color: #E000F9;
}
.AnyTagClassName
{
color: #E000F9;
}
</style>
background-color css
<style>
a { background-color: #E000F9; }
a { background-color: rgb(224,0,249); }
div.DivClassName
{
background-color: #E000F9;
}
.BgClassName
{
background-color: #E000F9;
}
</style>
border-color css
<style>
span { border-color: #E000F9; }
span { border-color: rgb(224,0,249); }
td.TdClassName
{
border-color: #E000F9;
}
.TagClassName
{
border-color: #E000F9;
}
</style>