Shades of Psychedelic Purple #EC31FA
Tints of Psychedelic Purple #EC31FA
RGB
CMYK
RGB Variations
Color information
#EC31FA (or 0xEC31FA) is known color: Psychedelic Purple. HEX triplet: EC, 31 and FA. RGB value is (236,49,250). Sum of RGB (Red+Green+Blue) = 236+49+250=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 49 (19.53% from 255 or 9.16% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC31FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC31FA is #13CE05. Grayscale: #7F7F7F. Windows color (decimal): -1297926 or 16396780. OLE color: 16396780.
HSL color Cylindrical-coordinate representation of color #EC31FA: hue angle of 295.82º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC31FA is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 49 | 250 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.02 |
| HSL | 295.82º | 0.95% | 0.59% | - |
| HSV(B) | 295.82º | 0.8% | 0.98% | - |
| XYZ | 52.95 | 26.93 | 92.85 | - |
| YUV | 127.83 | 196.95 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 250 | 0.06 | 0.80 | 0 | 0.02 | 295.82 | 0.95 | 0.59 |
| Hex | EC | 31 | FA | 6 | 50 | 0 | 2 | 128 | 5F | 3B |
| Octal | 354 | 61 | 372 | 6 | 120 | 0 | 2 | 450 | 137 | 73 |
| Binary | 11101100 | 110001 | 11111010 | 110 | 1010000 | 0 | 10 | 100101000 | 1011111 | 111011 |
Color Harmonies of #EC31FA
Complementary color
Monochromatic Colors of #EC31FA
Black with #EC31FA
Text Example
Text Example
White with #EC31FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31FA; }
p { color: rgb(236,49,250); }
H1.HeaderClassName
{
color: #EC31FA;
}
.AnyTagClassName
{
color: #EC31FA;
}
</style>
background-color css
<style>
a { background-color: #EC31FA; }
a { background-color: rgb(236,49,250); }
div.DivClassName
{
background-color: #EC31FA;
}
.BgClassName
{
background-color: #EC31FA;
}
</style>
border-color css
<style>
span { border-color: #EC31FA; }
span { border-color: rgb(236,49,250); }
td.TdClassName
{
border-color: #EC31FA;
}
.TagClassName
{
border-color: #EC31FA;
}
</style>