Shades of Psychedelic Purple #EC24EF
Tints of Psychedelic Purple #EC24EF
RGB
CMYK
RGB Variations
Color information
#EC24EF (or 0xEC24EF) is known color: Psychedelic Purple. HEX triplet: EC, 24 and EF. RGB value is (236,36,239). Sum of RGB (Red+Green+Blue) = 236+36+239=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 36 (14.45% from 255 or 7.05% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC24EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC24EF is #13DB10. Grayscale: #767676. Windows color (decimal): -1301265 or 15672556. OLE color: 15672556.
HSL color Cylindrical-coordinate representation of color #EC24EF: hue angle of 299.11º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC24EF is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 36 | 239 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.06 |
| HSL | 299.11º | 0.86% | 0.54% | - |
| HSV(B) | 299.11º | 0.85% | 0.94% | - |
| XYZ | 50.8 | 25.33 | 83.87 | - |
| YUV | 118.94 | 195.76 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 239 | 0.01 | 0.85 | 0 | 0.06 | 299.11 | 0.86 | 0.54 |
| Hex | EC | 24 | EF | 1 | 55 | 0 | 6 | 12B | 56 | 36 |
| Octal | 354 | 44 | 357 | 1 | 125 | 0 | 6 | 453 | 126 | 66 |
| Binary | 11101100 | 100100 | 11101111 | 1 | 1010101 | 0 | 110 | 100101011 | 1010110 | 110110 |
Color Harmonies of #EC24EF
Complementary color
Monochromatic Colors of #EC24EF
Black with #EC24EF
Text Example
Text Example
White with #EC24EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC24EF; }
p { color: rgb(236,36,239); }
H1.HeaderClassName
{
color: #EC24EF;
}
.AnyTagClassName
{
color: #EC24EF;
}
</style>
background-color css
<style>
a { background-color: #EC24EF; }
a { background-color: rgb(236,36,239); }
div.DivClassName
{
background-color: #EC24EF;
}
.BgClassName
{
background-color: #EC24EF;
}
</style>
border-color css
<style>
span { border-color: #EC24EF; }
span { border-color: rgb(236,36,239); }
td.TdClassName
{
border-color: #EC24EF;
}
.TagClassName
{
border-color: #EC24EF;
}
</style>