Shades of Psychedelic Purple #E008F9
Tints of Psychedelic Purple #E008F9
RGB
CMYK
RGB Variations
Color information
#E008F9 (or 0xE008F9) is known color: Psychedelic Purple. HEX triplet: E0, 08 and F9. RGB value is (224,8,249). Sum of RGB (Red+Green+Blue) = 224+8+249=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 8 (3.52% from 255 or 1.66% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #E008F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E008F9 is #1FF706. Grayscale: #636363. Windows color (decimal): -2094855 or 16320736. OLE color: 16320736.
HSL color Cylindrical-coordinate representation of color #E008F9: hue angle of 293.78º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E008F9 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 8 | 249 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.02 |
| HSL | 293.78º | 0.95% | 0.5% | - |
| HSV(B) | 293.78º | 0.97% | 0.98% | - |
| XYZ | 47.93 | 22.86 | 91.51 | - |
| YUV | 100.06 | 212.06 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 249 | 0.10 | 0.97 | 0 | 0.02 | 293.78 | 0.95 | 0.5 |
| Hex | E0 | 8 | F9 | A | 61 | 0 | 2 | 126 | 5F | 32 |
| Octal | 340 | 10 | 371 | 12 | 141 | 0 | 2 | 446 | 137 | 62 |
| Binary | 11100000 | 1000 | 11111001 | 1010 | 1100001 | 0 | 10 | 100100110 | 1011111 | 110010 |
Color Harmonies of #E008F9
Complementary color
Monochromatic Colors of #E008F9
Black with #E008F9
Text Example
Text Example
White with #E008F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008F9; }
p { color: rgb(224,8,249); }
H1.HeaderClassName
{
color: #E008F9;
}
.AnyTagClassName
{
color: #E008F9;
}
</style>
background-color css
<style>
a { background-color: #E008F9; }
a { background-color: rgb(224,8,249); }
div.DivClassName
{
background-color: #E008F9;
}
.BgClassName
{
background-color: #E008F9;
}
</style>
border-color css
<style>
span { border-color: #E008F9; }
span { border-color: rgb(224,8,249); }
td.TdClassName
{
border-color: #E008F9;
}
.TagClassName
{
border-color: #E008F9;
}
</style>