Shades of Psychedelic Purple #EC04FD
Tints of Psychedelic Purple #EC04FD
RGB
CMYK
RGB Variations
Color information
#EC04FD (or 0xEC04FD) is known color: Psychedelic Purple. HEX triplet: EC, 04 and FD. RGB value is (236,4,253). Sum of RGB (Red+Green+Blue) = 236+4+253=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 4 (1.95% from 255 or 0.81% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC04FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC04FD is #13FB02. Grayscale: #646464. Windows color (decimal): -1309443 or 16581868. OLE color: 16581868.
HSL color Cylindrical-coordinate representation of color #EC04FD: hue angle of 295.9º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC04FD is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 4 | 253 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.01 |
| HSL | 295.9º | 0.98% | 0.5% | - |
| HSV(B) | 295.9º | 0.98% | 0.99% | - |
| XYZ | 52.37 | 25.01 | 95 | - |
| YUV | 101.75 | 213.36 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 253 | 0.07 | 0.98 | 0 | 0.01 | 295.9 | 0.98 | 0.5 |
| Hex | EC | 4 | FD | 7 | 62 | 0 | 1 | 128 | 62 | 32 |
| Octal | 354 | 4 | 375 | 7 | 142 | 0 | 1 | 450 | 142 | 62 |
| Binary | 11101100 | 100 | 11111101 | 111 | 1100010 | 0 | 1 | 100101000 | 1100010 | 110010 |
Color Harmonies of #EC04FD
Complementary color
Monochromatic Colors of #EC04FD
Black with #EC04FD
Text Example
Text Example
White with #EC04FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC04FD; }
p { color: rgb(236,4,253); }
H1.HeaderClassName
{
color: #EC04FD;
}
.AnyTagClassName
{
color: #EC04FD;
}
</style>
background-color css
<style>
a { background-color: #EC04FD; }
a { background-color: rgb(236,4,253); }
div.DivClassName
{
background-color: #EC04FD;
}
.BgClassName
{
background-color: #EC04FD;
}
</style>
border-color css
<style>
span { border-color: #EC04FD; }
span { border-color: rgb(236,4,253); }
td.TdClassName
{
border-color: #EC04FD;
}
.TagClassName
{
border-color: #EC04FD;
}
</style>