Shades of Psychedelic Purple #EB2FFB
Tints of Psychedelic Purple #EB2FFB
RGB
CMYK
RGB Variations
Color information
#EB2FFB (or 0xEB2FFB) is known color: Psychedelic Purple. HEX triplet: EB, 2F and FB. RGB value is (235,47,251). Sum of RGB (Red+Green+Blue) = 235+47+251=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 47 (18.75% from 255 or 8.82% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB2FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB2FFB is #14D004. Grayscale: #7D7D7D. Windows color (decimal): -1363973 or 16461803. OLE color: 16461803.
HSL color Cylindrical-coordinate representation of color #EB2FFB: hue angle of 295.29º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2FFB is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 47 | 251 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.02 |
| HSL | 295.29º | 0.96% | 0.58% | - |
| HSV(B) | 295.29º | 0.81% | 0.98% | - |
| XYZ | 52.69 | 26.66 | 93.64 | - |
| YUV | 126.47 | 198.28 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 47 | 251 | 0.06 | 0.81 | 0 | 0.02 | 295.29 | 0.96 | 0.58 |
| Hex | EB | 2F | FB | 6 | 51 | 0 | 2 | 127 | 60 | 3A |
| Octal | 353 | 57 | 373 | 6 | 121 | 0 | 2 | 447 | 140 | 72 |
| Binary | 11101011 | 101111 | 11111011 | 110 | 1010001 | 0 | 10 | 100100111 | 1100000 | 111010 |
Color Harmonies of #EB2FFB
Complementary color
Monochromatic Colors of #EB2FFB
Black with #EB2FFB
Text Example
Text Example
White with #EB2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2FFB; }
p { color: rgb(235,47,251); }
H1.HeaderClassName
{
color: #EB2FFB;
}
.AnyTagClassName
{
color: #EB2FFB;
}
</style>
background-color css
<style>
a { background-color: #EB2FFB; }
a { background-color: rgb(235,47,251); }
div.DivClassName
{
background-color: #EB2FFB;
}
.BgClassName
{
background-color: #EB2FFB;
}
</style>
border-color css
<style>
span { border-color: #EB2FFB; }
span { border-color: rgb(235,47,251); }
td.TdClassName
{
border-color: #EB2FFB;
}
.TagClassName
{
border-color: #EB2FFB;
}
</style>