Shades of Psychedelic Purple #EC1CFC
Tints of Psychedelic Purple #EC1CFC
RGB
CMYK
RGB Variations
Color information
#EC1CFC (or 0xEC1CFC) is known color: Psychedelic Purple. HEX triplet: EC, 1C and FC. RGB value is (236,28,252). Sum of RGB (Red+Green+Blue) = 236+28+252=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 28 (11.33% from 255 or 5.43% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC1CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1CFC is #13E303. Grayscale: #737373. Windows color (decimal): -1303300 or 16522476. OLE color: 16522476.
HSL color Cylindrical-coordinate representation of color #EC1CFC: hue angle of 295.71º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1CFC is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 28 | 252 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.01 |
| HSL | 295.71º | 0.97% | 0.55% | - |
| HSV(B) | 295.71º | 0.89% | 0.99% | - |
| XYZ | 52.58 | 25.69 | 94.28 | - |
| YUV | 115.73 | 204.91 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 252 | 0.06 | 0.89 | 0 | 0.01 | 295.71 | 0.97 | 0.55 |
| Hex | EC | 1C | FC | 6 | 59 | 0 | 1 | 128 | 61 | 37 |
| Octal | 354 | 34 | 374 | 6 | 131 | 0 | 1 | 450 | 141 | 67 |
| Binary | 11101100 | 11100 | 11111100 | 110 | 1011001 | 0 | 1 | 100101000 | 1100001 | 110111 |
Color Harmonies of #EC1CFC
Complementary color
Monochromatic Colors of #EC1CFC
Black with #EC1CFC
Text Example
Text Example
White with #EC1CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CFC; }
p { color: rgb(236,28,252); }
H1.HeaderClassName
{
color: #EC1CFC;
}
.AnyTagClassName
{
color: #EC1CFC;
}
</style>
background-color css
<style>
a { background-color: #EC1CFC; }
a { background-color: rgb(236,28,252); }
div.DivClassName
{
background-color: #EC1CFC;
}
.BgClassName
{
background-color: #EC1CFC;
}
</style>
border-color css
<style>
span { border-color: #EC1CFC; }
span { border-color: rgb(236,28,252); }
td.TdClassName
{
border-color: #EC1CFC;
}
.TagClassName
{
border-color: #EC1CFC;
}
</style>