Shades of Psychedelic Purple #EC19F4
Tints of Psychedelic Purple #EC19F4
RGB
CMYK
RGB Variations
Color information
#EC19F4 (or 0xEC19F4) is known color: Psychedelic Purple. HEX triplet: EC, 19 and F4. RGB value is (236,25,244). Sum of RGB (Red+Green+Blue) = 236+25+244=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 25 (10.16% from 255 or 4.95% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC19F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC19F4 is #13E60B. Grayscale: #707070. Windows color (decimal): -1304076 or 15997420. OLE color: 15997420.
HSL color Cylindrical-coordinate representation of color #EC19F4: hue angle of 297.81º degrees, saturation: 0.91, 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 #EC19F4 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 25 | 244 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.04 |
| HSL | 297.81º | 0.91% | 0.53% | - |
| HSV(B) | 297.81º | 0.9% | 0.96% | - |
| XYZ | 51.27 | 25.06 | 87.72 | - |
| YUV | 113.06 | 201.9 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 244 | 0.03 | 0.90 | 0 | 0.04 | 297.81 | 0.91 | 0.53 |
| Hex | EC | 19 | F4 | 3 | 5A | 0 | 4 | 12A | 5B | 35 |
| Octal | 354 | 31 | 364 | 3 | 132 | 0 | 4 | 452 | 133 | 65 |
| Binary | 11101100 | 11001 | 11110100 | 11 | 1011010 | 0 | 100 | 100101010 | 1011011 | 110101 |
Color Harmonies of #EC19F4
Complementary color
Monochromatic Colors of #EC19F4
Black with #EC19F4
Text Example
Text Example
White with #EC19F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC19F4; }
p { color: rgb(236,25,244); }
H1.HeaderClassName
{
color: #EC19F4;
}
.AnyTagClassName
{
color: #EC19F4;
}
</style>
background-color css
<style>
a { background-color: #EC19F4; }
a { background-color: rgb(236,25,244); }
div.DivClassName
{
background-color: #EC19F4;
}
.BgClassName
{
background-color: #EC19F4;
}
</style>
border-color css
<style>
span { border-color: #EC19F4; }
span { border-color: rgb(236,25,244); }
td.TdClassName
{
border-color: #EC19F4;
}
.TagClassName
{
border-color: #EC19F4;
}
</style>