Shades of Psychedelic Purple #EC17FD
Tints of Psychedelic Purple #EC17FD
RGB
CMYK
RGB Variations
Color information
#EC17FD (or 0xEC17FD) is known color: Psychedelic Purple. HEX triplet: EC, 17 and FD. RGB value is (236,23,253). Sum of RGB (Red+Green+Blue) = 236+23+253=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 23 (9.38% from 255 or 4.49% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC17FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC17FD is #13E802. Grayscale: #707070. Windows color (decimal): -1304579 or 16586732. OLE color: 16586732.
HSL color Cylindrical-coordinate representation of color #EC17FD: hue angle of 295.57º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC17FD is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 23 | 253 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.01 |
| HSL | 295.57º | 0.98% | 0.54% | - |
| HSV(B) | 295.57º | 0.91% | 0.99% | - |
| XYZ | 52.63 | 25.54 | 95.08 | - |
| YUV | 112.91 | 207.07 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 253 | 0.07 | 0.91 | 0 | 0.01 | 295.57 | 0.98 | 0.54 |
| Hex | EC | 17 | FD | 7 | 5B | 0 | 1 | 128 | 62 | 36 |
| Octal | 354 | 27 | 375 | 7 | 133 | 0 | 1 | 450 | 142 | 66 |
| Binary | 11101100 | 10111 | 11111101 | 111 | 1011011 | 0 | 1 | 100101000 | 1100010 | 110110 |
Color Harmonies of #EC17FD
Complementary color
Monochromatic Colors of #EC17FD
Black with #EC17FD
Text Example
Text Example
White with #EC17FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17FD; }
p { color: rgb(236,23,253); }
H1.HeaderClassName
{
color: #EC17FD;
}
.AnyTagClassName
{
color: #EC17FD;
}
</style>
background-color css
<style>
a { background-color: #EC17FD; }
a { background-color: rgb(236,23,253); }
div.DivClassName
{
background-color: #EC17FD;
}
.BgClassName
{
background-color: #EC17FD;
}
</style>
border-color css
<style>
span { border-color: #EC17FD; }
span { border-color: rgb(236,23,253); }
td.TdClassName
{
border-color: #EC17FD;
}
.TagClassName
{
border-color: #EC17FD;
}
</style>