Shades of Psychedelic Purple #EC19FD
Tints of Psychedelic Purple #EC19FD
RGB
CMYK
RGB Variations
Color information
#EC19FD (or 0xEC19FD) is known color: Psychedelic Purple. HEX triplet: EC, 19 and FD. RGB value is (236,25,253). Sum of RGB (Red+Green+Blue) = 236+25+253=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 25 (10.16% from 255 or 4.86% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC19FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC19FD is #13E602. Grayscale: #717171. Windows color (decimal): -1304067 or 16587244. OLE color: 16587244.
HSL color Cylindrical-coordinate representation of color #EC19FD: hue angle of 295.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC19FD is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 25 | 253 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.01 |
| HSL | 295.53º | 0.98% | 0.55% | - |
| HSV(B) | 295.53º | 0.9% | 0.99% | - |
| XYZ | 52.67 | 25.62 | 95.1 | - |
| YUV | 114.08 | 206.4 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 253 | 0.07 | 0.90 | 0 | 0.01 | 295.53 | 0.98 | 0.55 |
| Hex | EC | 19 | FD | 7 | 5A | 0 | 1 | 128 | 62 | 37 |
| Octal | 354 | 31 | 375 | 7 | 132 | 0 | 1 | 450 | 142 | 67 |
| Binary | 11101100 | 11001 | 11111101 | 111 | 1011010 | 0 | 1 | 100101000 | 1100010 | 110111 |
Color Harmonies of #EC19FD
Complementary color
Monochromatic Colors of #EC19FD
Black with #EC19FD
Text Example
Text Example
White with #EC19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC19FD; }
p { color: rgb(236,25,253); }
H1.HeaderClassName
{
color: #EC19FD;
}
.AnyTagClassName
{
color: #EC19FD;
}
</style>
background-color css
<style>
a { background-color: #EC19FD; }
a { background-color: rgb(236,25,253); }
div.DivClassName
{
background-color: #EC19FD;
}
.BgClassName
{
background-color: #EC19FD;
}
</style>
border-color css
<style>
span { border-color: #EC19FD; }
span { border-color: rgb(236,25,253); }
td.TdClassName
{
border-color: #EC19FD;
}
.TagClassName
{
border-color: #EC19FD;
}
</style>