Shades of Psychedelic Purple #EC0CF3
Tints of Psychedelic Purple #EC0CF3
RGB
CMYK
RGB Variations
Color information
#EC0CF3 (or 0xEC0CF3) is known color: Psychedelic Purple. HEX triplet: EC, 0C and F3. RGB value is (236,12,243). Sum of RGB (Red+Green+Blue) = 236+12+243=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC0CF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0CF3 is #13F30C. Grayscale: #686868. Windows color (decimal): -1307405 or 15928556. OLE color: 15928556.
HSL color Cylindrical-coordinate representation of color #EC0CF3: hue angle of 298.18º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0CF3 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 12 | 243 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.05 |
| HSL | 298.18º | 0.91% | 0.5% | - |
| HSV(B) | 298.18º | 0.95% | 0.95% | - |
| XYZ | 50.9 | 24.57 | 86.85 | - |
| YUV | 105.31 | 205.71 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 243 | 0.03 | 0.95 | 0 | 0.05 | 298.18 | 0.91 | 0.5 |
| Hex | EC | C | F3 | 3 | 5F | 0 | 5 | 12A | 5B | 32 |
| Octal | 354 | 14 | 363 | 3 | 137 | 0 | 5 | 452 | 133 | 62 |
| Binary | 11101100 | 1100 | 11110011 | 11 | 1011111 | 0 | 101 | 100101010 | 1011011 | 110010 |
Color Harmonies of #EC0CF3
Complementary color
Monochromatic Colors of #EC0CF3
Black with #EC0CF3
Text Example
Text Example
White with #EC0CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CF3; }
p { color: rgb(236,12,243); }
H1.HeaderClassName
{
color: #EC0CF3;
}
.AnyTagClassName
{
color: #EC0CF3;
}
</style>
background-color css
<style>
a { background-color: #EC0CF3; }
a { background-color: rgb(236,12,243); }
div.DivClassName
{
background-color: #EC0CF3;
}
.BgClassName
{
background-color: #EC0CF3;
}
</style>
border-color css
<style>
span { border-color: #EC0CF3; }
span { border-color: rgb(236,12,243); }
td.TdClassName
{
border-color: #EC0CF3;
}
.TagClassName
{
border-color: #EC0CF3;
}
</style>