Shades of Psychedelic Purple #EC0BFF
Tints of Psychedelic Purple #EC0BFF
RGB
CMYK
RGB Variations
Color information
#EC0BFF (or 0xEC0BFF) is known color: Psychedelic Purple. HEX triplet: EC, 0B and FF. RGB value is (236,11,255). Sum of RGB (Red+Green+Blue) = 236+11+255=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 11 (4.69% from 255 or 2.19% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC0BFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0BFF is #13F400. Grayscale: #696969. Windows color (decimal): -1307649 or 16714732. OLE color: 16714732.
HSL color Cylindrical-coordinate representation of color #EC0BFF: hue angle of 295.33º 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 #EC0BFF is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 11 | 255 | - |
| CMYK | 0.07 | 0.96 | 0 | 0 |
| HSL | 295.33º | 1% | 0.52% | - |
| HSV(B) | 295.33º | 0.96% | 1% | - |
| XYZ | 52.76 | 25.29 | 96.71 | - |
| YUV | 106.09 | 212.04 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 255 | 0.07 | 0.96 | 0 | 0 | 295.33 | 1 | 0.52 |
| Hex | EC | B | FF | 7 | 60 | 0 | 0 | 127 | 64 | 34 |
| Octal | 354 | 13 | 377 | 7 | 140 | 0 | 0 | 447 | 144 | 64 |
| Binary | 11101100 | 1011 | 11111111 | 111 | 1100000 | 0 | 0 | 100100111 | 1100100 | 110100 |
Color Harmonies of #EC0BFF
Complementary color
Monochromatic Colors of #EC0BFF
Black with #EC0BFF
Text Example
Text Example
White with #EC0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BFF; }
p { color: rgb(236,11,255); }
H1.HeaderClassName
{
color: #EC0BFF;
}
.AnyTagClassName
{
color: #EC0BFF;
}
</style>
background-color css
<style>
a { background-color: #EC0BFF; }
a { background-color: rgb(236,11,255); }
div.DivClassName
{
background-color: #EC0BFF;
}
.BgClassName
{
background-color: #EC0BFF;
}
</style>
border-color css
<style>
span { border-color: #EC0BFF; }
span { border-color: rgb(236,11,255); }
td.TdClassName
{
border-color: #EC0BFF;
}
.TagClassName
{
border-color: #EC0BFF;
}
</style>