Shades of Psychedelic Purple #EC1CF2
Tints of Psychedelic Purple #EC1CF2
RGB
CMYK
RGB Variations
Color information
#EC1CF2 (or 0xEC1CF2) is known color: Psychedelic Purple. HEX triplet: EC, 1C and F2. RGB value is (236,28,242). Sum of RGB (Red+Green+Blue) = 236+28+242=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC1CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1CF2 is #13E30D. Grayscale: #717171. Windows color (decimal): -1303310 or 15867116. OLE color: 15867116.
HSL color Cylindrical-coordinate representation of color #EC1CF2: hue angle of 298.32º degrees, saturation: 0.89, 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 #EC1CF2 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 28 | 242 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.05 |
| HSL | 298.32º | 0.89% | 0.53% | - |
| HSV(B) | 298.32º | 0.88% | 0.95% | - |
| XYZ | 51.03 | 25.07 | 86.15 | - |
| YUV | 114.59 | 199.91 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 242 | 0.02 | 0.88 | 0 | 0.05 | 298.32 | 0.89 | 0.53 |
| Hex | EC | 1C | F2 | 2 | 58 | 0 | 5 | 12A | 59 | 35 |
| Octal | 354 | 34 | 362 | 2 | 130 | 0 | 5 | 452 | 131 | 65 |
| Binary | 11101100 | 11100 | 11110010 | 10 | 1011000 | 0 | 101 | 100101010 | 1011001 | 110101 |
Color Harmonies of #EC1CF2
Complementary color
Monochromatic Colors of #EC1CF2
Black with #EC1CF2
Text Example
Text Example
White with #EC1CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CF2; }
p { color: rgb(236,28,242); }
H1.HeaderClassName
{
color: #EC1CF2;
}
.AnyTagClassName
{
color: #EC1CF2;
}
</style>
background-color css
<style>
a { background-color: #EC1CF2; }
a { background-color: rgb(236,28,242); }
div.DivClassName
{
background-color: #EC1CF2;
}
.BgClassName
{
background-color: #EC1CF2;
}
</style>
border-color css
<style>
span { border-color: #EC1CF2; }
span { border-color: rgb(236,28,242); }
td.TdClassName
{
border-color: #EC1CF2;
}
.TagClassName
{
border-color: #EC1CF2;
}
</style>