Shades of Psychedelic Purple #EC17FF
Tints of Psychedelic Purple #EC17FF
RGB
CMYK
RGB Variations
Color information
#EC17FF (or 0xEC17FF) is known color: Psychedelic Purple. HEX triplet: EC, 17 and FF. RGB value is (236,23,255). Sum of RGB (Red+Green+Blue) = 236+23+255=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 23 (9.38% from 255 or 4.47% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC17FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC17FF is #13E800. Grayscale: #707070. Windows color (decimal): -1304577 or 16717804. OLE color: 16717804.
HSL color Cylindrical-coordinate representation of color #EC17FF: hue angle of 295.09º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC17FF is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 23 | 255 | - |
| CMYK | 0.07 | 0.91 | 0 | 0 |
| HSL | 295.09º | 1% | 0.55% | - |
| HSV(B) | 295.09º | 0.91% | 1% | - |
| XYZ | 52.95 | 25.67 | 96.77 | - |
| YUV | 113.14 | 208.07 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 255 | 0.07 | 0.91 | 0 | 0 | 295.09 | 1 | 0.55 |
| Hex | EC | 17 | FF | 7 | 5B | 0 | 0 | 127 | 64 | 37 |
| Octal | 354 | 27 | 377 | 7 | 133 | 0 | 0 | 447 | 144 | 67 |
| Binary | 11101100 | 10111 | 11111111 | 111 | 1011011 | 0 | 0 | 100100111 | 1100100 | 110111 |
Color Harmonies of #EC17FF
Complementary color
Monochromatic Colors of #EC17FF
Black with #EC17FF
Text Example
Text Example
White with #EC17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17FF; }
p { color: rgb(236,23,255); }
H1.HeaderClassName
{
color: #EC17FF;
}
.AnyTagClassName
{
color: #EC17FF;
}
</style>
background-color css
<style>
a { background-color: #EC17FF; }
a { background-color: rgb(236,23,255); }
div.DivClassName
{
background-color: #EC17FF;
}
.BgClassName
{
background-color: #EC17FF;
}
</style>
border-color css
<style>
span { border-color: #EC17FF; }
span { border-color: rgb(236,23,255); }
td.TdClassName
{
border-color: #EC17FF;
}
.TagClassName
{
border-color: #EC17FF;
}
</style>