Shades of Psychedelic Purple #EC18FA
Tints of Psychedelic Purple #EC18FA
RGB
CMYK
RGB Variations
Color information
#EC18FA (or 0xEC18FA) is known color: Psychedelic Purple. HEX triplet: EC, 18 and FA. RGB value is (236,24,250). Sum of RGB (Red+Green+Blue) = 236+24+250=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 24 (9.77% from 255 or 4.71% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC18FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC18FA is #13E705. Grayscale: #707070. Windows color (decimal): -1304326 or 16390380. OLE color: 16390380.
HSL color Cylindrical-coordinate representation of color #EC18FA: hue angle of 296.28º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC18FA is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 24 | 250 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.02 |
| HSL | 296.28º | 0.96% | 0.54% | - |
| HSV(B) | 296.28º | 0.9% | 0.98% | - |
| XYZ | 52.17 | 25.39 | 92.59 | - |
| YUV | 113.15 | 205.24 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 250 | 0.06 | 0.90 | 0 | 0.02 | 296.28 | 0.96 | 0.54 |
| Hex | EC | 18 | FA | 6 | 5A | 0 | 2 | 128 | 60 | 36 |
| Octal | 354 | 30 | 372 | 6 | 132 | 0 | 2 | 450 | 140 | 66 |
| Binary | 11101100 | 11000 | 11111010 | 110 | 1011010 | 0 | 10 | 100101000 | 1100000 | 110110 |
Color Harmonies of #EC18FA
Complementary color
Monochromatic Colors of #EC18FA
Black with #EC18FA
Text Example
Text Example
White with #EC18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18FA; }
p { color: rgb(236,24,250); }
H1.HeaderClassName
{
color: #EC18FA;
}
.AnyTagClassName
{
color: #EC18FA;
}
</style>
background-color css
<style>
a { background-color: #EC18FA; }
a { background-color: rgb(236,24,250); }
div.DivClassName
{
background-color: #EC18FA;
}
.BgClassName
{
background-color: #EC18FA;
}
</style>
border-color css
<style>
span { border-color: #EC18FA; }
span { border-color: rgb(236,24,250); }
td.TdClassName
{
border-color: #EC18FA;
}
.TagClassName
{
border-color: #EC18FA;
}
</style>