Shades of Psychedelic Purple #EC06FB
Tints of Psychedelic Purple #EC06FB
RGB
CMYK
RGB Variations
Color information
#EC06FB (or 0xEC06FB) is known color: Psychedelic Purple. HEX triplet: EC, 06 and FB. RGB value is (236,6,251). Sum of RGB (Red+Green+Blue) = 236+6+251=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 6 (2.73% from 255 or 1.22% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC06FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC06FB is #13F904. Grayscale: #656565. Windows color (decimal): -1308933 or 16451308. OLE color: 16451308.
HSL color Cylindrical-coordinate representation of color #EC06FB: hue angle of 296.33º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC06FB is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 6 | 251 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.02 |
| HSL | 296.33º | 0.97% | 0.5% | - |
| HSV(B) | 296.33º | 0.98% | 0.98% | - |
| XYZ | 52.07 | 24.93 | 93.33 | - |
| YUV | 102.7 | 211.7 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 251 | 0.06 | 0.98 | 0 | 0.02 | 296.33 | 0.97 | 0.5 |
| Hex | EC | 6 | FB | 6 | 62 | 0 | 2 | 128 | 61 | 32 |
| Octal | 354 | 6 | 373 | 6 | 142 | 0 | 2 | 450 | 141 | 62 |
| Binary | 11101100 | 110 | 11111011 | 110 | 1100010 | 0 | 10 | 100101000 | 1100001 | 110010 |
Color Harmonies of #EC06FB
Complementary color
Monochromatic Colors of #EC06FB
Black with #EC06FB
Text Example
Text Example
White with #EC06FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06FB; }
p { color: rgb(236,6,251); }
H1.HeaderClassName
{
color: #EC06FB;
}
.AnyTagClassName
{
color: #EC06FB;
}
</style>
background-color css
<style>
a { background-color: #EC06FB; }
a { background-color: rgb(236,6,251); }
div.DivClassName
{
background-color: #EC06FB;
}
.BgClassName
{
background-color: #EC06FB;
}
</style>
border-color css
<style>
span { border-color: #EC06FB; }
span { border-color: rgb(236,6,251); }
td.TdClassName
{
border-color: #EC06FB;
}
.TagClassName
{
border-color: #EC06FB;
}
</style>