Shades of Psychedelic Purple #EC03F6
Tints of Psychedelic Purple #EC03F6
RGB
CMYK
RGB Variations
Color information
#EC03F6 (or 0xEC03F6) is known color: Psychedelic Purple. HEX triplet: EC, 03 and F6. RGB value is (236,3,246). Sum of RGB (Red+Green+Blue) = 236+3+246=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 3 (1.56% from 255 or 0.62% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC03F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC03F6 is #13FC09. Grayscale: #636363. Windows color (decimal): -1309706 or 16122860. OLE color: 16122860.
HSL color Cylindrical-coordinate representation of color #EC03F6: hue angle of 297.53º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC03F6 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 3 | 246 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.04 |
| HSL | 297.53º | 0.98% | 0.49% | - |
| HSV(B) | 297.53º | 0.99% | 0.96% | - |
| XYZ | 51.26 | 24.55 | 89.23 | - |
| YUV | 100.37 | 210.19 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 246 | 0.04 | 0.99 | 0 | 0.04 | 297.53 | 0.98 | 0.49 |
| Hex | EC | 3 | F6 | 4 | 63 | 0 | 4 | 12A | 62 | 31 |
| Octal | 354 | 3 | 366 | 4 | 143 | 0 | 4 | 452 | 142 | 61 |
| Binary | 11101100 | 11 | 11110110 | 100 | 1100011 | 0 | 100 | 100101010 | 1100010 | 110001 |
Color Harmonies of #EC03F6
Complementary color
Monochromatic Colors of #EC03F6
Black with #EC03F6
Text Example
Text Example
White with #EC03F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03F6; }
p { color: rgb(236,3,246); }
H1.HeaderClassName
{
color: #EC03F6;
}
.AnyTagClassName
{
color: #EC03F6;
}
</style>
background-color css
<style>
a { background-color: #EC03F6; }
a { background-color: rgb(236,3,246); }
div.DivClassName
{
background-color: #EC03F6;
}
.BgClassName
{
background-color: #EC03F6;
}
</style>
border-color css
<style>
span { border-color: #EC03F6; }
span { border-color: rgb(236,3,246); }
td.TdClassName
{
border-color: #EC03F6;
}
.TagClassName
{
border-color: #EC03F6;
}
</style>