Shades of Psychedelic Purple #E008E7
Tints of Psychedelic Purple #E008E7
RGB
CMYK
RGB Variations
Color information
#E008E7 (or 0xE008E7) is known color: Psychedelic Purple. HEX triplet: E0, 08 and E7. RGB value is (224,8,231). Sum of RGB (Red+Green+Blue) = 224+8+231=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 8 (3.52% from 255 or 1.73% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #E008E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E008E7 is #1FF718. Grayscale: #616161. Windows color (decimal): -2094873 or 15141088. OLE color: 15141088.
HSL color Cylindrical-coordinate representation of color #E008E7: hue angle of 298.12º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E008E7 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 8 | 231 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.09 |
| HSL | 298.12º | 0.93% | 0.47% | - |
| HSV(B) | 298.12º | 0.97% | 0.91% | - |
| XYZ | 45.25 | 21.79 | 77.42 | - |
| YUV | 98.01 | 203.06 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 231 | 0.03 | 0.97 | 0 | 0.09 | 298.12 | 0.93 | 0.47 |
| Hex | E0 | 8 | E7 | 3 | 61 | 0 | 9 | 12A | 5D | 2F |
| Octal | 340 | 10 | 347 | 3 | 141 | 0 | 11 | 452 | 135 | 57 |
| Binary | 11100000 | 1000 | 11100111 | 11 | 1100001 | 0 | 1001 | 100101010 | 1011101 | 101111 |
Color Harmonies of #E008E7
Complementary color
Monochromatic Colors of #E008E7
Black with #E008E7
Text Example
Text Example
White with #E008E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008E7; }
p { color: rgb(224,8,231); }
H1.HeaderClassName
{
color: #E008E7;
}
.AnyTagClassName
{
color: #E008E7;
}
</style>
background-color css
<style>
a { background-color: #E008E7; }
a { background-color: rgb(224,8,231); }
div.DivClassName
{
background-color: #E008E7;
}
.BgClassName
{
background-color: #E008E7;
}
</style>
border-color css
<style>
span { border-color: #E008E7; }
span { border-color: rgb(224,8,231); }
td.TdClassName
{
border-color: #E008E7;
}
.TagClassName
{
border-color: #E008E7;
}
</style>