Shades of Psychedelic Purple #EB2BFE
Tints of Psychedelic Purple #EB2BFE
RGB
CMYK
RGB Variations
Color information
#EB2BFE (or 0xEB2BFE) is known color: Psychedelic Purple. HEX triplet: EB, 2B and FE. RGB value is (235,43,254). Sum of RGB (Red+Green+Blue) = 235+43+254=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 43 (17.19% from 255 or 8.08% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB2BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB2BFE is #14D401. Grayscale: #7B7B7B. Windows color (decimal): -1364994 or 16657387. OLE color: 16657387.
HSL color Cylindrical-coordinate representation of color #EB2BFE: hue angle of 294.6º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2BFE is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 43 | 254 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.00 |
| HSL | 294.6º | 0.99% | 0.58% | - |
| HSV(B) | 294.6º | 0.83% | 1% | - |
| XYZ | 53.01 | 26.55 | 96.1 | - |
| YUV | 124.46 | 201.11 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 43 | 254 | 0.07 | 0.83 | 0 | 0.00 | 294.6 | 0.99 | 0.58 |
| Hex | EB | 2B | FE | 7 | 53 | 0 | 0 | 127 | 63 | 3A |
| Octal | 353 | 53 | 376 | 7 | 123 | 0 | 0 | 447 | 143 | 72 |
| Binary | 11101011 | 101011 | 11111110 | 111 | 1010011 | 0 | 0 | 100100111 | 1100011 | 111010 |
Color Harmonies of #EB2BFE
Complementary color
Monochromatic Colors of #EB2BFE
Black with #EB2BFE
Text Example
Text Example
White with #EB2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2BFE; }
p { color: rgb(235,43,254); }
H1.HeaderClassName
{
color: #EB2BFE;
}
.AnyTagClassName
{
color: #EB2BFE;
}
</style>
background-color css
<style>
a { background-color: #EB2BFE; }
a { background-color: rgb(235,43,254); }
div.DivClassName
{
background-color: #EB2BFE;
}
.BgClassName
{
background-color: #EB2BFE;
}
</style>
border-color css
<style>
span { border-color: #EB2BFE; }
span { border-color: rgb(235,43,254); }
td.TdClassName
{
border-color: #EB2BFE;
}
.TagClassName
{
border-color: #EB2BFE;
}
</style>