Shades of Psychedelic Purple #EB2FFF
Tints of Psychedelic Purple #EB2FFF
RGB
CMYK
RGB Variations
Color information
#EB2FFF (or 0xEB2FFF) is known color: Psychedelic Purple. HEX triplet: EB, 2F and FF. RGB value is (235,47,255). Sum of RGB (Red+Green+Blue) = 235+47+255=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 47 (18.75% from 255 or 8.75% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB2FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB2FFF is #14D000. Grayscale: #7E7E7E. Windows color (decimal): -1363969 or 16723947. OLE color: 16723947.
HSL color Cylindrical-coordinate representation of color #EB2FFF: hue angle of 294.23º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2FFF is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 47 | 255 | - |
| CMYK | 0.08 | 0.82 | 0 | 0 |
| HSL | 294.23º | 1% | 0.59% | - |
| HSV(B) | 294.23º | 0.82% | 1% | - |
| XYZ | 53.33 | 26.92 | 96.99 | - |
| YUV | 126.92 | 200.28 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 47 | 255 | 0.08 | 0.82 | 0 | 0 | 294.23 | 1 | 0.59 |
| Hex | EB | 2F | FF | 8 | 52 | 0 | 0 | 126 | 64 | 3B |
| Octal | 353 | 57 | 377 | 10 | 122 | 0 | 0 | 446 | 144 | 73 |
| Binary | 11101011 | 101111 | 11111111 | 1000 | 1010010 | 0 | 0 | 100100110 | 1100100 | 111011 |
Color Harmonies of #EB2FFF
Complementary color
Monochromatic Colors of #EB2FFF
Black with #EB2FFF
Text Example
Text Example
White with #EB2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2FFF; }
p { color: rgb(235,47,255); }
H1.HeaderClassName
{
color: #EB2FFF;
}
.AnyTagClassName
{
color: #EB2FFF;
}
</style>
background-color css
<style>
a { background-color: #EB2FFF; }
a { background-color: rgb(235,47,255); }
div.DivClassName
{
background-color: #EB2FFF;
}
.BgClassName
{
background-color: #EB2FFF;
}
</style>
border-color css
<style>
span { border-color: #EB2FFF; }
span { border-color: rgb(235,47,255); }
td.TdClassName
{
border-color: #EB2FFF;
}
.TagClassName
{
border-color: #EB2FFF;
}
</style>