Shades of Psychedelic Purple #EC19F3
Tints of Psychedelic Purple #EC19F3
RGB
CMYK
RGB Variations
Color information
#EC19F3 (or 0xEC19F3) is known color: Psychedelic Purple. HEX triplet: EC, 19 and F3. RGB value is (236,25,243). Sum of RGB (Red+Green+Blue) = 236+25+243=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 25 (10.16% from 255 or 4.96% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC19F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC19F3 is #13E60C. Grayscale: #707070. Windows color (decimal): -1304077 or 15931884. OLE color: 15931884.
HSL color Cylindrical-coordinate representation of color #EC19F3: hue angle of 298.07º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC19F3 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 25 | 243 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.05 |
| HSL | 298.07º | 0.9% | 0.53% | - |
| HSV(B) | 298.07º | 0.9% | 0.95% | - |
| XYZ | 51.12 | 25 | 86.93 | - |
| YUV | 112.94 | 201.4 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 243 | 0.03 | 0.90 | 0 | 0.05 | 298.07 | 0.9 | 0.53 |
| Hex | EC | 19 | F3 | 3 | 5A | 0 | 5 | 12A | 5A | 35 |
| Octal | 354 | 31 | 363 | 3 | 132 | 0 | 5 | 452 | 132 | 65 |
| Binary | 11101100 | 11001 | 11110011 | 11 | 1011010 | 0 | 101 | 100101010 | 1011010 | 110101 |
Color Harmonies of #EC19F3
Complementary color
Monochromatic Colors of #EC19F3
Black with #EC19F3
Text Example
Text Example
White with #EC19F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC19F3; }
p { color: rgb(236,25,243); }
H1.HeaderClassName
{
color: #EC19F3;
}
.AnyTagClassName
{
color: #EC19F3;
}
</style>
background-color css
<style>
a { background-color: #EC19F3; }
a { background-color: rgb(236,25,243); }
div.DivClassName
{
background-color: #EC19F3;
}
.BgClassName
{
background-color: #EC19F3;
}
</style>
border-color css
<style>
span { border-color: #EC19F3; }
span { border-color: rgb(236,25,243); }
td.TdClassName
{
border-color: #EC19F3;
}
.TagClassName
{
border-color: #EC19F3;
}
</style>