Shades of Psychedelic Purple #EB15F0
Tints of Psychedelic Purple #EB15F0
RGB
CMYK
RGB Variations
Color information
#EB15F0 (or 0xEB15F0) is known color: Psychedelic Purple. HEX triplet: EB, 15 and F0. RGB value is (235,21,240). Sum of RGB (Red+Green+Blue) = 235+21+240=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 21 (8.59% from 255 or 4.23% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB15F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB15F0 is #14EA0F. Grayscale: #6D6D6D. Windows color (decimal): -1370640 or 15734251. OLE color: 15734251.
HSL color Cylindrical-coordinate representation of color #EB15F0: hue angle of 298.63º 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 #EB15F0 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 21 | 240 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.06 |
| HSL | 298.63º | 0.88% | 0.51% | - |
| HSV(B) | 298.63º | 0.91% | 0.94% | - |
| XYZ | 50.26 | 24.49 | 84.52 | - |
| YUV | 109.95 | 201.4 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 240 | 0.02 | 0.91 | 0 | 0.06 | 298.63 | 0.88 | 0.51 |
| Hex | EB | 15 | F0 | 2 | 5B | 0 | 6 | 12B | 58 | 33 |
| Octal | 353 | 25 | 360 | 2 | 133 | 0 | 6 | 453 | 130 | 63 |
| Binary | 11101011 | 10101 | 11110000 | 10 | 1011011 | 0 | 110 | 100101011 | 1011000 | 110011 |
Color Harmonies of #EB15F0
Complementary color
Monochromatic Colors of #EB15F0
Black with #EB15F0
Text Example
Text Example
White with #EB15F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB15F0; }
p { color: rgb(235,21,240); }
H1.HeaderClassName
{
color: #EB15F0;
}
.AnyTagClassName
{
color: #EB15F0;
}
</style>
background-color css
<style>
a { background-color: #EB15F0; }
a { background-color: rgb(235,21,240); }
div.DivClassName
{
background-color: #EB15F0;
}
.BgClassName
{
background-color: #EB15F0;
}
</style>
border-color css
<style>
span { border-color: #EB15F0; }
span { border-color: rgb(235,21,240); }
td.TdClassName
{
border-color: #EB15F0;
}
.TagClassName
{
border-color: #EB15F0;
}
</style>