Shades of Psychedelic Purple #EC0BF3
Tints of Psychedelic Purple #EC0BF3
RGB
CMYK
RGB Variations
Color information
#EC0BF3 (or 0xEC0BF3) is known color: Psychedelic Purple. HEX triplet: EC, 0B and F3. RGB value is (236,11,243). Sum of RGB (Red+Green+Blue) = 236+11+243=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 11 (4.69% from 255 or 2.24% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC0BF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0BF3 is #13F40C. Grayscale: #686868. Windows color (decimal): -1307661 or 15928300. OLE color: 15928300.
HSL color Cylindrical-coordinate representation of color #EC0BF3: hue angle of 298.19º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0BF3 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 11 | 243 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.05 |
| HSL | 298.19º | 0.91% | 0.5% | - |
| HSV(B) | 298.19º | 0.95% | 0.95% | - |
| XYZ | 50.89 | 24.54 | 86.85 | - |
| YUV | 104.72 | 206.04 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 243 | 0.03 | 0.95 | 0 | 0.05 | 298.19 | 0.91 | 0.5 |
| Hex | EC | B | F3 | 3 | 5F | 0 | 5 | 12A | 5B | 32 |
| Octal | 354 | 13 | 363 | 3 | 137 | 0 | 5 | 452 | 133 | 62 |
| Binary | 11101100 | 1011 | 11110011 | 11 | 1011111 | 0 | 101 | 100101010 | 1011011 | 110010 |
Color Harmonies of #EC0BF3
Complementary color
Monochromatic Colors of #EC0BF3
Black with #EC0BF3
Text Example
Text Example
White with #EC0BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BF3; }
p { color: rgb(236,11,243); }
H1.HeaderClassName
{
color: #EC0BF3;
}
.AnyTagClassName
{
color: #EC0BF3;
}
</style>
background-color css
<style>
a { background-color: #EC0BF3; }
a { background-color: rgb(236,11,243); }
div.DivClassName
{
background-color: #EC0BF3;
}
.BgClassName
{
background-color: #EC0BF3;
}
</style>
border-color css
<style>
span { border-color: #EC0BF3; }
span { border-color: rgb(236,11,243); }
td.TdClassName
{
border-color: #EC0BF3;
}
.TagClassName
{
border-color: #EC0BF3;
}
</style>