Shades of Psychedelic Purple #EC28FD
Tints of Psychedelic Purple #EC28FD
RGB
CMYK
RGB Variations
Color information
#EC28FD (or 0xEC28FD) is known color: Psychedelic Purple. HEX triplet: EC, 28 and FD. RGB value is (236,40,253). Sum of RGB (Red+Green+Blue) = 236+40+253=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 40 (16.02% from 255 or 7.56% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC28FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC28FD is #13D702. Grayscale: #7A7A7A. Windows color (decimal): -1300227 or 16591084. OLE color: 16591084.
HSL color Cylindrical-coordinate representation of color #EC28FD: hue angle of 295.21º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC28FD is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 40 | 253 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.01 |
| HSL | 295.21º | 0.98% | 0.57% | - |
| HSV(B) | 295.21º | 0.84% | 0.99% | - |
| XYZ | 53.08 | 26.44 | 95.23 | - |
| YUV | 122.89 | 201.43 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 253 | 0.07 | 0.84 | 0 | 0.01 | 295.21 | 0.98 | 0.57 |
| Hex | EC | 28 | FD | 7 | 54 | 0 | 1 | 127 | 62 | 39 |
| Octal | 354 | 50 | 375 | 7 | 124 | 0 | 1 | 447 | 142 | 71 |
| Binary | 11101100 | 101000 | 11111101 | 111 | 1010100 | 0 | 1 | 100100111 | 1100010 | 111001 |
Color Harmonies of #EC28FD
Complementary color
Monochromatic Colors of #EC28FD
Black with #EC28FD
Text Example
Text Example
White with #EC28FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC28FD; }
p { color: rgb(236,40,253); }
H1.HeaderClassName
{
color: #EC28FD;
}
.AnyTagClassName
{
color: #EC28FD;
}
</style>
background-color css
<style>
a { background-color: #EC28FD; }
a { background-color: rgb(236,40,253); }
div.DivClassName
{
background-color: #EC28FD;
}
.BgClassName
{
background-color: #EC28FD;
}
</style>
border-color css
<style>
span { border-color: #EC28FD; }
span { border-color: rgb(236,40,253); }
td.TdClassName
{
border-color: #EC28FD;
}
.TagClassName
{
border-color: #EC28FD;
}
</style>