Shades of Psychedelic Purple #EC18FE
Tints of Psychedelic Purple #EC18FE
RGB
CMYK
RGB Variations
Color information
#EC18FE (or 0xEC18FE) is known color: Psychedelic Purple. HEX triplet: EC, 18 and FE. RGB value is (236,24,254). Sum of RGB (Red+Green+Blue) = 236+24+254=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 24 (9.77% from 255 or 4.67% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC18FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC18FE is #13E701. Grayscale: #707070. Windows color (decimal): -1304322 or 16652524. OLE color: 16652524.
HSL color Cylindrical-coordinate representation of color #EC18FE: hue angle of 295.3º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC18FE is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 24 | 254 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.00 |
| HSL | 295.3º | 0.99% | 0.55% | - |
| HSV(B) | 295.3º | 0.91% | 1% | - |
| XYZ | 52.81 | 25.64 | 95.93 | - |
| YUV | 113.61 | 207.24 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 254 | 0.07 | 0.91 | 0 | 0.00 | 295.3 | 0.99 | 0.55 |
| Hex | EC | 18 | FE | 7 | 5B | 0 | 0 | 127 | 63 | 37 |
| Octal | 354 | 30 | 376 | 7 | 133 | 0 | 0 | 447 | 143 | 67 |
| Binary | 11101100 | 11000 | 11111110 | 111 | 1011011 | 0 | 0 | 100100111 | 1100011 | 110111 |
Color Harmonies of #EC18FE
Complementary color
Monochromatic Colors of #EC18FE
Black with #EC18FE
Text Example
Text Example
White with #EC18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18FE; }
p { color: rgb(236,24,254); }
H1.HeaderClassName
{
color: #EC18FE;
}
.AnyTagClassName
{
color: #EC18FE;
}
</style>
background-color css
<style>
a { background-color: #EC18FE; }
a { background-color: rgb(236,24,254); }
div.DivClassName
{
background-color: #EC18FE;
}
.BgClassName
{
background-color: #EC18FE;
}
</style>
border-color css
<style>
span { border-color: #EC18FE; }
span { border-color: rgb(236,24,254); }
td.TdClassName
{
border-color: #EC18FE;
}
.TagClassName
{
border-color: #EC18FE;
}
</style>