Shades of Psychedelic Purple #EC17FA
Tints of Psychedelic Purple #EC17FA
RGB
CMYK
RGB Variations
Color information
#EC17FA (or 0xEC17FA) is known color: Psychedelic Purple. HEX triplet: EC, 17 and FA. RGB value is (236,23,250). Sum of RGB (Red+Green+Blue) = 236+23+250=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 23 (9.38% from 255 or 4.52% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC17FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC17FA is #13E805. Grayscale: #6F6F6F. Windows color (decimal): -1304582 or 16390124. OLE color: 16390124.
HSL color Cylindrical-coordinate representation of color #EC17FA: hue angle of 296.3º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC17FA is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 23 | 250 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.02 |
| HSL | 296.3º | 0.96% | 0.54% | - |
| HSV(B) | 296.3º | 0.91% | 0.98% | - |
| XYZ | 52.15 | 25.35 | 92.59 | - |
| YUV | 112.57 | 205.57 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 250 | 0.06 | 0.91 | 0 | 0.02 | 296.3 | 0.96 | 0.54 |
| Hex | EC | 17 | FA | 6 | 5B | 0 | 2 | 128 | 60 | 36 |
| Octal | 354 | 27 | 372 | 6 | 133 | 0 | 2 | 450 | 140 | 66 |
| Binary | 11101100 | 10111 | 11111010 | 110 | 1011011 | 0 | 10 | 100101000 | 1100000 | 110110 |
Color Harmonies of #EC17FA
Complementary color
Monochromatic Colors of #EC17FA
Black with #EC17FA
Text Example
Text Example
White with #EC17FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17FA; }
p { color: rgb(236,23,250); }
H1.HeaderClassName
{
color: #EC17FA;
}
.AnyTagClassName
{
color: #EC17FA;
}
</style>
background-color css
<style>
a { background-color: #EC17FA; }
a { background-color: rgb(236,23,250); }
div.DivClassName
{
background-color: #EC17FA;
}
.BgClassName
{
background-color: #EC17FA;
}
</style>
border-color css
<style>
span { border-color: #EC17FA; }
span { border-color: rgb(236,23,250); }
td.TdClassName
{
border-color: #EC17FA;
}
.TagClassName
{
border-color: #EC17FA;
}
</style>