Shades of Psychedelic Purple #EC1BF1
Tints of Psychedelic Purple #EC1BF1
RGB
CMYK
RGB Variations
Color information
#EC1BF1 (or 0xEC1BF1) is known color: Psychedelic Purple. HEX triplet: EC, 1B and F1. RGB value is (236,27,241). Sum of RGB (Red+Green+Blue) = 236+27+241=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 27 (10.94% from 255 or 5.36% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC1BF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1BF1 is #13E40E. Grayscale: #717171. Windows color (decimal): -1303567 or 15801324. OLE color: 15801324.
HSL color Cylindrical-coordinate representation of color #EC1BF1: hue angle of 298.6º degrees, saturation: 0.88, 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 #EC1BF1 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 27 | 241 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.05 |
| HSL | 298.6º | 0.88% | 0.53% | - |
| HSV(B) | 298.6º | 0.89% | 0.95% | - |
| XYZ | 50.86 | 24.97 | 85.36 | - |
| YUV | 113.89 | 199.74 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 241 | 0.02 | 0.89 | 0 | 0.05 | 298.6 | 0.88 | 0.53 |
| Hex | EC | 1B | F1 | 2 | 59 | 0 | 5 | 12B | 58 | 35 |
| Octal | 354 | 33 | 361 | 2 | 131 | 0 | 5 | 453 | 130 | 65 |
| Binary | 11101100 | 11011 | 11110001 | 10 | 1011001 | 0 | 101 | 100101011 | 1011000 | 110101 |
Color Harmonies of #EC1BF1
Complementary color
Monochromatic Colors of #EC1BF1
Black with #EC1BF1
Text Example
Text Example
White with #EC1BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BF1; }
p { color: rgb(236,27,241); }
H1.HeaderClassName
{
color: #EC1BF1;
}
.AnyTagClassName
{
color: #EC1BF1;
}
</style>
background-color css
<style>
a { background-color: #EC1BF1; }
a { background-color: rgb(236,27,241); }
div.DivClassName
{
background-color: #EC1BF1;
}
.BgClassName
{
background-color: #EC1BF1;
}
</style>
border-color css
<style>
span { border-color: #EC1BF1; }
span { border-color: rgb(236,27,241); }
td.TdClassName
{
border-color: #EC1BF1;
}
.TagClassName
{
border-color: #EC1BF1;
}
</style>