Shades of Psychedelic Purple #EC28FF
Tints of Psychedelic Purple #EC28FF
RGB
CMYK
RGB Variations
Color information
#EC28FF (or 0xEC28FF) is known color: Psychedelic Purple. HEX triplet: EC, 28 and FF. RGB value is (236,40,255). Sum of RGB (Red+Green+Blue) = 236+40+255=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 40 (16.02% from 255 or 7.53% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC28FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC28FF is #13D700. Grayscale: #7A7A7A. Windows color (decimal): -1300225 or 16722156. OLE color: 16722156.
HSL color Cylindrical-coordinate representation of color #EC28FF: hue angle of 294.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC28FF is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 40 | 255 | - |
| CMYK | 0.07 | 0.84 | 0 | 0 |
| HSL | 294.7º | 1% | 0.58% | - |
| HSV(B) | 294.7º | 0.84% | 1% | - |
| XYZ | 53.4 | 26.57 | 96.92 | - |
| YUV | 123.11 | 202.43 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 255 | 0.07 | 0.84 | 0 | 0 | 294.7 | 1 | 0.58 |
| Hex | EC | 28 | FF | 7 | 54 | 0 | 0 | 127 | 64 | 3A |
| Octal | 354 | 50 | 377 | 7 | 124 | 0 | 0 | 447 | 144 | 72 |
| Binary | 11101100 | 101000 | 11111111 | 111 | 1010100 | 0 | 0 | 100100111 | 1100100 | 111010 |
Color Harmonies of #EC28FF
Complementary color
Monochromatic Colors of #EC28FF
Black with #EC28FF
Text Example
Text Example
White with #EC28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28FF; }
p { color: rgb(236,40,255); }
H1.HeaderClassName
{
color: #EC28FF;
}
.AnyTagClassName
{
color: #EC28FF;
}
</style>
background-color css
<style>
a { background-color: #EC28FF; }
a { background-color: rgb(236,40,255); }
div.DivClassName
{
background-color: #EC28FF;
}
.BgClassName
{
background-color: #EC28FF;
}
</style>
border-color css
<style>
span { border-color: #EC28FF; }
span { border-color: rgb(236,40,255); }
td.TdClassName
{
border-color: #EC28FF;
}
.TagClassName
{
border-color: #EC28FF;
}
</style>