Shades of Psychedelic Purple #E008F0
Tints of Psychedelic Purple #E008F0
RGB
CMYK
RGB Variations
Color information
#E008F0 (or 0xE008F0) is known color: Psychedelic Purple. HEX triplet: E0, 08 and F0. RGB value is (224,8,240). Sum of RGB (Red+Green+Blue) = 224+8+240=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 8 (3.52% from 255 or 1.69% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #E008F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E008F0 is #1FF70F. Grayscale: #626262. Windows color (decimal): -2094864 or 15730912. OLE color: 15730912.
HSL color Cylindrical-coordinate representation of color #E008F0: hue angle of 295.86º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E008F0 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 8 | 240 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.06 |
| HSL | 295.86º | 0.94% | 0.49% | - |
| HSV(B) | 295.86º | 0.97% | 0.94% | - |
| XYZ | 46.56 | 22.31 | 84.29 | - |
| YUV | 99.03 | 207.56 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 240 | 0.07 | 0.97 | 0 | 0.06 | 295.86 | 0.94 | 0.49 |
| Hex | E0 | 8 | F0 | 7 | 61 | 0 | 6 | 128 | 5E | 31 |
| Octal | 340 | 10 | 360 | 7 | 141 | 0 | 6 | 450 | 136 | 61 |
| Binary | 11100000 | 1000 | 11110000 | 111 | 1100001 | 0 | 110 | 100101000 | 1011110 | 110001 |
Color Harmonies of #E008F0
Complementary color
Monochromatic Colors of #E008F0
Black with #E008F0
Text Example
Text Example
White with #E008F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008F0; }
p { color: rgb(224,8,240); }
H1.HeaderClassName
{
color: #E008F0;
}
.AnyTagClassName
{
color: #E008F0;
}
</style>
background-color css
<style>
a { background-color: #E008F0; }
a { background-color: rgb(224,8,240); }
div.DivClassName
{
background-color: #E008F0;
}
.BgClassName
{
background-color: #E008F0;
}
</style>
border-color css
<style>
span { border-color: #E008F0; }
span { border-color: rgb(224,8,240); }
td.TdClassName
{
border-color: #E008F0;
}
.TagClassName
{
border-color: #E008F0;
}
</style>