Shades of Psychedelic Purple #EC0BFE
Tints of Psychedelic Purple #EC0BFE
RGB
CMYK
RGB Variations
Color information
#EC0BFE (or 0xEC0BFE) is known color: Psychedelic Purple. HEX triplet: EC, 0B and FE. RGB value is (236,11,254). Sum of RGB (Red+Green+Blue) = 236+11+254=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 11 (4.69% from 255 or 2.20% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC0BFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0BFE is #13F401. Grayscale: #696969. Windows color (decimal): -1307650 or 16649196. OLE color: 16649196.
HSL color Cylindrical-coordinate representation of color #EC0BFE: hue angle of 295.56º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0BFE is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 11 | 254 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.00 |
| HSL | 295.56º | 0.99% | 0.52% | - |
| HSV(B) | 295.56º | 0.96% | 1% | - |
| XYZ | 52.6 | 25.23 | 95.86 | - |
| YUV | 105.98 | 211.54 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 254 | 0.07 | 0.96 | 0 | 0.00 | 295.56 | 0.99 | 0.52 |
| Hex | EC | B | FE | 7 | 60 | 0 | 0 | 128 | 63 | 34 |
| Octal | 354 | 13 | 376 | 7 | 140 | 0 | 0 | 450 | 143 | 64 |
| Binary | 11101100 | 1011 | 11111110 | 111 | 1100000 | 0 | 0 | 100101000 | 1100011 | 110100 |
Color Harmonies of #EC0BFE
Complementary color
Monochromatic Colors of #EC0BFE
Black with #EC0BFE
Text Example
Text Example
White with #EC0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BFE; }
p { color: rgb(236,11,254); }
H1.HeaderClassName
{
color: #EC0BFE;
}
.AnyTagClassName
{
color: #EC0BFE;
}
</style>
background-color css
<style>
a { background-color: #EC0BFE; }
a { background-color: rgb(236,11,254); }
div.DivClassName
{
background-color: #EC0BFE;
}
.BgClassName
{
background-color: #EC0BFE;
}
</style>
border-color css
<style>
span { border-color: #EC0BFE; }
span { border-color: rgb(236,11,254); }
td.TdClassName
{
border-color: #EC0BFE;
}
.TagClassName
{
border-color: #EC0BFE;
}
</style>