Shades of Psychedelic Purple #EC04F2
Tints of Psychedelic Purple #EC04F2
RGB
CMYK
RGB Variations
Color information
#EC04F2 (or 0xEC04F2) is known color: Psychedelic Purple. HEX triplet: EC, 04 and F2. RGB value is (236,4,242). Sum of RGB (Red+Green+Blue) = 236+4+242=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 4 (1.95% from 255 or 0.83% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC04F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC04F2 is #13FB0D. Grayscale: #636363. Windows color (decimal): -1309454 or 15860972. OLE color: 15860972.
HSL color Cylindrical-coordinate representation of color #EC04F2: hue angle of 298.49º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC04F2 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 4 | 242 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.05 |
| HSL | 298.49º | 0.97% | 0.48% | - |
| HSV(B) | 298.49º | 0.98% | 0.95% | - |
| XYZ | 50.66 | 24.33 | 86.03 | - |
| YUV | 100.5 | 207.86 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 242 | 0.02 | 0.98 | 0 | 0.05 | 298.49 | 0.97 | 0.48 |
| Hex | EC | 4 | F2 | 2 | 62 | 0 | 5 | 12A | 61 | 30 |
| Octal | 354 | 4 | 362 | 2 | 142 | 0 | 5 | 452 | 141 | 60 |
| Binary | 11101100 | 100 | 11110010 | 10 | 1100010 | 0 | 101 | 100101010 | 1100001 | 110000 |
Color Harmonies of #EC04F2
Complementary color
Monochromatic Colors of #EC04F2
Black with #EC04F2
Text Example
Text Example
White with #EC04F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC04F2; }
p { color: rgb(236,4,242); }
H1.HeaderClassName
{
color: #EC04F2;
}
.AnyTagClassName
{
color: #EC04F2;
}
</style>
background-color css
<style>
a { background-color: #EC04F2; }
a { background-color: rgb(236,4,242); }
div.DivClassName
{
background-color: #EC04F2;
}
.BgClassName
{
background-color: #EC04F2;
}
</style>
border-color css
<style>
span { border-color: #EC04F2; }
span { border-color: rgb(236,4,242); }
td.TdClassName
{
border-color: #EC04F2;
}
.TagClassName
{
border-color: #EC04F2;
}
</style>