Shades of Psychedelic Purple #E507EB
Tints of Psychedelic Purple #E507EB
RGB
CMYK
RGB Variations
Color information
#E507EB (or 0xE507EB) is known color: Psychedelic Purple. HEX triplet: E5, 07 and EB. RGB value is (229,7,235). Sum of RGB (Red+Green+Blue) = 229+7+235=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #E507EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E507EB is #1AF814. Grayscale: #626262. Windows color (decimal): -1767445 or 15402981. OLE color: 15402981.
HSL color Cylindrical-coordinate representation of color #E507EB: hue angle of 298.42º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E507EB is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 7 | 235 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.08 |
| HSL | 298.42º | 0.94% | 0.47% | - |
| HSV(B) | 298.42º | 0.97% | 0.92% | - |
| XYZ | 47.38 | 22.81 | 80.5 | - |
| YUV | 99.37 | 204.55 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 235 | 0.03 | 0.97 | 0 | 0.08 | 298.42 | 0.94 | 0.47 |
| Hex | E5 | 7 | EB | 3 | 61 | 0 | 8 | 12A | 5E | 2F |
| Octal | 345 | 7 | 353 | 3 | 141 | 0 | 10 | 452 | 136 | 57 |
| Binary | 11100101 | 111 | 11101011 | 11 | 1100001 | 0 | 1000 | 100101010 | 1011110 | 101111 |
Color Harmonies of #E507EB
Complementary color
Monochromatic Colors of #E507EB
Black with #E507EB
Text Example
Text Example
White with #E507EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E507EB; }
p { color: rgb(229,7,235); }
H1.HeaderClassName
{
color: #E507EB;
}
.AnyTagClassName
{
color: #E507EB;
}
</style>
background-color css
<style>
a { background-color: #E507EB; }
a { background-color: rgb(229,7,235); }
div.DivClassName
{
background-color: #E507EB;
}
.BgClassName
{
background-color: #E507EB;
}
</style>
border-color css
<style>
span { border-color: #E507EB; }
span { border-color: rgb(229,7,235); }
td.TdClassName
{
border-color: #E507EB;
}
.TagClassName
{
border-color: #E507EB;
}
</style>