Shades of Psychedelic Purple #EC28EF
Tints of Psychedelic Purple #EC28EF
RGB
CMYK
RGB Variations
Color information
#EC28EF (or 0xEC28EF) is known color: Psychedelic Purple. HEX triplet: EC, 28 and EF. RGB value is (236,40,239). Sum of RGB (Red+Green+Blue) = 236+40+239=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 40 (16.02% from 255 or 7.77% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC28EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC28EF is #13D710. Grayscale: #787878. Windows color (decimal): -1300241 or 15673580. OLE color: 15673580.
HSL color Cylindrical-coordinate representation of color #EC28EF: hue angle of 299.1º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC28EF is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 40 | 239 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.06 |
| HSL | 299.1º | 0.86% | 0.55% | - |
| HSV(B) | 299.1º | 0.83% | 0.94% | - |
| XYZ | 50.93 | 25.58 | 83.91 | - |
| YUV | 121.29 | 194.43 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 239 | 0.01 | 0.83 | 0 | 0.06 | 299.1 | 0.86 | 0.55 |
| Hex | EC | 28 | EF | 1 | 53 | 0 | 6 | 12B | 56 | 37 |
| Octal | 354 | 50 | 357 | 1 | 123 | 0 | 6 | 453 | 126 | 67 |
| Binary | 11101100 | 101000 | 11101111 | 1 | 1010011 | 0 | 110 | 100101011 | 1010110 | 110111 |
Color Harmonies of #EC28EF
Complementary color
Monochromatic Colors of #EC28EF
Black with #EC28EF
Text Example
Text Example
White with #EC28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28EF; }
p { color: rgb(236,40,239); }
H1.HeaderClassName
{
color: #EC28EF;
}
.AnyTagClassName
{
color: #EC28EF;
}
</style>
background-color css
<style>
a { background-color: #EC28EF; }
a { background-color: rgb(236,40,239); }
div.DivClassName
{
background-color: #EC28EF;
}
.BgClassName
{
background-color: #EC28EF;
}
</style>
border-color css
<style>
span { border-color: #EC28EF; }
span { border-color: rgb(236,40,239); }
td.TdClassName
{
border-color: #EC28EF;
}
.TagClassName
{
border-color: #EC28EF;
}
</style>