Shades of Psychedelic Purple #EC05F7
Tints of Psychedelic Purple #EC05F7
RGB
CMYK
RGB Variations
Color information
#EC05F7 (or 0xEC05F7) is known color: Psychedelic Purple. HEX triplet: EC, 05 and F7. RGB value is (236,5,247). Sum of RGB (Red+Green+Blue) = 236+5+247=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 5 (2.34% from 255 or 1.02% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC05F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05F7 is #13FA08. Grayscale: #646464. Windows color (decimal): -1309193 or 16188908. OLE color: 16188908.
HSL color Cylindrical-coordinate representation of color #EC05F7: hue angle of 297.27º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC05F7 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 5 | 247 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.03 |
| HSL | 297.27º | 0.96% | 0.49% | - |
| HSV(B) | 297.27º | 0.98% | 0.97% | - |
| XYZ | 51.43 | 24.66 | 90.04 | - |
| YUV | 101.66 | 210.03 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 247 | 0.04 | 0.98 | 0 | 0.03 | 297.27 | 0.96 | 0.49 |
| Hex | EC | 5 | F7 | 4 | 62 | 0 | 3 | 129 | 60 | 31 |
| Octal | 354 | 5 | 367 | 4 | 142 | 0 | 3 | 451 | 140 | 61 |
| Binary | 11101100 | 101 | 11110111 | 100 | 1100010 | 0 | 11 | 100101001 | 1100000 | 110001 |
Color Harmonies of #EC05F7
Complementary color
Monochromatic Colors of #EC05F7
Black with #EC05F7
Text Example
Text Example
White with #EC05F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05F7; }
p { color: rgb(236,5,247); }
H1.HeaderClassName
{
color: #EC05F7;
}
.AnyTagClassName
{
color: #EC05F7;
}
</style>
background-color css
<style>
a { background-color: #EC05F7; }
a { background-color: rgb(236,5,247); }
div.DivClassName
{
background-color: #EC05F7;
}
.BgClassName
{
background-color: #EC05F7;
}
</style>
border-color css
<style>
span { border-color: #EC05F7; }
span { border-color: rgb(236,5,247); }
td.TdClassName
{
border-color: #EC05F7;
}
.TagClassName
{
border-color: #EC05F7;
}
</style>