Shades of Psychedelic Purple #EC31FD
Tints of Psychedelic Purple #EC31FD
RGB
CMYK
RGB Variations
Color information
#EC31FD (or 0xEC31FD) is known color: Psychedelic Purple. HEX triplet: EC, 31 and FD. RGB value is (236,49,253). Sum of RGB (Red+Green+Blue) = 236+49+253=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 49 (19.53% from 255 or 9.11% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC31FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC31FD is #13CE02. Grayscale: #7F7F7F. Windows color (decimal): -1297923 or 16593388. OLE color: 16593388.
HSL color Cylindrical-coordinate representation of color #EC31FD: hue angle of 295º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC31FD is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 49 | 253 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.01 |
| HSL | 295º | 0.98% | 0.59% | - |
| HSV(B) | 295º | 0.81% | 0.99% | - |
| XYZ | 53.42 | 27.12 | 95.35 | - |
| YUV | 128.17 | 198.45 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 253 | 0.07 | 0.81 | 0 | 0.01 | 295 | 0.98 | 0.59 |
| Hex | EC | 31 | FD | 7 | 51 | 0 | 1 | 127 | 62 | 3B |
| Octal | 354 | 61 | 375 | 7 | 121 | 0 | 1 | 447 | 142 | 73 |
| Binary | 11101100 | 110001 | 11111101 | 111 | 1010001 | 0 | 1 | 100100111 | 1100010 | 111011 |
Color Harmonies of #EC31FD
Complementary color
Monochromatic Colors of #EC31FD
Black with #EC31FD
Text Example
Text Example
White with #EC31FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC31FD; }
p { color: rgb(236,49,253); }
H1.HeaderClassName
{
color: #EC31FD;
}
.AnyTagClassName
{
color: #EC31FD;
}
</style>
background-color css
<style>
a { background-color: #EC31FD; }
a { background-color: rgb(236,49,253); }
div.DivClassName
{
background-color: #EC31FD;
}
.BgClassName
{
background-color: #EC31FD;
}
</style>
border-color css
<style>
span { border-color: #EC31FD; }
span { border-color: rgb(236,49,253); }
td.TdClassName
{
border-color: #EC31FD;
}
.TagClassName
{
border-color: #EC31FD;
}
</style>