Shades of Psychedelic Purple #EB00E5
Tints of Psychedelic Purple #EB00E5
RGB
CMYK
RGB Variations
Color information
#EB00E5 (or 0xEB00E5) is known color: Psychedelic Purple. HEX triplet: EB, 00 and E5. RGB value is (235,0,229). Sum of RGB (Red+Green+Blue) = 235+0+229=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 0 (0.39% from 255 or 0% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00E5 is #14FF1A. Grayscale: #5F5F5F. Windows color (decimal): -1376027 or 15007979. OLE color: 15007979.
HSL color Cylindrical-coordinate representation of color #EB00E5: hue angle of 301.53º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB00E5 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 0 | 229 | - |
| CMYK | 0 | 1 | 0.03 | 0.08 |
| HSL | 301.53º | 1% | 0.46% | - |
| HSV(B) | 301.53º | 1% | 0.92% | - |
| XYZ | 48.4 | 23.32 | 76.08 | - |
| YUV | 96.37 | 202.86 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 0 | 229 | 0 | 1 | 0.03 | 0.08 | 301.53 | 1 | 0.46 |
| Hex | EB | 0 | E5 | 0 | 64 | 3 | 8 | 12E | 64 | 2E |
| Octal | 353 | 0 | 345 | 0 | 144 | 3 | 10 | 456 | 144 | 56 |
| Binary | 11101011 | 0 | 11100101 | 0 | 1100100 | 11 | 1000 | 100101110 | 1100100 | 101110 |
Color Harmonies of #EB00E5
Complementary color
Monochromatic Colors of #EB00E5
Black with #EB00E5
Text Example
Text Example
White with #EB00E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB00E5; }
p { color: rgb(235,0,229); }
H1.HeaderClassName
{
color: #EB00E5;
}
.AnyTagClassName
{
color: #EB00E5;
}
</style>
background-color css
<style>
a { background-color: #EB00E5; }
a { background-color: rgb(235,0,229); }
div.DivClassName
{
background-color: #EB00E5;
}
.BgClassName
{
background-color: #EB00E5;
}
</style>
border-color css
<style>
span { border-color: #EB00E5; }
span { border-color: rgb(235,0,229); }
td.TdClassName
{
border-color: #EB00E5;
}
.TagClassName
{
border-color: #EB00E5;
}
</style>