Shades of Psychedelic Purple #EC02FA
Tints of Psychedelic Purple #EC02FA
RGB
CMYK
RGB Variations
Color information
#EC02FA (or 0xEC02FA) is known color: Psychedelic Purple. HEX triplet: EC, 02 and FA. RGB value is (236,2,250). Sum of RGB (Red+Green+Blue) = 236+2+250=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 2 (1.17% from 255 or 0.41% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC02FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC02FA is #13FD05. Grayscale: #636363. Windows color (decimal): -1309958 or 16384748. OLE color: 16384748.
HSL color Cylindrical-coordinate representation of color #EC02FA: hue angle of 296.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC02FA is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 2 | 250 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.02 |
| HSL | 296.61º | 0.98% | 0.49% | - |
| HSV(B) | 296.61º | 0.99% | 0.98% | - |
| XYZ | 51.87 | 24.78 | 92.49 | - |
| YUV | 100.24 | 212.52 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 2 | 250 | 0.06 | 0.99 | 0 | 0.02 | 296.61 | 0.98 | 0.49 |
| Hex | EC | 2 | FA | 6 | 63 | 0 | 2 | 129 | 62 | 31 |
| Octal | 354 | 2 | 372 | 6 | 143 | 0 | 2 | 451 | 142 | 61 |
| Binary | 11101100 | 10 | 11111010 | 110 | 1100011 | 0 | 10 | 100101001 | 1100010 | 110001 |
Color Harmonies of #EC02FA
Complementary color
Monochromatic Colors of #EC02FA
Black with #EC02FA
Text Example
Text Example
White with #EC02FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC02FA; }
p { color: rgb(236,2,250); }
H1.HeaderClassName
{
color: #EC02FA;
}
.AnyTagClassName
{
color: #EC02FA;
}
</style>
background-color css
<style>
a { background-color: #EC02FA; }
a { background-color: rgb(236,2,250); }
div.DivClassName
{
background-color: #EC02FA;
}
.BgClassName
{
background-color: #EC02FA;
}
</style>
border-color css
<style>
span { border-color: #EC02FA; }
span { border-color: rgb(236,2,250); }
td.TdClassName
{
border-color: #EC02FA;
}
.TagClassName
{
border-color: #EC02FA;
}
</style>