Shades of Psychedelic Purple #EC15F5
Tints of Psychedelic Purple #EC15F5
RGB
CMYK
RGB Variations
Color information
#EC15F5 (or 0xEC15F5) is known color: Psychedelic Purple. HEX triplet: EC, 15 and F5. RGB value is (236,21,245). Sum of RGB (Red+Green+Blue) = 236+21+245=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 21 (8.59% from 255 or 4.18% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC15F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15F5 is #13EA0A. Grayscale: #6E6E6E. Windows color (decimal): -1305099 or 16061932. OLE color: 16061932.
HSL color Cylindrical-coordinate representation of color #EC15F5: hue angle of 297.59º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC15F5 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 21 | 245 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.04 |
| HSL | 297.59º | 0.92% | 0.52% | - |
| HSV(B) | 297.59º | 0.91% | 0.96% | - |
| XYZ | 51.34 | 24.96 | 88.5 | - |
| YUV | 110.82 | 203.73 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 245 | 0.04 | 0.91 | 0 | 0.04 | 297.59 | 0.92 | 0.52 |
| Hex | EC | 15 | F5 | 4 | 5B | 0 | 4 | 12A | 5C | 34 |
| Octal | 354 | 25 | 365 | 4 | 133 | 0 | 4 | 452 | 134 | 64 |
| Binary | 11101100 | 10101 | 11110101 | 100 | 1011011 | 0 | 100 | 100101010 | 1011100 | 110100 |
Color Harmonies of #EC15F5
Complementary color
Monochromatic Colors of #EC15F5
Black with #EC15F5
Text Example
Text Example
White with #EC15F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15F5; }
p { color: rgb(236,21,245); }
H1.HeaderClassName
{
color: #EC15F5;
}
.AnyTagClassName
{
color: #EC15F5;
}
</style>
background-color css
<style>
a { background-color: #EC15F5; }
a { background-color: rgb(236,21,245); }
div.DivClassName
{
background-color: #EC15F5;
}
.BgClassName
{
background-color: #EC15F5;
}
</style>
border-color css
<style>
span { border-color: #EC15F5; }
span { border-color: rgb(236,21,245); }
td.TdClassName
{
border-color: #EC15F5;
}
.TagClassName
{
border-color: #EC15F5;
}
</style>