Shades of Psychedelic Purple #E508EE
Tints of Psychedelic Purple #E508EE
RGB
CMYK
RGB Variations
Color information
#E508EE (or 0xE508EE) is known color: Psychedelic Purple. HEX triplet: E5, 08 and EE. RGB value is (229,8,238). Sum of RGB (Red+Green+Blue) = 229+8+238=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 8 (3.52% from 255 or 1.68% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #E508EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E508EE is #1AF711. Grayscale: #636363. Windows color (decimal): -1767186 or 15599845. OLE color: 15599845.
HSL color Cylindrical-coordinate representation of color #E508EE: hue angle of 297.65º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E508EE is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 8 | 238 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.07 |
| HSL | 297.65º | 0.93% | 0.48% | - |
| HSV(B) | 297.65º | 0.97% | 0.93% | - |
| XYZ | 47.83 | 23 | 82.81 | - |
| YUV | 100.3 | 205.72 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 238 | 0.04 | 0.97 | 0 | 0.07 | 297.65 | 0.93 | 0.48 |
| Hex | E5 | 8 | EE | 4 | 61 | 0 | 7 | 12A | 5D | 30 |
| Octal | 345 | 10 | 356 | 4 | 141 | 0 | 7 | 452 | 135 | 60 |
| Binary | 11100101 | 1000 | 11101110 | 100 | 1100001 | 0 | 111 | 100101010 | 1011101 | 110000 |
Color Harmonies of #E508EE
Complementary color
Monochromatic Colors of #E508EE
Black with #E508EE
Text Example
Text Example
White with #E508EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E508EE; }
p { color: rgb(229,8,238); }
H1.HeaderClassName
{
color: #E508EE;
}
.AnyTagClassName
{
color: #E508EE;
}
</style>
background-color css
<style>
a { background-color: #E508EE; }
a { background-color: rgb(229,8,238); }
div.DivClassName
{
background-color: #E508EE;
}
.BgClassName
{
background-color: #E508EE;
}
</style>
border-color css
<style>
span { border-color: #E508EE; }
span { border-color: rgb(229,8,238); }
td.TdClassName
{
border-color: #E508EE;
}
.TagClassName
{
border-color: #E508EE;
}
</style>