Shades of Psychedelic Purple #EB2CFE
Tints of Psychedelic Purple #EB2CFE
RGB
CMYK
RGB Variations
Color information
#EB2CFE (or 0xEB2CFE) is known color: Psychedelic Purple. HEX triplet: EB, 2C and FE. RGB value is (235,44,254). Sum of RGB (Red+Green+Blue) = 235+44+254=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 44 (17.58% from 255 or 8.26% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB2CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB2CFE is #14D301. Grayscale: #7C7C7C. Windows color (decimal): -1364738 or 16657643. OLE color: 16657643.
HSL color Cylindrical-coordinate representation of color #EB2CFE: hue angle of 294.57º 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 #EB2CFE is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 44 | 254 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.00 |
| HSL | 294.57º | 0.99% | 0.58% | - |
| HSV(B) | 294.57º | 0.83% | 1% | - |
| XYZ | 53.05 | 26.62 | 96.11 | - |
| YUV | 125.05 | 200.78 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 44 | 254 | 0.07 | 0.83 | 0 | 0.00 | 294.57 | 0.99 | 0.58 |
| Hex | EB | 2C | FE | 7 | 53 | 0 | 0 | 127 | 63 | 3A |
| Octal | 353 | 54 | 376 | 7 | 123 | 0 | 0 | 447 | 143 | 72 |
| Binary | 11101011 | 101100 | 11111110 | 111 | 1010011 | 0 | 0 | 100100111 | 1100011 | 111010 |
Color Harmonies of #EB2CFE
Complementary color
Monochromatic Colors of #EB2CFE
Black with #EB2CFE
Text Example
Text Example
White with #EB2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2CFE; }
p { color: rgb(235,44,254); }
H1.HeaderClassName
{
color: #EB2CFE;
}
.AnyTagClassName
{
color: #EB2CFE;
}
</style>
background-color css
<style>
a { background-color: #EB2CFE; }
a { background-color: rgb(235,44,254); }
div.DivClassName
{
background-color: #EB2CFE;
}
.BgClassName
{
background-color: #EB2CFE;
}
</style>
border-color css
<style>
span { border-color: #EB2CFE; }
span { border-color: rgb(235,44,254); }
td.TdClassName
{
border-color: #EB2CFE;
}
.TagClassName
{
border-color: #EB2CFE;
}
</style>