Shades of Psychedelic Purple #EB0BFC
Tints of Psychedelic Purple #EB0BFC
RGB
CMYK
RGB Variations
Color information
#EB0BFC (or 0xEB0BFC) is known color: Psychedelic Purple. HEX triplet: EB, 0B and FC. RGB value is (235,11,252). Sum of RGB (Red+Green+Blue) = 235+11+252=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 11 (4.69% from 255 or 2.21% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB0BFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0BFC is #14F403. Grayscale: #686868. Windows color (decimal): -1373188 or 16518123. OLE color: 16518123.
HSL color Cylindrical-coordinate representation of color #EB0BFC: hue angle of 295.77º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB0BFC is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 11 | 252 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.01 |
| HSL | 295.77º | 0.98% | 0.52% | - |
| HSV(B) | 295.77º | 0.96% | 0.99% | - |
| XYZ | 51.95 | 24.93 | 94.17 | - |
| YUV | 105.45 | 210.71 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 11 | 252 | 0.07 | 0.96 | 0 | 0.01 | 295.77 | 0.98 | 0.52 |
| Hex | EB | B | FC | 7 | 60 | 0 | 1 | 128 | 62 | 34 |
| Octal | 353 | 13 | 374 | 7 | 140 | 0 | 1 | 450 | 142 | 64 |
| Binary | 11101011 | 1011 | 11111100 | 111 | 1100000 | 0 | 1 | 100101000 | 1100010 | 110100 |
Color Harmonies of #EB0BFC
Complementary color
Monochromatic Colors of #EB0BFC
Black with #EB0BFC
Text Example
Text Example
White with #EB0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0BFC; }
p { color: rgb(235,11,252); }
H1.HeaderClassName
{
color: #EB0BFC;
}
.AnyTagClassName
{
color: #EB0BFC;
}
</style>
background-color css
<style>
a { background-color: #EB0BFC; }
a { background-color: rgb(235,11,252); }
div.DivClassName
{
background-color: #EB0BFC;
}
.BgClassName
{
background-color: #EB0BFC;
}
</style>
border-color css
<style>
span { border-color: #EB0BFC; }
span { border-color: rgb(235,11,252); }
td.TdClassName
{
border-color: #EB0BFC;
}
.TagClassName
{
border-color: #EB0BFC;
}
</style>