Shades of Psychedelic Purple #EC19F6
Tints of Psychedelic Purple #EC19F6
RGB
CMYK
RGB Variations
Color information
#EC19F6 (or 0xEC19F6) is known color: Psychedelic Purple. HEX triplet: EC, 19 and F6. RGB value is (236,25,246). Sum of RGB (Red+Green+Blue) = 236+25+246=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 25 (10.16% from 255 or 4.93% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC19F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC19F6 is #13E609. Grayscale: #707070. Windows color (decimal): -1304074 or 16128492. OLE color: 16128492.
HSL color Cylindrical-coordinate representation of color #EC19F6: hue angle of 297.29º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC19F6 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 25 | 246 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.04 |
| HSL | 297.29º | 0.92% | 0.53% | - |
| HSV(B) | 297.29º | 0.9% | 0.96% | - |
| XYZ | 51.57 | 25.18 | 89.33 | - |
| YUV | 113.28 | 202.9 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 246 | 0.04 | 0.90 | 0 | 0.04 | 297.29 | 0.92 | 0.53 |
| Hex | EC | 19 | F6 | 4 | 5A | 0 | 4 | 129 | 5C | 35 |
| Octal | 354 | 31 | 366 | 4 | 132 | 0 | 4 | 451 | 134 | 65 |
| Binary | 11101100 | 11001 | 11110110 | 100 | 1011010 | 0 | 100 | 100101001 | 1011100 | 110101 |
Color Harmonies of #EC19F6
Complementary color
Monochromatic Colors of #EC19F6
Black with #EC19F6
Text Example
Text Example
White with #EC19F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC19F6; }
p { color: rgb(236,25,246); }
H1.HeaderClassName
{
color: #EC19F6;
}
.AnyTagClassName
{
color: #EC19F6;
}
</style>
background-color css
<style>
a { background-color: #EC19F6; }
a { background-color: rgb(236,25,246); }
div.DivClassName
{
background-color: #EC19F6;
}
.BgClassName
{
background-color: #EC19F6;
}
</style>
border-color css
<style>
span { border-color: #EC19F6; }
span { border-color: rgb(236,25,246); }
td.TdClassName
{
border-color: #EC19F6;
}
.TagClassName
{
border-color: #EC19F6;
}
</style>