Shades of Psychedelic Purple #E008EF
Tints of Psychedelic Purple #E008EF
RGB
CMYK
RGB Variations
Color information
#E008EF (or 0xE008EF) is known color: Psychedelic Purple. HEX triplet: E0, 08 and EF. RGB value is (224,8,239). Sum of RGB (Red+Green+Blue) = 224+8+239=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #E008EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E008EF is #1FF710. Grayscale: #626262. Windows color (decimal): -2094865 or 15665376. OLE color: 15665376.
HSL color Cylindrical-coordinate representation of color #E008EF: hue angle of 296.1º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E008EF is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 8 | 239 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.06 |
| HSL | 296.1º | 0.94% | 0.48% | - |
| HSV(B) | 296.1º | 0.97% | 0.94% | - |
| XYZ | 46.41 | 22.25 | 83.51 | - |
| YUV | 98.92 | 207.06 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 239 | 0.06 | 0.97 | 0 | 0.06 | 296.1 | 0.94 | 0.48 |
| Hex | E0 | 8 | EF | 6 | 61 | 0 | 6 | 128 | 5E | 30 |
| Octal | 340 | 10 | 357 | 6 | 141 | 0 | 6 | 450 | 136 | 60 |
| Binary | 11100000 | 1000 | 11101111 | 110 | 1100001 | 0 | 110 | 100101000 | 1011110 | 110000 |
Color Harmonies of #E008EF
Complementary color
Monochromatic Colors of #E008EF
Black with #E008EF
Text Example
Text Example
White with #E008EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008EF; }
p { color: rgb(224,8,239); }
H1.HeaderClassName
{
color: #E008EF;
}
.AnyTagClassName
{
color: #E008EF;
}
</style>
background-color css
<style>
a { background-color: #E008EF; }
a { background-color: rgb(224,8,239); }
div.DivClassName
{
background-color: #E008EF;
}
.BgClassName
{
background-color: #E008EF;
}
</style>
border-color css
<style>
span { border-color: #E008EF; }
span { border-color: rgb(224,8,239); }
td.TdClassName
{
border-color: #E008EF;
}
.TagClassName
{
border-color: #E008EF;
}
</style>