Shades of Psychedelic Purple #EC04F3
Tints of Psychedelic Purple #EC04F3
RGB
CMYK
RGB Variations
Color information
#EC04F3 (or 0xEC04F3) is known color: Psychedelic Purple. HEX triplet: EC, 04 and F3. RGB value is (236,4,243). Sum of RGB (Red+Green+Blue) = 236+4+243=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 4 (1.95% from 255 or 0.83% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC04F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC04F3 is #13FB0C. Grayscale: #636363. Windows color (decimal): -1309453 or 15926508. OLE color: 15926508.
HSL color Cylindrical-coordinate representation of color #EC04F3: hue angle of 298.24º 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 #EC04F3 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 4 | 243 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.05 |
| HSL | 298.24º | 0.97% | 0.48% | - |
| HSV(B) | 298.24º | 0.98% | 0.95% | - |
| XYZ | 50.81 | 24.39 | 86.82 | - |
| YUV | 100.61 | 208.36 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 243 | 0.03 | 0.98 | 0 | 0.05 | 298.24 | 0.97 | 0.48 |
| Hex | EC | 4 | F3 | 3 | 62 | 0 | 5 | 12A | 61 | 30 |
| Octal | 354 | 4 | 363 | 3 | 142 | 0 | 5 | 452 | 141 | 60 |
| Binary | 11101100 | 100 | 11110011 | 11 | 1100010 | 0 | 101 | 100101010 | 1100001 | 110000 |
Color Harmonies of #EC04F3
Complementary color
Monochromatic Colors of #EC04F3
Black with #EC04F3
Text Example
Text Example
White with #EC04F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC04F3; }
p { color: rgb(236,4,243); }
H1.HeaderClassName
{
color: #EC04F3;
}
.AnyTagClassName
{
color: #EC04F3;
}
</style>
background-color css
<style>
a { background-color: #EC04F3; }
a { background-color: rgb(236,4,243); }
div.DivClassName
{
background-color: #EC04F3;
}
.BgClassName
{
background-color: #EC04F3;
}
</style>
border-color css
<style>
span { border-color: #EC04F3; }
span { border-color: rgb(236,4,243); }
td.TdClassName
{
border-color: #EC04F3;
}
.TagClassName
{
border-color: #EC04F3;
}
</style>