Shades of Psychedelic Purple #EC15F0
Tints of Psychedelic Purple #EC15F0
RGB
CMYK
RGB Variations
Color information
#EC15F0 (or 0xEC15F0) is known color: Psychedelic Purple. HEX triplet: EC, 15 and F0. RGB value is (236,21,240). Sum of RGB (Red+Green+Blue) = 236+21+240=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 21 (8.59% from 255 or 4.23% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC15F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15F0 is #13EA0F. Grayscale: #6D6D6D. Windows color (decimal): -1305104 or 15734252. OLE color: 15734252.
HSL color Cylindrical-coordinate representation of color #EC15F0: hue angle of 298.9º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC15F0 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 21 | 240 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.06 |
| HSL | 298.9º | 0.88% | 0.51% | - |
| HSV(B) | 298.9º | 0.91% | 0.94% | - |
| XYZ | 50.59 | 24.66 | 84.53 | - |
| YUV | 110.25 | 201.23 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 240 | 0.02 | 0.91 | 0 | 0.06 | 298.9 | 0.88 | 0.51 |
| Hex | EC | 15 | F0 | 2 | 5B | 0 | 6 | 12B | 58 | 33 |
| Octal | 354 | 25 | 360 | 2 | 133 | 0 | 6 | 453 | 130 | 63 |
| Binary | 11101100 | 10101 | 11110000 | 10 | 1011011 | 0 | 110 | 100101011 | 1011000 | 110011 |
Color Harmonies of #EC15F0
Complementary color
Monochromatic Colors of #EC15F0
Black with #EC15F0
Text Example
Text Example
White with #EC15F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15F0; }
p { color: rgb(236,21,240); }
H1.HeaderClassName
{
color: #EC15F0;
}
.AnyTagClassName
{
color: #EC15F0;
}
</style>
background-color css
<style>
a { background-color: #EC15F0; }
a { background-color: rgb(236,21,240); }
div.DivClassName
{
background-color: #EC15F0;
}
.BgClassName
{
background-color: #EC15F0;
}
</style>
border-color css
<style>
span { border-color: #EC15F0; }
span { border-color: rgb(236,21,240); }
td.TdClassName
{
border-color: #EC15F0;
}
.TagClassName
{
border-color: #EC15F0;
}
</style>