Shades of Psychedelic Purple #EC02FF
Tints of Psychedelic Purple #EC02FF
RGB
CMYK
RGB Variations
Color information
#EC02FF (or 0xEC02FF) is known color: Psychedelic Purple. HEX triplet: EC, 02 and FF. RGB value is (236,2,255). Sum of RGB (Red+Green+Blue) = 236+2+255=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 2 (1.17% from 255 or 0.41% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC02FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC02FF is #13FD00. Grayscale: #646464. Windows color (decimal): -1309953 or 16712428. OLE color: 16712428.
HSL color Cylindrical-coordinate representation of color #EC02FF: hue angle of 295.49º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC02FF is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 2 | 255 | - |
| CMYK | 0.07 | 0.99 | 0 | 0 |
| HSL | 295.49º | 1% | 0.5% | - |
| HSV(B) | 295.49º | 0.99% | 1% | - |
| XYZ | 52.66 | 25.1 | 96.68 | - |
| YUV | 100.81 | 215.02 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 255 | 0.07 | 0.99 | 0 | 0 | 295.49 | 1 | 0.5 |
| Hex | EC | 2 | FF | 7 | 63 | 0 | 0 | 127 | 64 | 32 |
| Octal | 354 | 2 | 377 | 7 | 143 | 0 | 0 | 447 | 144 | 62 |
| Binary | 11101100 | 10 | 11111111 | 111 | 1100011 | 0 | 0 | 100100111 | 1100100 | 110010 |
Color Harmonies of #EC02FF
Complementary color
Monochromatic Colors of #EC02FF
Black with #EC02FF
Text Example
Text Example
White with #EC02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02FF; }
p { color: rgb(236,2,255); }
H1.HeaderClassName
{
color: #EC02FF;
}
.AnyTagClassName
{
color: #EC02FF;
}
</style>
background-color css
<style>
a { background-color: #EC02FF; }
a { background-color: rgb(236,2,255); }
div.DivClassName
{
background-color: #EC02FF;
}
.BgClassName
{
background-color: #EC02FF;
}
</style>
border-color css
<style>
span { border-color: #EC02FF; }
span { border-color: rgb(236,2,255); }
td.TdClassName
{
border-color: #EC02FF;
}
.TagClassName
{
border-color: #EC02FF;
}
</style>