Shades of Psychedelic Purple #EC10F3
Tints of Psychedelic Purple #EC10F3
RGB
CMYK
RGB Variations
Color information
#EC10F3 (or 0xEC10F3) is known color: Psychedelic Purple. HEX triplet: EC, 10 and F3. RGB value is (236,16,243). Sum of RGB (Red+Green+Blue) = 236+16+243=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC10F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10F3 is #13EF0C. Grayscale: #6A6A6A. Windows color (decimal): -1306381 or 15929580. OLE color: 15929580.
HSL color Cylindrical-coordinate representation of color #EC10F3: hue angle of 298.15º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC10F3 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 16 | 243 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.05 |
| HSL | 298.15º | 0.9% | 0.51% | - |
| HSV(B) | 298.15º | 0.93% | 0.95% | - |
| XYZ | 50.96 | 24.67 | 86.87 | - |
| YUV | 107.66 | 204.39 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 243 | 0.03 | 0.93 | 0 | 0.05 | 298.15 | 0.9 | 0.51 |
| Hex | EC | 10 | F3 | 3 | 5D | 0 | 5 | 12A | 5A | 33 |
| Octal | 354 | 20 | 363 | 3 | 135 | 0 | 5 | 452 | 132 | 63 |
| Binary | 11101100 | 10000 | 11110011 | 11 | 1011101 | 0 | 101 | 100101010 | 1011010 | 110011 |
Color Harmonies of #EC10F3
Complementary color
Monochromatic Colors of #EC10F3
Black with #EC10F3
Text Example
Text Example
White with #EC10F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10F3; }
p { color: rgb(236,16,243); }
H1.HeaderClassName
{
color: #EC10F3;
}
.AnyTagClassName
{
color: #EC10F3;
}
</style>
background-color css
<style>
a { background-color: #EC10F3; }
a { background-color: rgb(236,16,243); }
div.DivClassName
{
background-color: #EC10F3;
}
.BgClassName
{
background-color: #EC10F3;
}
</style>
border-color css
<style>
span { border-color: #EC10F3; }
span { border-color: rgb(236,16,243); }
td.TdClassName
{
border-color: #EC10F3;
}
.TagClassName
{
border-color: #EC10F3;
}
</style>