Shades of Psychedelic Purple #EC13FF
Tints of Psychedelic Purple #EC13FF
RGB
CMYK
RGB Variations
Color information
#EC13FF (or 0xEC13FF) is known color: Psychedelic Purple. HEX triplet: EC, 13 and FF. RGB value is (236,19,255). Sum of RGB (Red+Green+Blue) = 236+19+255=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 19 (7.81% from 255 or 3.73% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC13FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC13FF is #13EC00. Grayscale: #6E6E6E. Windows color (decimal): -1305601 or 16716780. OLE color: 16716780.
HSL color Cylindrical-coordinate representation of color #EC13FF: hue angle of 295.17º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC13FF is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 19 | 255 | - |
| CMYK | 0.07 | 0.93 | 0 | 0 |
| HSL | 295.17º | 1% | 0.54% | - |
| HSV(B) | 295.17º | 0.93% | 1% | - |
| XYZ | 52.87 | 25.52 | 96.75 | - |
| YUV | 110.79 | 209.39 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 255 | 0.07 | 0.93 | 0 | 0 | 295.17 | 1 | 0.54 |
| Hex | EC | 13 | FF | 7 | 5D | 0 | 0 | 127 | 64 | 36 |
| Octal | 354 | 23 | 377 | 7 | 135 | 0 | 0 | 447 | 144 | 66 |
| Binary | 11101100 | 10011 | 11111111 | 111 | 1011101 | 0 | 0 | 100100111 | 1100100 | 110110 |
Color Harmonies of #EC13FF
Complementary color
Monochromatic Colors of #EC13FF
Black with #EC13FF
Text Example
Text Example
White with #EC13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC13FF; }
p { color: rgb(236,19,255); }
H1.HeaderClassName
{
color: #EC13FF;
}
.AnyTagClassName
{
color: #EC13FF;
}
</style>
background-color css
<style>
a { background-color: #EC13FF; }
a { background-color: rgb(236,19,255); }
div.DivClassName
{
background-color: #EC13FF;
}
.BgClassName
{
background-color: #EC13FF;
}
</style>
border-color css
<style>
span { border-color: #EC13FF; }
span { border-color: rgb(236,19,255); }
td.TdClassName
{
border-color: #EC13FF;
}
.TagClassName
{
border-color: #EC13FF;
}
</style>