Shades of Psychedelic Purple #EB29F0
Tints of Psychedelic Purple #EB29F0
RGB
CMYK
RGB Variations
Color information
#EB29F0 (or 0xEB29F0) is known color: Psychedelic Purple. HEX triplet: EB, 29 and F0. RGB value is (235,41,240). Sum of RGB (Red+Green+Blue) = 235+41+240=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 41 (16.41% from 255 or 7.95% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB29F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB29F0 is #14D60F. Grayscale: #797979. Windows color (decimal): -1365520 or 15739371. OLE color: 15739371.
HSL color Cylindrical-coordinate representation of color #EB29F0: hue angle of 298.49º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB29F0 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 41 | 240 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.06 |
| HSL | 298.49º | 0.87% | 0.55% | - |
| HSV(B) | 298.49º | 0.83% | 0.94% | - |
| XYZ | 50.78 | 25.54 | 84.69 | - |
| YUV | 121.69 | 194.77 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 240 | 0.02 | 0.83 | 0 | 0.06 | 298.49 | 0.87 | 0.55 |
| Hex | EB | 29 | F0 | 2 | 53 | 0 | 6 | 12A | 57 | 37 |
| Octal | 353 | 51 | 360 | 2 | 123 | 0 | 6 | 452 | 127 | 67 |
| Binary | 11101011 | 101001 | 11110000 | 10 | 1010011 | 0 | 110 | 100101010 | 1010111 | 110111 |
Color Harmonies of #EB29F0
Complementary color
Monochromatic Colors of #EB29F0
Black with #EB29F0
Text Example
Text Example
White with #EB29F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB29F0; }
p { color: rgb(235,41,240); }
H1.HeaderClassName
{
color: #EB29F0;
}
.AnyTagClassName
{
color: #EB29F0;
}
</style>
background-color css
<style>
a { background-color: #EB29F0; }
a { background-color: rgb(235,41,240); }
div.DivClassName
{
background-color: #EB29F0;
}
.BgClassName
{
background-color: #EB29F0;
}
</style>
border-color css
<style>
span { border-color: #EB29F0; }
span { border-color: rgb(235,41,240); }
td.TdClassName
{
border-color: #EB29F0;
}
.TagClassName
{
border-color: #EB29F0;
}
</style>