Shades of Psychedelic Purple #EB16FE
Tints of Psychedelic Purple #EB16FE
RGB
CMYK
RGB Variations
Color information
#EB16FE (or 0xEB16FE) is known color: Psychedelic Purple. HEX triplet: EB, 16 and FE. RGB value is (235,22,254). Sum of RGB (Red+Green+Blue) = 235+22+254=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 22 (8.98% from 255 or 4.31% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB16FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB16FE is #14E901. Grayscale: #6F6F6F. Windows color (decimal): -1370370 or 16652011. OLE color: 16652011.
HSL color Cylindrical-coordinate representation of color #EB16FE: hue angle of 295.09º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB16FE is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 22 | 254 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.00 |
| HSL | 295.09º | 0.99% | 0.54% | - |
| HSV(B) | 295.09º | 0.91% | 1% | - |
| XYZ | 52.44 | 25.39 | 95.9 | - |
| YUV | 112.14 | 208.07 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 254 | 0.07 | 0.91 | 0 | 0.00 | 295.09 | 0.99 | 0.54 |
| Hex | EB | 16 | FE | 7 | 5B | 0 | 0 | 127 | 63 | 36 |
| Octal | 353 | 26 | 376 | 7 | 133 | 0 | 0 | 447 | 143 | 66 |
| Binary | 11101011 | 10110 | 11111110 | 111 | 1011011 | 0 | 0 | 100100111 | 1100011 | 110110 |
Color Harmonies of #EB16FE
Complementary color
Monochromatic Colors of #EB16FE
Black with #EB16FE
Text Example
Text Example
White with #EB16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB16FE; }
p { color: rgb(235,22,254); }
H1.HeaderClassName
{
color: #EB16FE;
}
.AnyTagClassName
{
color: #EB16FE;
}
</style>
background-color css
<style>
a { background-color: #EB16FE; }
a { background-color: rgb(235,22,254); }
div.DivClassName
{
background-color: #EB16FE;
}
.BgClassName
{
background-color: #EB16FE;
}
</style>
border-color css
<style>
span { border-color: #EB16FE; }
span { border-color: rgb(235,22,254); }
td.TdClassName
{
border-color: #EB16FE;
}
.TagClassName
{
border-color: #EB16FE;
}
</style>