Shades of Psychedelic Purple #EC17F8
Tints of Psychedelic Purple #EC17F8
RGB
CMYK
RGB Variations
Color information
#EC17F8 (or 0xEC17F8) is known color: Psychedelic Purple. HEX triplet: EC, 17 and F8. RGB value is (236,23,248). Sum of RGB (Red+Green+Blue) = 236+23+248=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 23 (9.38% from 255 or 4.54% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC17F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC17F8 is #13E807. Grayscale: #6F6F6F. Windows color (decimal): -1304584 or 16259052. OLE color: 16259052.
HSL color Cylindrical-coordinate representation of color #EC17F8: hue angle of 296.8º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC17F8 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 23 | 248 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.03 |
| HSL | 296.8º | 0.94% | 0.53% | - |
| HSV(B) | 296.8º | 0.91% | 0.97% | - |
| XYZ | 51.84 | 25.22 | 90.94 | - |
| YUV | 112.34 | 204.57 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 248 | 0.05 | 0.91 | 0 | 0.03 | 296.8 | 0.94 | 0.53 |
| Hex | EC | 17 | F8 | 5 | 5B | 0 | 3 | 129 | 5E | 35 |
| Octal | 354 | 27 | 370 | 5 | 133 | 0 | 3 | 451 | 136 | 65 |
| Binary | 11101100 | 10111 | 11111000 | 101 | 1011011 | 0 | 11 | 100101001 | 1011110 | 110101 |
Color Harmonies of #EC17F8
Complementary color
Monochromatic Colors of #EC17F8
Black with #EC17F8
Text Example
Text Example
White with #EC17F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17F8; }
p { color: rgb(236,23,248); }
H1.HeaderClassName
{
color: #EC17F8;
}
.AnyTagClassName
{
color: #EC17F8;
}
</style>
background-color css
<style>
a { background-color: #EC17F8; }
a { background-color: rgb(236,23,248); }
div.DivClassName
{
background-color: #EC17F8;
}
.BgClassName
{
background-color: #EC17F8;
}
</style>
border-color css
<style>
span { border-color: #EC17F8; }
span { border-color: rgb(236,23,248); }
td.TdClassName
{
border-color: #EC17F8;
}
.TagClassName
{
border-color: #EC17F8;
}
</style>