Shades of Psychedelic Purple #EB11EC
Tints of Psychedelic Purple #EB11EC
RGB
CMYK
RGB Variations
Color information
#EB11EC (or 0xEB11EC) is known color: Psychedelic Purple. HEX triplet: EB, 11 and EC. RGB value is (235,17,236). Sum of RGB (Red+Green+Blue) = 235+17+236=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 17 (7.03% from 255 or 3.48% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB11EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB11EC is #14EE13. Grayscale: #6A6A6A. Windows color (decimal): -1371668 or 15471083. OLE color: 15471083.
HSL color Cylindrical-coordinate representation of color #EB11EC: hue angle of 299.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB11EC is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 17 | 236 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.07 |
| HSL | 299.73º | 0.87% | 0.5% | - |
| HSV(B) | 299.73º | 0.93% | 0.93% | - |
| XYZ | 49.6 | 24.12 | 81.4 | - |
| YUV | 107.15 | 200.72 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 17 | 236 | 0.00 | 0.93 | 0 | 0.07 | 299.73 | 0.87 | 0.5 |
| Hex | EB | 11 | EC | 0 | 5D | 0 | 7 | 12C | 57 | 32 |
| Octal | 353 | 21 | 354 | 0 | 135 | 0 | 7 | 454 | 127 | 62 |
| Binary | 11101011 | 10001 | 11101100 | 0 | 1011101 | 0 | 111 | 100101100 | 1010111 | 110010 |
Color Harmonies of #EB11EC
Complementary color
Monochromatic Colors of #EB11EC
Black with #EB11EC
Text Example
Text Example
White with #EB11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB11EC; }
p { color: rgb(235,17,236); }
H1.HeaderClassName
{
color: #EB11EC;
}
.AnyTagClassName
{
color: #EB11EC;
}
</style>
background-color css
<style>
a { background-color: #EB11EC; }
a { background-color: rgb(235,17,236); }
div.DivClassName
{
background-color: #EB11EC;
}
.BgClassName
{
background-color: #EB11EC;
}
</style>
border-color css
<style>
span { border-color: #EB11EC; }
span { border-color: rgb(235,17,236); }
td.TdClassName
{
border-color: #EB11EC;
}
.TagClassName
{
border-color: #EB11EC;
}
</style>