Shades of Psychedelic Purple #EB20F0
Tints of Psychedelic Purple #EB20F0
RGB
CMYK
RGB Variations
Color information
#EB20F0 (or 0xEB20F0) is known color: Psychedelic Purple. HEX triplet: EB, 20 and F0. RGB value is (235,32,240). Sum of RGB (Red+Green+Blue) = 235+32+240=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 32 (12.89% from 255 or 6.31% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB20F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB20F0 is #14DF0F. Grayscale: #737373. Windows color (decimal): -1367824 or 15737067. OLE color: 15737067.
HSL color Cylindrical-coordinate representation of color #EB20F0: hue angle of 298.56º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB20F0 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 32 | 240 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.06 |
| HSL | 298.56º | 0.87% | 0.53% | - |
| HSV(B) | 298.56º | 0.87% | 0.94% | - |
| XYZ | 50.51 | 24.99 | 84.6 | - |
| YUV | 116.41 | 197.75 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 240 | 0.02 | 0.87 | 0 | 0.06 | 298.56 | 0.87 | 0.53 |
| Hex | EB | 20 | F0 | 2 | 57 | 0 | 6 | 12B | 57 | 35 |
| Octal | 353 | 40 | 360 | 2 | 127 | 0 | 6 | 453 | 127 | 65 |
| Binary | 11101011 | 100000 | 11110000 | 10 | 1010111 | 0 | 110 | 100101011 | 1010111 | 110101 |
Color Harmonies of #EB20F0
Complementary color
Monochromatic Colors of #EB20F0
Black with #EB20F0
Text Example
Text Example
White with #EB20F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB20F0; }
p { color: rgb(235,32,240); }
H1.HeaderClassName
{
color: #EB20F0;
}
.AnyTagClassName
{
color: #EB20F0;
}
</style>
background-color css
<style>
a { background-color: #EB20F0; }
a { background-color: rgb(235,32,240); }
div.DivClassName
{
background-color: #EB20F0;
}
.BgClassName
{
background-color: #EB20F0;
}
</style>
border-color css
<style>
span { border-color: #EB20F0; }
span { border-color: rgb(235,32,240); }
td.TdClassName
{
border-color: #EB20F0;
}
.TagClassName
{
border-color: #EB20F0;
}
</style>