Shades of Psychedelic Purple #EC03F7
Tints of Psychedelic Purple #EC03F7
RGB
CMYK
RGB Variations
Color information
#EC03F7 (or 0xEC03F7) is known color: Psychedelic Purple. HEX triplet: EC, 03 and F7. RGB value is (236,3,247). Sum of RGB (Red+Green+Blue) = 236+3+247=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 3 (1.56% from 255 or 0.62% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC03F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC03F7 is #13FC08. Grayscale: #636363. Windows color (decimal): -1309705 or 16188396. OLE color: 16188396.
HSL color Cylindrical-coordinate representation of color #EC03F7: hue angle of 297.3º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC03F7 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 3 | 247 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.03 |
| HSL | 297.3º | 0.98% | 0.49% | - |
| HSV(B) | 297.3º | 0.99% | 0.97% | - |
| XYZ | 51.41 | 24.61 | 90.04 | - |
| YUV | 100.48 | 210.69 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 247 | 0.04 | 0.99 | 0 | 0.03 | 297.3 | 0.98 | 0.49 |
| Hex | EC | 3 | F7 | 4 | 63 | 0 | 3 | 129 | 62 | 31 |
| Octal | 354 | 3 | 367 | 4 | 143 | 0 | 3 | 451 | 142 | 61 |
| Binary | 11101100 | 11 | 11110111 | 100 | 1100011 | 0 | 11 | 100101001 | 1100010 | 110001 |
Color Harmonies of #EC03F7
Complementary color
Monochromatic Colors of #EC03F7
Black with #EC03F7
Text Example
Text Example
White with #EC03F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03F7; }
p { color: rgb(236,3,247); }
H1.HeaderClassName
{
color: #EC03F7;
}
.AnyTagClassName
{
color: #EC03F7;
}
</style>
background-color css
<style>
a { background-color: #EC03F7; }
a { background-color: rgb(236,3,247); }
div.DivClassName
{
background-color: #EC03F7;
}
.BgClassName
{
background-color: #EC03F7;
}
</style>
border-color css
<style>
span { border-color: #EC03F7; }
span { border-color: rgb(236,3,247); }
td.TdClassName
{
border-color: #EC03F7;
}
.TagClassName
{
border-color: #EC03F7;
}
</style>