Shades of Psychedelic Purple #EC1BF2
Tints of Psychedelic Purple #EC1BF2
RGB
CMYK
RGB Variations
Color information
#EC1BF2 (or 0xEC1BF2) is known color: Psychedelic Purple. HEX triplet: EC, 1B and F2. RGB value is (236,27,242). Sum of RGB (Red+Green+Blue) = 236+27+242=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 27 (10.94% from 255 or 5.35% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC1BF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1BF2 is #13E40D. Grayscale: #717171. Windows color (decimal): -1303566 or 15866860. OLE color: 15866860.
HSL color Cylindrical-coordinate representation of color #EC1BF2: hue angle of 298.33º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1BF2 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 27 | 242 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.05 |
| HSL | 298.33º | 0.89% | 0.53% | - |
| HSV(B) | 298.33º | 0.89% | 0.95% | - |
| XYZ | 51.01 | 25.03 | 86.15 | - |
| YUV | 114 | 200.24 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 242 | 0.02 | 0.89 | 0 | 0.05 | 298.33 | 0.89 | 0.53 |
| Hex | EC | 1B | F2 | 2 | 59 | 0 | 5 | 12A | 59 | 35 |
| Octal | 354 | 33 | 362 | 2 | 131 | 0 | 5 | 452 | 131 | 65 |
| Binary | 11101100 | 11011 | 11110010 | 10 | 1011001 | 0 | 101 | 100101010 | 1011001 | 110101 |
Color Harmonies of #EC1BF2
Complementary color
Monochromatic Colors of #EC1BF2
Black with #EC1BF2
Text Example
Text Example
White with #EC1BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BF2; }
p { color: rgb(236,27,242); }
H1.HeaderClassName
{
color: #EC1BF2;
}
.AnyTagClassName
{
color: #EC1BF2;
}
</style>
background-color css
<style>
a { background-color: #EC1BF2; }
a { background-color: rgb(236,27,242); }
div.DivClassName
{
background-color: #EC1BF2;
}
.BgClassName
{
background-color: #EC1BF2;
}
</style>
border-color css
<style>
span { border-color: #EC1BF2; }
span { border-color: rgb(236,27,242); }
td.TdClassName
{
border-color: #EC1BF2;
}
.TagClassName
{
border-color: #EC1BF2;
}
</style>