Shades of Psychedelic Purple #EC10F5
Tints of Psychedelic Purple #EC10F5
RGB
CMYK
RGB Variations
Color information
#EC10F5 (or 0xEC10F5) is known color: Psychedelic Purple. HEX triplet: EC, 10 and F5. RGB value is (236,16,245). Sum of RGB (Red+Green+Blue) = 236+16+245=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 16 (6.64% from 255 or 3.22% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC10F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10F5 is #13EF0A. Grayscale: #6B6B6B. Windows color (decimal): -1306379 or 16060652. OLE color: 16060652.
HSL color Cylindrical-coordinate representation of color #EC10F5: hue angle of 297.64º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC10F5 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 16 | 245 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.04 |
| HSL | 297.64º | 0.92% | 0.51% | - |
| HSV(B) | 297.64º | 0.93% | 0.96% | - |
| XYZ | 51.26 | 24.8 | 88.47 | - |
| YUV | 107.89 | 205.39 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 245 | 0.04 | 0.93 | 0 | 0.04 | 297.64 | 0.92 | 0.51 |
| Hex | EC | 10 | F5 | 4 | 5D | 0 | 4 | 12A | 5C | 33 |
| Octal | 354 | 20 | 365 | 4 | 135 | 0 | 4 | 452 | 134 | 63 |
| Binary | 11101100 | 10000 | 11110101 | 100 | 1011101 | 0 | 100 | 100101010 | 1011100 | 110011 |
Color Harmonies of #EC10F5
Complementary color
Monochromatic Colors of #EC10F5
Black with #EC10F5
Text Example
Text Example
White with #EC10F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10F5; }
p { color: rgb(236,16,245); }
H1.HeaderClassName
{
color: #EC10F5;
}
.AnyTagClassName
{
color: #EC10F5;
}
</style>
background-color css
<style>
a { background-color: #EC10F5; }
a { background-color: rgb(236,16,245); }
div.DivClassName
{
background-color: #EC10F5;
}
.BgClassName
{
background-color: #EC10F5;
}
</style>
border-color css
<style>
span { border-color: #EC10F5; }
span { border-color: rgb(236,16,245); }
td.TdClassName
{
border-color: #EC10F5;
}
.TagClassName
{
border-color: #EC10F5;
}
</style>