Shades of Psychedelic Purple #EB0BFF
Tints of Psychedelic Purple #EB0BFF
RGB
CMYK
RGB Variations
Color information
#EB0BFF (or 0xEB0BFF) is known color: Psychedelic Purple. HEX triplet: EB, 0B and FF. RGB value is (235,11,255). Sum of RGB (Red+Green+Blue) = 235+11+255=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 11 (4.69% from 255 or 2.20% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB0BFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0BFF is #14F400. Grayscale: #696969. Windows color (decimal): -1373185 or 16714731. OLE color: 16714731.
HSL color Cylindrical-coordinate representation of color #EB0BFF: hue angle of 295.08º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB0BFF is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 11 | 255 | - |
| CMYK | 0.08 | 0.96 | 0 | 0 |
| HSL | 295.08º | 1% | 0.52% | - |
| HSV(B) | 295.08º | 0.96% | 1% | - |
| XYZ | 52.43 | 25.12 | 96.69 | - |
| YUV | 105.79 | 212.21 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 11 | 255 | 0.08 | 0.96 | 0 | 0 | 295.08 | 1 | 0.52 |
| Hex | EB | B | FF | 8 | 60 | 0 | 0 | 127 | 64 | 34 |
| Octal | 353 | 13 | 377 | 10 | 140 | 0 | 0 | 447 | 144 | 64 |
| Binary | 11101011 | 1011 | 11111111 | 1000 | 1100000 | 0 | 0 | 100100111 | 1100100 | 110100 |
Color Harmonies of #EB0BFF
Complementary color
Monochromatic Colors of #EB0BFF
Black with #EB0BFF
Text Example
Text Example
White with #EB0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0BFF; }
p { color: rgb(235,11,255); }
H1.HeaderClassName
{
color: #EB0BFF;
}
.AnyTagClassName
{
color: #EB0BFF;
}
</style>
background-color css
<style>
a { background-color: #EB0BFF; }
a { background-color: rgb(235,11,255); }
div.DivClassName
{
background-color: #EB0BFF;
}
.BgClassName
{
background-color: #EB0BFF;
}
</style>
border-color css
<style>
span { border-color: #EB0BFF; }
span { border-color: rgb(235,11,255); }
td.TdClassName
{
border-color: #EB0BFF;
}
.TagClassName
{
border-color: #EB0BFF;
}
</style>