Shades of Psychedelic Purple #EC17EF
Tints of Psychedelic Purple #EC17EF
RGB
CMYK
RGB Variations
Color information
#EC17EF (or 0xEC17EF) is known color: Psychedelic Purple. HEX triplet: EC, 17 and EF. RGB value is (236,23,239). Sum of RGB (Red+Green+Blue) = 236+23+239=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 23 (9.38% from 255 or 4.62% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC17EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC17EF is #13E810. Grayscale: #6E6E6E. Windows color (decimal): -1304593 or 15669228. OLE color: 15669228.
HSL color Cylindrical-coordinate representation of color #EC17EF: hue angle of 299.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC17EF is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 23 | 239 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.06 |
| HSL | 299.17º | 0.87% | 0.51% | - |
| HSV(B) | 299.17º | 0.9% | 0.94% | - |
| XYZ | 50.48 | 24.68 | 83.76 | - |
| YUV | 111.31 | 200.07 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 239 | 0.01 | 0.90 | 0 | 0.06 | 299.17 | 0.87 | 0.51 |
| Hex | EC | 17 | EF | 1 | 5A | 0 | 6 | 12B | 57 | 33 |
| Octal | 354 | 27 | 357 | 1 | 132 | 0 | 6 | 453 | 127 | 63 |
| Binary | 11101100 | 10111 | 11101111 | 1 | 1011010 | 0 | 110 | 100101011 | 1010111 | 110011 |
Color Harmonies of #EC17EF
Complementary color
Monochromatic Colors of #EC17EF
Black with #EC17EF
Text Example
Text Example
White with #EC17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17EF; }
p { color: rgb(236,23,239); }
H1.HeaderClassName
{
color: #EC17EF;
}
.AnyTagClassName
{
color: #EC17EF;
}
</style>
background-color css
<style>
a { background-color: #EC17EF; }
a { background-color: rgb(236,23,239); }
div.DivClassName
{
background-color: #EC17EF;
}
.BgClassName
{
background-color: #EC17EF;
}
</style>
border-color css
<style>
span { border-color: #EC17EF; }
span { border-color: rgb(236,23,239); }
td.TdClassName
{
border-color: #EC17EF;
}
.TagClassName
{
border-color: #EC17EF;
}
</style>