Shades of Psychedelic Purple #EB17EF
Tints of Psychedelic Purple #EB17EF
RGB
CMYK
RGB Variations
Color information
#EB17EF (or 0xEB17EF) is known color: Psychedelic Purple. HEX triplet: EB, 17 and EF. RGB value is (235,23,239). Sum of RGB (Red+Green+Blue) = 235+23+239=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 23 (9.38% from 255 or 4.63% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #EB17EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB17EF is #14E810. Grayscale: #6E6E6E. Windows color (decimal): -1370129 or 15669227. OLE color: 15669227.
HSL color Cylindrical-coordinate representation of color #EB17EF: hue angle of 298.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB17EF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 23 | 239 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.06 |
| HSL | 298.89º | 0.87% | 0.51% | - |
| HSV(B) | 298.89º | 0.9% | 0.94% | - |
| XYZ | 50.15 | 24.51 | 83.75 | - |
| YUV | 111.01 | 200.24 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 239 | 0.02 | 0.90 | 0 | 0.06 | 298.89 | 0.87 | 0.51 |
| Hex | EB | 17 | EF | 2 | 5A | 0 | 6 | 12B | 57 | 33 |
| Octal | 353 | 27 | 357 | 2 | 132 | 0 | 6 | 453 | 127 | 63 |
| Binary | 11101011 | 10111 | 11101111 | 10 | 1011010 | 0 | 110 | 100101011 | 1010111 | 110011 |
Color Harmonies of #EB17EF
Complementary color
Monochromatic Colors of #EB17EF
Black with #EB17EF
Text Example
Text Example
White with #EB17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17EF; }
p { color: rgb(235,23,239); }
H1.HeaderClassName
{
color: #EB17EF;
}
.AnyTagClassName
{
color: #EB17EF;
}
</style>
background-color css
<style>
a { background-color: #EB17EF; }
a { background-color: rgb(235,23,239); }
div.DivClassName
{
background-color: #EB17EF;
}
.BgClassName
{
background-color: #EB17EF;
}
</style>
border-color css
<style>
span { border-color: #EB17EF; }
span { border-color: rgb(235,23,239); }
td.TdClassName
{
border-color: #EB17EF;
}
.TagClassName
{
border-color: #EB17EF;
}
</style>