Shades of Psychedelic Purple #EB01EC
Tints of Psychedelic Purple #EB01EC
RGB
CMYK
RGB Variations
Color information
#EB01EC (or 0xEB01EC) is known color: Psychedelic Purple. HEX triplet: EB, 01 and EC. RGB value is (235,1,236). Sum of RGB (Red+Green+Blue) = 235+1+236=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB01EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB01EC is #14FE13. Grayscale: #616161. Windows color (decimal): -1375764 or 15466987. OLE color: 15466987.
HSL color Cylindrical-coordinate representation of color #EB01EC: hue angle of 299.74º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB01EC is Cyan = 0.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 1 | 236 | - |
| CMYK | 0.00 | 1.00 | 0 | 0.07 |
| HSL | 299.74º | 0.99% | 0.46% | - |
| HSV(B) | 299.74º | 1% | 0.93% | - |
| XYZ | 49.41 | 23.74 | 81.33 | - |
| YUV | 97.76 | 206.02 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 236 | 0.00 | 1.00 | 0 | 0.07 | 299.74 | 0.99 | 0.46 |
| Hex | EB | 1 | EC | 0 | 64 | 0 | 7 | 12C | 63 | 2E |
| Octal | 353 | 1 | 354 | 0 | 144 | 0 | 7 | 454 | 143 | 56 |
| Binary | 11101011 | 1 | 11101100 | 0 | 1100100 | 0 | 111 | 100101100 | 1100011 | 101110 |
Color Harmonies of #EB01EC
Complementary color
Monochromatic Colors of #EB01EC
Black with #EB01EC
Text Example
Text Example
White with #EB01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB01EC; }
p { color: rgb(235,1,236); }
H1.HeaderClassName
{
color: #EB01EC;
}
.AnyTagClassName
{
color: #EB01EC;
}
</style>
background-color css
<style>
a { background-color: #EB01EC; }
a { background-color: rgb(235,1,236); }
div.DivClassName
{
background-color: #EB01EC;
}
.BgClassName
{
background-color: #EB01EC;
}
</style>
border-color css
<style>
span { border-color: #EB01EC; }
span { border-color: rgb(235,1,236); }
td.TdClassName
{
border-color: #EB01EC;
}
.TagClassName
{
border-color: #EB01EC;
}
</style>