Shades of Psychedelic Purple #EC2BFB
Tints of Psychedelic Purple #EC2BFB
RGB
CMYK
RGB Variations
Color information
#EC2BFB (or 0xEC2BFB) is known color: Psychedelic Purple. HEX triplet: EC, 2B and FB. RGB value is (236,43,251). Sum of RGB (Red+Green+Blue) = 236+43+251=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 43 (17.19% from 255 or 8.11% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC2BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2BFB is #13D404. Grayscale: #7B7B7B. Windows color (decimal): -1299461 or 16460780. OLE color: 16460780.
HSL color Cylindrical-coordinate representation of color #EC2BFB: hue angle of 295.67º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2BFB is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 43 | 251 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.02 |
| HSL | 295.67º | 0.96% | 0.58% | - |
| HSV(B) | 295.67º | 0.83% | 0.98% | - |
| XYZ | 52.87 | 26.53 | 93.6 | - |
| YUV | 124.42 | 199.44 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 251 | 0.06 | 0.83 | 0 | 0.02 | 295.67 | 0.96 | 0.58 |
| Hex | EC | 2B | FB | 6 | 53 | 0 | 2 | 128 | 60 | 3A |
| Octal | 354 | 53 | 373 | 6 | 123 | 0 | 2 | 450 | 140 | 72 |
| Binary | 11101100 | 101011 | 11111011 | 110 | 1010011 | 0 | 10 | 100101000 | 1100000 | 111010 |
Color Harmonies of #EC2BFB
Complementary color
Monochromatic Colors of #EC2BFB
Black with #EC2BFB
Text Example
Text Example
White with #EC2BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2BFB; }
p { color: rgb(236,43,251); }
H1.HeaderClassName
{
color: #EC2BFB;
}
.AnyTagClassName
{
color: #EC2BFB;
}
</style>
background-color css
<style>
a { background-color: #EC2BFB; }
a { background-color: rgb(236,43,251); }
div.DivClassName
{
background-color: #EC2BFB;
}
.BgClassName
{
background-color: #EC2BFB;
}
</style>
border-color css
<style>
span { border-color: #EC2BFB; }
span { border-color: rgb(236,43,251); }
td.TdClassName
{
border-color: #EC2BFB;
}
.TagClassName
{
border-color: #EC2BFB;
}
</style>