Shades of Psychedelic Purple #EC1CF3
Tints of Psychedelic Purple #EC1CF3
RGB
CMYK
RGB Variations
Color information
#EC1CF3 (or 0xEC1CF3) is known color: Psychedelic Purple. HEX triplet: EC, 1C and F3. RGB value is (236,28,243). Sum of RGB (Red+Green+Blue) = 236+28+243=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 28 (11.33% from 255 or 5.52% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC1CF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1CF3 is #13E30C. Grayscale: #727272. Windows color (decimal): -1303309 or 15932652. OLE color: 15932652.
HSL color Cylindrical-coordinate representation of color #EC1CF3: hue angle of 298.05º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1CF3 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 28 | 243 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.05 |
| HSL | 298.05º | 0.9% | 0.53% | - |
| HSV(B) | 298.05º | 0.88% | 0.95% | - |
| XYZ | 51.18 | 25.13 | 86.95 | - |
| YUV | 114.7 | 200.41 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 243 | 0.03 | 0.88 | 0 | 0.05 | 298.05 | 0.9 | 0.53 |
| Hex | EC | 1C | F3 | 3 | 58 | 0 | 5 | 12A | 5A | 35 |
| Octal | 354 | 34 | 363 | 3 | 130 | 0 | 5 | 452 | 132 | 65 |
| Binary | 11101100 | 11100 | 11110011 | 11 | 1011000 | 0 | 101 | 100101010 | 1011010 | 110101 |
Color Harmonies of #EC1CF3
Complementary color
Monochromatic Colors of #EC1CF3
Black with #EC1CF3
Text Example
Text Example
White with #EC1CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CF3; }
p { color: rgb(236,28,243); }
H1.HeaderClassName
{
color: #EC1CF3;
}
.AnyTagClassName
{
color: #EC1CF3;
}
</style>
background-color css
<style>
a { background-color: #EC1CF3; }
a { background-color: rgb(236,28,243); }
div.DivClassName
{
background-color: #EC1CF3;
}
.BgClassName
{
background-color: #EC1CF3;
}
</style>
border-color css
<style>
span { border-color: #EC1CF3; }
span { border-color: rgb(236,28,243); }
td.TdClassName
{
border-color: #EC1CF3;
}
.TagClassName
{
border-color: #EC1CF3;
}
</style>