Shades of Psychedelic Purple #EC1BFA
Tints of Psychedelic Purple #EC1BFA
RGB
CMYK
RGB Variations
Color information
#EC1BFA (or 0xEC1BFA) is known color: Psychedelic Purple. HEX triplet: EC, 1B and FA. RGB value is (236,27,250). Sum of RGB (Red+Green+Blue) = 236+27+250=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 27 (10.94% from 255 or 5.26% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC1BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1BFA is #13E405. Grayscale: #727272. Windows color (decimal): -1303558 or 16391148. OLE color: 16391148.
HSL color Cylindrical-coordinate representation of color #EC1BFA: hue angle of 296.23º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1BFA is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 27 | 250 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.02 |
| HSL | 296.23º | 0.96% | 0.54% | - |
| HSV(B) | 296.23º | 0.89% | 0.98% | - |
| XYZ | 52.24 | 25.52 | 92.61 | - |
| YUV | 114.91 | 204.24 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 250 | 0.06 | 0.89 | 0 | 0.02 | 296.23 | 0.96 | 0.54 |
| Hex | EC | 1B | FA | 6 | 59 | 0 | 2 | 128 | 60 | 36 |
| Octal | 354 | 33 | 372 | 6 | 131 | 0 | 2 | 450 | 140 | 66 |
| Binary | 11101100 | 11011 | 11111010 | 110 | 1011001 | 0 | 10 | 100101000 | 1100000 | 110110 |
Color Harmonies of #EC1BFA
Complementary color
Monochromatic Colors of #EC1BFA
Black with #EC1BFA
Text Example
Text Example
White with #EC1BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BFA; }
p { color: rgb(236,27,250); }
H1.HeaderClassName
{
color: #EC1BFA;
}
.AnyTagClassName
{
color: #EC1BFA;
}
</style>
background-color css
<style>
a { background-color: #EC1BFA; }
a { background-color: rgb(236,27,250); }
div.DivClassName
{
background-color: #EC1BFA;
}
.BgClassName
{
background-color: #EC1BFA;
}
</style>
border-color css
<style>
span { border-color: #EC1BFA; }
span { border-color: rgb(236,27,250); }
td.TdClassName
{
border-color: #EC1BFA;
}
.TagClassName
{
border-color: #EC1BFA;
}
</style>