Shades of Psychedelic Purple #EC03F3
Tints of Psychedelic Purple #EC03F3
RGB
CMYK
RGB Variations
Color information
#EC03F3 (or 0xEC03F3) is known color: Psychedelic Purple. HEX triplet: EC, 03 and F3. RGB value is (236,3,243). Sum of RGB (Red+Green+Blue) = 236+3+243=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 3 (1.56% from 255 or 0.62% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC03F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC03F3 is #13FC0C. Grayscale: #636363. Windows color (decimal): -1309709 or 15926252. OLE color: 15926252.
HSL color Cylindrical-coordinate representation of color #EC03F3: hue angle of 298.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC03F3 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 3 | 243 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.05 |
| HSL | 298.25º | 0.98% | 0.48% | - |
| HSV(B) | 298.25º | 0.99% | 0.95% | - |
| XYZ | 50.8 | 24.37 | 86.82 | - |
| YUV | 100.03 | 208.69 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 243 | 0.03 | 0.99 | 0 | 0.05 | 298.25 | 0.98 | 0.48 |
| Hex | EC | 3 | F3 | 3 | 63 | 0 | 5 | 12A | 62 | 30 |
| Octal | 354 | 3 | 363 | 3 | 143 | 0 | 5 | 452 | 142 | 60 |
| Binary | 11101100 | 11 | 11110011 | 11 | 1100011 | 0 | 101 | 100101010 | 1100010 | 110000 |
Color Harmonies of #EC03F3
Complementary color
Monochromatic Colors of #EC03F3
Black with #EC03F3
Text Example
Text Example
White with #EC03F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03F3; }
p { color: rgb(236,3,243); }
H1.HeaderClassName
{
color: #EC03F3;
}
.AnyTagClassName
{
color: #EC03F3;
}
</style>
background-color css
<style>
a { background-color: #EC03F3; }
a { background-color: rgb(236,3,243); }
div.DivClassName
{
background-color: #EC03F3;
}
.BgClassName
{
background-color: #EC03F3;
}
</style>
border-color css
<style>
span { border-color: #EC03F3; }
span { border-color: rgb(236,3,243); }
td.TdClassName
{
border-color: #EC03F3;
}
.TagClassName
{
border-color: #EC03F3;
}
</style>