Shades of Psychedelic Purple #EB18EC
Tints of Psychedelic Purple #EB18EC
RGB
CMYK
RGB Variations
Color information
#EB18EC (or 0xEB18EC) is known color: Psychedelic Purple. HEX triplet: EB, 18 and EC. RGB value is (235,24,236). Sum of RGB (Red+Green+Blue) = 235+24+236=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 24 (9.77% from 255 or 4.85% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB18EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB18EC is #14E713. Grayscale: #6E6E6E. Windows color (decimal): -1369876 or 15472875. OLE color: 15472875.
HSL color Cylindrical-coordinate representation of color #EB18EC: hue angle of 299.72º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB18EC is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 24 | 236 | - |
| CMYK | 0.00 | 0.90 | 0 | 0.07 |
| HSL | 299.72º | 0.85% | 0.51% | - |
| HSV(B) | 299.72º | 0.9% | 0.93% | - |
| XYZ | 49.73 | 24.37 | 81.44 | - |
| YUV | 111.26 | 198.4 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 236 | 0.00 | 0.90 | 0 | 0.07 | 299.72 | 0.85 | 0.51 |
| Hex | EB | 18 | EC | 0 | 5A | 0 | 7 | 12C | 55 | 33 |
| Octal | 353 | 30 | 354 | 0 | 132 | 0 | 7 | 454 | 125 | 63 |
| Binary | 11101011 | 11000 | 11101100 | 0 | 1011010 | 0 | 111 | 100101100 | 1010101 | 110011 |
Color Harmonies of #EB18EC
Complementary color
Monochromatic Colors of #EB18EC
Black with #EB18EC
Text Example
Text Example
White with #EB18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB18EC; }
p { color: rgb(235,24,236); }
H1.HeaderClassName
{
color: #EB18EC;
}
.AnyTagClassName
{
color: #EB18EC;
}
</style>
background-color css
<style>
a { background-color: #EB18EC; }
a { background-color: rgb(235,24,236); }
div.DivClassName
{
background-color: #EB18EC;
}
.BgClassName
{
background-color: #EB18EC;
}
</style>
border-color css
<style>
span { border-color: #EB18EC; }
span { border-color: rgb(235,24,236); }
td.TdClassName
{
border-color: #EB18EC;
}
.TagClassName
{
border-color: #EB18EC;
}
</style>