Shades of Psychedelic Purple #EC03FA
Tints of Psychedelic Purple #EC03FA
RGB
CMYK
RGB Variations
Color information
#EC03FA (or 0xEC03FA) is known color: Psychedelic Purple. HEX triplet: EC, 03 and FA. RGB value is (236,3,250). Sum of RGB (Red+Green+Blue) = 236+3+250=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 3 (1.56% from 255 or 0.61% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC03FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC03FA is #13FC05. Grayscale: #646464. Windows color (decimal): -1309702 or 16385004. OLE color: 16385004.
HSL color Cylindrical-coordinate representation of color #EC03FA: hue angle of 296.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC03FA is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 3 | 250 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.02 |
| HSL | 296.6º | 0.98% | 0.5% | - |
| HSV(B) | 296.6º | 0.99% | 0.98% | - |
| XYZ | 51.88 | 24.8 | 92.5 | - |
| YUV | 100.83 | 212.19 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 250 | 0.06 | 0.99 | 0 | 0.02 | 296.6 | 0.98 | 0.5 |
| Hex | EC | 3 | FA | 6 | 63 | 0 | 2 | 129 | 62 | 32 |
| Octal | 354 | 3 | 372 | 6 | 143 | 0 | 2 | 451 | 142 | 62 |
| Binary | 11101100 | 11 | 11111010 | 110 | 1100011 | 0 | 10 | 100101001 | 1100010 | 110010 |
Color Harmonies of #EC03FA
Complementary color
Monochromatic Colors of #EC03FA
Black with #EC03FA
Text Example
Text Example
White with #EC03FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03FA; }
p { color: rgb(236,3,250); }
H1.HeaderClassName
{
color: #EC03FA;
}
.AnyTagClassName
{
color: #EC03FA;
}
</style>
background-color css
<style>
a { background-color: #EC03FA; }
a { background-color: rgb(236,3,250); }
div.DivClassName
{
background-color: #EC03FA;
}
.BgClassName
{
background-color: #EC03FA;
}
</style>
border-color css
<style>
span { border-color: #EC03FA; }
span { border-color: rgb(236,3,250); }
td.TdClassName
{
border-color: #EC03FA;
}
.TagClassName
{
border-color: #EC03FA;
}
</style>