Shades of Psychedelic Purple #EB28FE
Tints of Psychedelic Purple #EB28FE
RGB
CMYK
RGB Variations
Color information
#EB28FE (or 0xEB28FE) is known color: Psychedelic Purple. HEX triplet: EB, 28 and FE. RGB value is (235,40,254). Sum of RGB (Red+Green+Blue) = 235+40+254=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 40 (16.02% from 255 or 7.56% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB28FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB28FE is #14D701. Grayscale: #7A7A7A. Windows color (decimal): -1365762 or 16656619. OLE color: 16656619.
HSL color Cylindrical-coordinate representation of color #EB28FE: hue angle of 294.67º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB28FE is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 40 | 254 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.00 |
| HSL | 294.67º | 0.99% | 0.58% | - |
| HSV(B) | 294.67º | 0.84% | 1% | - |
| XYZ | 52.91 | 26.34 | 96.06 | - |
| YUV | 122.7 | 202.1 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 254 | 0.07 | 0.84 | 0 | 0.00 | 294.67 | 0.99 | 0.58 |
| Hex | EB | 28 | FE | 7 | 54 | 0 | 0 | 127 | 63 | 3A |
| Octal | 353 | 50 | 376 | 7 | 124 | 0 | 0 | 447 | 143 | 72 |
| Binary | 11101011 | 101000 | 11111110 | 111 | 1010100 | 0 | 0 | 100100111 | 1100011 | 111010 |
Color Harmonies of #EB28FE
Complementary color
Monochromatic Colors of #EB28FE
Black with #EB28FE
Text Example
Text Example
White with #EB28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB28FE; }
p { color: rgb(235,40,254); }
H1.HeaderClassName
{
color: #EB28FE;
}
.AnyTagClassName
{
color: #EB28FE;
}
</style>
background-color css
<style>
a { background-color: #EB28FE; }
a { background-color: rgb(235,40,254); }
div.DivClassName
{
background-color: #EB28FE;
}
.BgClassName
{
background-color: #EB28FE;
}
</style>
border-color css
<style>
span { border-color: #EB28FE; }
span { border-color: rgb(235,40,254); }
td.TdClassName
{
border-color: #EB28FE;
}
.TagClassName
{
border-color: #EB28FE;
}
</style>