Shades of Psychedelic Purple #EC1BFC
Tints of Psychedelic Purple #EC1BFC
RGB
CMYK
RGB Variations
Color information
#EC1BFC (or 0xEC1BFC) is known color: Psychedelic Purple. HEX triplet: EC, 1B and FC. RGB value is (236,27,252). Sum of RGB (Red+Green+Blue) = 236+27+252=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 27 (10.94% from 255 or 5.24% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC1BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1BFC is #13E403. Grayscale: #727272. Windows color (decimal): -1303556 or 16522220. OLE color: 16522220.
HSL color Cylindrical-coordinate representation of color #EC1BFC: hue angle of 295.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1BFC is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 27 | 252 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.01 |
| HSL | 295.73º | 0.97% | 0.55% | - |
| HSV(B) | 295.73º | 0.89% | 0.99% | - |
| XYZ | 52.55 | 25.65 | 94.28 | - |
| YUV | 115.14 | 205.24 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 252 | 0.06 | 0.89 | 0 | 0.01 | 295.73 | 0.97 | 0.55 |
| Hex | EC | 1B | FC | 6 | 59 | 0 | 1 | 128 | 61 | 37 |
| Octal | 354 | 33 | 374 | 6 | 131 | 0 | 1 | 450 | 141 | 67 |
| Binary | 11101100 | 11011 | 11111100 | 110 | 1011001 | 0 | 1 | 100101000 | 1100001 | 110111 |
Color Harmonies of #EC1BFC
Complementary color
Monochromatic Colors of #EC1BFC
Black with #EC1BFC
Text Example
Text Example
White with #EC1BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BFC; }
p { color: rgb(236,27,252); }
H1.HeaderClassName
{
color: #EC1BFC;
}
.AnyTagClassName
{
color: #EC1BFC;
}
</style>
background-color css
<style>
a { background-color: #EC1BFC; }
a { background-color: rgb(236,27,252); }
div.DivClassName
{
background-color: #EC1BFC;
}
.BgClassName
{
background-color: #EC1BFC;
}
</style>
border-color css
<style>
span { border-color: #EC1BFC; }
span { border-color: rgb(236,27,252); }
td.TdClassName
{
border-color: #EC1BFC;
}
.TagClassName
{
border-color: #EC1BFC;
}
</style>