Shades of Psychedelic Purple #EC24ED
Tints of Psychedelic Purple #EC24ED
RGB
CMYK
RGB Variations
Color information
#EC24ED (or 0xEC24ED) is known color: Psychedelic Purple. HEX triplet: EC, 24 and ED. RGB value is (236,36,237). Sum of RGB (Red+Green+Blue) = 236+36+237=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 36 (14.45% from 255 or 7.07% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC24ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC24ED is #13DB12. Grayscale: #767676. Windows color (decimal): -1301267 or 15541484. OLE color: 15541484.
HSL color Cylindrical-coordinate representation of color #EC24ED: hue angle of 299.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC24ED is Cyan = 0.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 237 | - |
| CMYK | 0.00 | 0.85 | 0 | 0.07 |
| HSL | 299.7º | 0.85% | 0.54% | - |
| HSV(B) | 299.7º | 0.85% | 0.93% | - |
| XYZ | 50.51 | 25.21 | 82.32 | - |
| YUV | 118.71 | 194.76 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 237 | 0.00 | 0.85 | 0 | 0.07 | 299.7 | 0.85 | 0.54 |
| Hex | EC | 24 | ED | 0 | 55 | 0 | 7 | 12C | 55 | 36 |
| Octal | 354 | 44 | 355 | 0 | 125 | 0 | 7 | 454 | 125 | 66 |
| Binary | 11101100 | 100100 | 11101101 | 0 | 1010101 | 0 | 111 | 100101100 | 1010101 | 110110 |
Color Harmonies of #EC24ED
Complementary color
Monochromatic Colors of #EC24ED
Black with #EC24ED
Text Example
Text Example
White with #EC24ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC24ED; }
p { color: rgb(236,36,237); }
H1.HeaderClassName
{
color: #EC24ED;
}
.AnyTagClassName
{
color: #EC24ED;
}
</style>
background-color css
<style>
a { background-color: #EC24ED; }
a { background-color: rgb(236,36,237); }
div.DivClassName
{
background-color: #EC24ED;
}
.BgClassName
{
background-color: #EC24ED;
}
</style>
border-color css
<style>
span { border-color: #EC24ED; }
span { border-color: rgb(236,36,237); }
td.TdClassName
{
border-color: #EC24ED;
}
.TagClassName
{
border-color: #EC24ED;
}
</style>