Shades of Psychedelic Purple #EC19F1
Tints of Psychedelic Purple #EC19F1
RGB
CMYK
RGB Variations
Color information
#EC19F1 (or 0xEC19F1) is known color: Psychedelic Purple. HEX triplet: EC, 19 and F1. RGB value is (236,25,241). Sum of RGB (Red+Green+Blue) = 236+25+241=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 25 (10.16% from 255 or 4.98% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC19F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC19F1 is #13E60E. Grayscale: #707070. Windows color (decimal): -1304079 or 15800812. OLE color: 15800812.
HSL color Cylindrical-coordinate representation of color #EC19F1: hue angle of 298.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC19F1 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 25 | 241 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.05 |
| HSL | 298.61º | 0.89% | 0.52% | - |
| HSV(B) | 298.61º | 0.9% | 0.95% | - |
| XYZ | 50.82 | 24.88 | 85.34 | - |
| YUV | 112.71 | 200.4 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 241 | 0.02 | 0.90 | 0 | 0.05 | 298.61 | 0.89 | 0.52 |
| Hex | EC | 19 | F1 | 2 | 5A | 0 | 5 | 12B | 59 | 34 |
| Octal | 354 | 31 | 361 | 2 | 132 | 0 | 5 | 453 | 131 | 64 |
| Binary | 11101100 | 11001 | 11110001 | 10 | 1011010 | 0 | 101 | 100101011 | 1011001 | 110100 |
Color Harmonies of #EC19F1
Complementary color
Monochromatic Colors of #EC19F1
Black with #EC19F1
Text Example
Text Example
White with #EC19F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC19F1; }
p { color: rgb(236,25,241); }
H1.HeaderClassName
{
color: #EC19F1;
}
.AnyTagClassName
{
color: #EC19F1;
}
</style>
background-color css
<style>
a { background-color: #EC19F1; }
a { background-color: rgb(236,25,241); }
div.DivClassName
{
background-color: #EC19F1;
}
.BgClassName
{
background-color: #EC19F1;
}
</style>
border-color css
<style>
span { border-color: #EC19F1; }
span { border-color: rgb(236,25,241); }
td.TdClassName
{
border-color: #EC19F1;
}
.TagClassName
{
border-color: #EC19F1;
}
</style>