Shades of Psychedelic Purple #EC33FB
Tints of Psychedelic Purple #EC33FB
RGB
CMYK
RGB Variations
Color information
#EC33FB (or 0xEC33FB) is known color: Psychedelic Purple. HEX triplet: EC, 33 and FB. RGB value is (236,51,251). Sum of RGB (Red+Green+Blue) = 236+51+251=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 51 (20.31% from 255 or 9.48% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC33FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC33FB is #13CC04. Grayscale: #808080. Windows color (decimal): -1297413 or 16462828. OLE color: 16462828.
HSL color Cylindrical-coordinate representation of color #EC33FB: hue angle of 295.5º 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 #EC33FB is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 51 | 251 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.02 |
| HSL | 295.5º | 0.96% | 0.59% | - |
| HSV(B) | 295.5º | 0.8% | 0.98% | - |
| XYZ | 53.19 | 27.17 | 93.71 | - |
| YUV | 129.12 | 196.79 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 251 | 0.06 | 0.80 | 0 | 0.02 | 295.5 | 0.96 | 0.59 |
| Hex | EC | 33 | FB | 6 | 50 | 0 | 2 | 128 | 60 | 3B |
| Octal | 354 | 63 | 373 | 6 | 120 | 0 | 2 | 450 | 140 | 73 |
| Binary | 11101100 | 110011 | 11111011 | 110 | 1010000 | 0 | 10 | 100101000 | 1100000 | 111011 |
Color Harmonies of #EC33FB
Complementary color
Monochromatic Colors of #EC33FB
Black with #EC33FB
Text Example
Text Example
White with #EC33FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC33FB; }
p { color: rgb(236,51,251); }
H1.HeaderClassName
{
color: #EC33FB;
}
.AnyTagClassName
{
color: #EC33FB;
}
</style>
background-color css
<style>
a { background-color: #EC33FB; }
a { background-color: rgb(236,51,251); }
div.DivClassName
{
background-color: #EC33FB;
}
.BgClassName
{
background-color: #EC33FB;
}
</style>
border-color css
<style>
span { border-color: #EC33FB; }
span { border-color: rgb(236,51,251); }
td.TdClassName
{
border-color: #EC33FB;
}
.TagClassName
{
border-color: #EC33FB;
}
</style>