Shades of Psychedelic Purple #EC0BFC
Tints of Psychedelic Purple #EC0BFC
RGB
CMYK
RGB Variations
Color information
#EC0BFC (or 0xEC0BFC) is known color: Psychedelic Purple. HEX triplet: EC, 0B and FC. RGB value is (236,11,252). Sum of RGB (Red+Green+Blue) = 236+11+252=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 11 (4.69% from 255 or 2.20% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC0BFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0BFC is #13F403. Grayscale: #696969. Windows color (decimal): -1307652 or 16518124. OLE color: 16518124.
HSL color Cylindrical-coordinate representation of color #EC0BFC: hue angle of 296.02º 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 #EC0BFC is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 11 | 252 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.01 |
| HSL | 296.02º | 0.98% | 0.52% | - |
| HSV(B) | 296.02º | 0.96% | 0.99% | - |
| XYZ | 52.28 | 25.1 | 94.18 | - |
| YUV | 105.75 | 210.54 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 252 | 0.06 | 0.96 | 0 | 0.01 | 296.02 | 0.98 | 0.52 |
| Hex | EC | B | FC | 6 | 60 | 0 | 1 | 128 | 62 | 34 |
| Octal | 354 | 13 | 374 | 6 | 140 | 0 | 1 | 450 | 142 | 64 |
| Binary | 11101100 | 1011 | 11111100 | 110 | 1100000 | 0 | 1 | 100101000 | 1100010 | 110100 |
Color Harmonies of #EC0BFC
Complementary color
Monochromatic Colors of #EC0BFC
Black with #EC0BFC
Text Example
Text Example
White with #EC0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BFC; }
p { color: rgb(236,11,252); }
H1.HeaderClassName
{
color: #EC0BFC;
}
.AnyTagClassName
{
color: #EC0BFC;
}
</style>
background-color css
<style>
a { background-color: #EC0BFC; }
a { background-color: rgb(236,11,252); }
div.DivClassName
{
background-color: #EC0BFC;
}
.BgClassName
{
background-color: #EC0BFC;
}
</style>
border-color css
<style>
span { border-color: #EC0BFC; }
span { border-color: rgb(236,11,252); }
td.TdClassName
{
border-color: #EC0BFC;
}
.TagClassName
{
border-color: #EC0BFC;
}
</style>