Shades of Psychedelic Purple #EB17F0
Tints of Psychedelic Purple #EB17F0
RGB
CMYK
RGB Variations
Color information
#EB17F0 (or 0xEB17F0) is known color: Psychedelic Purple. HEX triplet: EB, 17 and F0. RGB value is (235,23,240). Sum of RGB (Red+Green+Blue) = 235+23+240=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 23 (9.38% from 255 or 4.62% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB17F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB17F0 is #14E80F. Grayscale: #6E6E6E. Windows color (decimal): -1370128 or 15734763. OLE color: 15734763.
HSL color Cylindrical-coordinate representation of color #EB17F0: hue angle of 298.62º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB17F0 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 23 | 240 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.06 |
| HSL | 298.62º | 0.88% | 0.52% | - |
| HSV(B) | 298.62º | 0.9% | 0.94% | - |
| XYZ | 50.3 | 24.57 | 84.53 | - |
| YUV | 111.13 | 200.74 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 240 | 0.02 | 0.90 | 0 | 0.06 | 298.62 | 0.88 | 0.52 |
| Hex | EB | 17 | F0 | 2 | 5A | 0 | 6 | 12B | 58 | 34 |
| Octal | 353 | 27 | 360 | 2 | 132 | 0 | 6 | 453 | 130 | 64 |
| Binary | 11101011 | 10111 | 11110000 | 10 | 1011010 | 0 | 110 | 100101011 | 1011000 | 110100 |
Color Harmonies of #EB17F0
Complementary color
Monochromatic Colors of #EB17F0
Black with #EB17F0
Text Example
Text Example
White with #EB17F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17F0; }
p { color: rgb(235,23,240); }
H1.HeaderClassName
{
color: #EB17F0;
}
.AnyTagClassName
{
color: #EB17F0;
}
</style>
background-color css
<style>
a { background-color: #EB17F0; }
a { background-color: rgb(235,23,240); }
div.DivClassName
{
background-color: #EB17F0;
}
.BgClassName
{
background-color: #EB17F0;
}
</style>
border-color css
<style>
span { border-color: #EB17F0; }
span { border-color: rgb(235,23,240); }
td.TdClassName
{
border-color: #EB17F0;
}
.TagClassName
{
border-color: #EB17F0;
}
</style>