Shades of Psychedelic Purple #E008E6
Tints of Psychedelic Purple #E008E6
RGB
CMYK
RGB Variations
Color information
#E008E6 (or 0xE008E6) is known color: Psychedelic Purple. HEX triplet: E0, 08 and E6. RGB value is (224,8,230). Sum of RGB (Red+Green+Blue) = 224+8+230=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #E008E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E008E6 is #1FF719. Grayscale: #616161. Windows color (decimal): -2094874 or 15075552. OLE color: 15075552.
HSL color Cylindrical-coordinate representation of color #E008E6: hue angle of 298.38º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E008E6 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 8 | 230 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.10 |
| HSL | 298.38º | 0.93% | 0.47% | - |
| HSV(B) | 298.38º | 0.97% | 0.9% | - |
| XYZ | 45.11 | 21.73 | 76.68 | - |
| YUV | 97.89 | 202.56 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 230 | 0.03 | 0.97 | 0 | 0.10 | 298.38 | 0.93 | 0.47 |
| Hex | E0 | 8 | E6 | 3 | 61 | 0 | A | 12A | 5D | 2F |
| Octal | 340 | 10 | 346 | 3 | 141 | 0 | 12 | 452 | 135 | 57 |
| Binary | 11100000 | 1000 | 11100110 | 11 | 1100001 | 0 | 1010 | 100101010 | 1011101 | 101111 |
Color Harmonies of #E008E6
Complementary color
Monochromatic Colors of #E008E6
Black with #E008E6
Text Example
Text Example
White with #E008E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008E6; }
p { color: rgb(224,8,230); }
H1.HeaderClassName
{
color: #E008E6;
}
.AnyTagClassName
{
color: #E008E6;
}
</style>
background-color css
<style>
a { background-color: #E008E6; }
a { background-color: rgb(224,8,230); }
div.DivClassName
{
background-color: #E008E6;
}
.BgClassName
{
background-color: #E008E6;
}
</style>
border-color css
<style>
span { border-color: #E008E6; }
span { border-color: rgb(224,8,230); }
td.TdClassName
{
border-color: #E008E6;
}
.TagClassName
{
border-color: #E008E6;
}
</style>