Shades of Psychedelic Purple #EC15FF
Tints of Psychedelic Purple #EC15FF
RGB
CMYK
RGB Variations
Color information
#EC15FF (or 0xEC15FF) is known color: Psychedelic Purple. HEX triplet: EC, 15 and FF. RGB value is (236,21,255). Sum of RGB (Red+Green+Blue) = 236+21+255=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 21 (8.59% from 255 or 4.10% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC15FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15FF is #13EA00. Grayscale: #6F6F6F. Windows color (decimal): -1305089 or 16717292. OLE color: 16717292.
HSL color Cylindrical-coordinate representation of color #EC15FF: hue angle of 295.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC15FF is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 21 | 255 | - |
| CMYK | 0.07 | 0.92 | 0 | 0 |
| HSL | 295.13º | 1% | 0.54% | - |
| HSV(B) | 295.13º | 0.92% | 1% | - |
| XYZ | 52.91 | 25.59 | 96.76 | - |
| YUV | 111.96 | 208.73 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 255 | 0.07 | 0.92 | 0 | 0 | 295.13 | 1 | 0.54 |
| Hex | EC | 15 | FF | 7 | 5C | 0 | 0 | 127 | 64 | 36 |
| Octal | 354 | 25 | 377 | 7 | 134 | 0 | 0 | 447 | 144 | 66 |
| Binary | 11101100 | 10101 | 11111111 | 111 | 1011100 | 0 | 0 | 100100111 | 1100100 | 110110 |
Color Harmonies of #EC15FF
Complementary color
Monochromatic Colors of #EC15FF
Black with #EC15FF
Text Example
Text Example
White with #EC15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15FF; }
p { color: rgb(236,21,255); }
H1.HeaderClassName
{
color: #EC15FF;
}
.AnyTagClassName
{
color: #EC15FF;
}
</style>
background-color css
<style>
a { background-color: #EC15FF; }
a { background-color: rgb(236,21,255); }
div.DivClassName
{
background-color: #EC15FF;
}
.BgClassName
{
background-color: #EC15FF;
}
</style>
border-color css
<style>
span { border-color: #EC15FF; }
span { border-color: rgb(236,21,255); }
td.TdClassName
{
border-color: #EC15FF;
}
.TagClassName
{
border-color: #EC15FF;
}
</style>