Shades of Psychedelic Purple #EB16F0
Tints of Psychedelic Purple #EB16F0
RGB
CMYK
RGB Variations
Color information
#EB16F0 (or 0xEB16F0) is known color: Psychedelic Purple. HEX triplet: EB, 16 and F0. RGB value is (235,22,240). Sum of RGB (Red+Green+Blue) = 235+22+240=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 22 (8.98% from 255 or 4.43% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB16F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB16F0 is #14E90F. Grayscale: #6D6D6D. Windows color (decimal): -1370384 or 15734507. OLE color: 15734507.
HSL color Cylindrical-coordinate representation of color #EB16F0: hue angle of 298.62º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB16F0 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 22 | 240 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.06 |
| HSL | 298.62º | 0.88% | 0.51% | - |
| HSV(B) | 298.62º | 0.91% | 0.94% | - |
| XYZ | 50.28 | 24.53 | 84.52 | - |
| YUV | 110.54 | 201.07 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 240 | 0.02 | 0.91 | 0 | 0.06 | 298.62 | 0.88 | 0.51 |
| Hex | EB | 16 | F0 | 2 | 5B | 0 | 6 | 12B | 58 | 33 |
| Octal | 353 | 26 | 360 | 2 | 133 | 0 | 6 | 453 | 130 | 63 |
| Binary | 11101011 | 10110 | 11110000 | 10 | 1011011 | 0 | 110 | 100101011 | 1011000 | 110011 |
Color Harmonies of #EB16F0
Complementary color
Monochromatic Colors of #EB16F0
Black with #EB16F0
Text Example
Text Example
White with #EB16F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB16F0; }
p { color: rgb(235,22,240); }
H1.HeaderClassName
{
color: #EB16F0;
}
.AnyTagClassName
{
color: #EB16F0;
}
</style>
background-color css
<style>
a { background-color: #EB16F0; }
a { background-color: rgb(235,22,240); }
div.DivClassName
{
background-color: #EB16F0;
}
.BgClassName
{
background-color: #EB16F0;
}
</style>
border-color css
<style>
span { border-color: #EB16F0; }
span { border-color: rgb(235,22,240); }
td.TdClassName
{
border-color: #EB16F0;
}
.TagClassName
{
border-color: #EB16F0;
}
</style>