Shades of Psychedelic Purple #EC32FB
Tints of Psychedelic Purple #EC32FB
RGB
CMYK
RGB Variations
Color information
#EC32FB (or 0xEC32FB) is known color: Psychedelic Purple. HEX triplet: EC, 32 and FB. RGB value is (236,50,251). Sum of RGB (Red+Green+Blue) = 236+50+251=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 50 (19.92% from 255 or 9.31% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC32FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC32FB is #13CD04. Grayscale: #7F7F7F. Windows color (decimal): -1297669 or 16462572. OLE color: 16462572.
HSL color Cylindrical-coordinate representation of color #EC32FB: hue angle of 295.52º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC32FB is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 50 | 251 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.02 |
| HSL | 295.52º | 0.96% | 0.59% | - |
| HSV(B) | 295.52º | 0.8% | 0.98% | - |
| XYZ | 53.15 | 27.08 | 93.69 | - |
| YUV | 128.53 | 197.12 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 251 | 0.06 | 0.80 | 0 | 0.02 | 295.52 | 0.96 | 0.59 |
| Hex | EC | 32 | FB | 6 | 50 | 0 | 2 | 128 | 60 | 3B |
| Octal | 354 | 62 | 373 | 6 | 120 | 0 | 2 | 450 | 140 | 73 |
| Binary | 11101100 | 110010 | 11111011 | 110 | 1010000 | 0 | 10 | 100101000 | 1100000 | 111011 |
Color Harmonies of #EC32FB
Complementary color
Monochromatic Colors of #EC32FB
Black with #EC32FB
Text Example
Text Example
White with #EC32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC32FB; }
p { color: rgb(236,50,251); }
H1.HeaderClassName
{
color: #EC32FB;
}
.AnyTagClassName
{
color: #EC32FB;
}
</style>
background-color css
<style>
a { background-color: #EC32FB; }
a { background-color: rgb(236,50,251); }
div.DivClassName
{
background-color: #EC32FB;
}
.BgClassName
{
background-color: #EC32FB;
}
</style>
border-color css
<style>
span { border-color: #EC32FB; }
span { border-color: rgb(236,50,251); }
td.TdClassName
{
border-color: #EC32FB;
}
.TagClassName
{
border-color: #EC32FB;
}
</style>