Shades of Psychedelic Purple #EC07FC
Tints of Psychedelic Purple #EC07FC
RGB
CMYK
RGB Variations
Color information
#EC07FC (or 0xEC07FC) is known color: Psychedelic Purple. HEX triplet: EC, 07 and FC. RGB value is (236,7,252). Sum of RGB (Red+Green+Blue) = 236+7+252=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 7 (3.12% from 255 or 1.41% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC07FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC07FC is #13F803. Grayscale: #666666. Windows color (decimal): -1308676 or 16517100. OLE color: 16517100.
HSL color Cylindrical-coordinate representation of color #EC07FC: hue angle of 296.08º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07FC is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 7 | 252 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.01 |
| HSL | 296.08º | 0.98% | 0.51% | - |
| HSV(B) | 296.08º | 0.97% | 0.99% | - |
| XYZ | 52.24 | 25.01 | 94.17 | - |
| YUV | 103.4 | 211.87 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 252 | 0.06 | 0.97 | 0 | 0.01 | 296.08 | 0.98 | 0.51 |
| Hex | EC | 7 | FC | 6 | 61 | 0 | 1 | 128 | 62 | 33 |
| Octal | 354 | 7 | 374 | 6 | 141 | 0 | 1 | 450 | 142 | 63 |
| Binary | 11101100 | 111 | 11111100 | 110 | 1100001 | 0 | 1 | 100101000 | 1100010 | 110011 |
Color Harmonies of #EC07FC
Complementary color
Monochromatic Colors of #EC07FC
Black with #EC07FC
Text Example
Text Example
White with #EC07FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07FC; }
p { color: rgb(236,7,252); }
H1.HeaderClassName
{
color: #EC07FC;
}
.AnyTagClassName
{
color: #EC07FC;
}
</style>
background-color css
<style>
a { background-color: #EC07FC; }
a { background-color: rgb(236,7,252); }
div.DivClassName
{
background-color: #EC07FC;
}
.BgClassName
{
background-color: #EC07FC;
}
</style>
border-color css
<style>
span { border-color: #EC07FC; }
span { border-color: rgb(236,7,252); }
td.TdClassName
{
border-color: #EC07FC;
}
.TagClassName
{
border-color: #EC07FC;
}
</style>