Shades of Psychedelic Purple #EC28FE
Tints of Psychedelic Purple #EC28FE
RGB
CMYK
RGB Variations
Color information
#EC28FE (or 0xEC28FE) is known color: Psychedelic Purple. HEX triplet: EC, 28 and FE. RGB value is (236,40,254). Sum of RGB (Red+Green+Blue) = 236+40+254=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 40 (16.02% from 255 or 7.55% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC28FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC28FE is #13D701. Grayscale: #7A7A7A. Windows color (decimal): -1300226 or 16656620. OLE color: 16656620.
HSL color Cylindrical-coordinate representation of color #EC28FE: hue angle of 294.95º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC28FE is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 40 | 254 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.00 |
| HSL | 294.95º | 0.99% | 0.58% | - |
| HSV(B) | 294.95º | 0.84% | 1% | - |
| XYZ | 53.24 | 26.51 | 96.08 | - |
| YUV | 123 | 201.93 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 254 | 0.07 | 0.84 | 0 | 0.00 | 294.95 | 0.99 | 0.58 |
| Hex | EC | 28 | FE | 7 | 54 | 0 | 0 | 127 | 63 | 3A |
| Octal | 354 | 50 | 376 | 7 | 124 | 0 | 0 | 447 | 143 | 72 |
| Binary | 11101100 | 101000 | 11111110 | 111 | 1010100 | 0 | 0 | 100100111 | 1100011 | 111010 |
Color Harmonies of #EC28FE
Complementary color
Monochromatic Colors of #EC28FE
Black with #EC28FE
Text Example
Text Example
White with #EC28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28FE; }
p { color: rgb(236,40,254); }
H1.HeaderClassName
{
color: #EC28FE;
}
.AnyTagClassName
{
color: #EC28FE;
}
</style>
background-color css
<style>
a { background-color: #EC28FE; }
a { background-color: rgb(236,40,254); }
div.DivClassName
{
background-color: #EC28FE;
}
.BgClassName
{
background-color: #EC28FE;
}
</style>
border-color css
<style>
span { border-color: #EC28FE; }
span { border-color: rgb(236,40,254); }
td.TdClassName
{
border-color: #EC28FE;
}
.TagClassName
{
border-color: #EC28FE;
}
</style>