Shades of Psychedelic Purple #EC26FD
Tints of Psychedelic Purple #EC26FD
RGB
CMYK
RGB Variations
Color information
#EC26FD (or 0xEC26FD) is known color: Psychedelic Purple. HEX triplet: EC, 26 and FD. RGB value is (236,38,253). Sum of RGB (Red+Green+Blue) = 236+38+253=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 38 (15.23% from 255 or 7.21% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC26FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC26FD is #13D902. Grayscale: #797979. Windows color (decimal): -1300739 or 16590572. OLE color: 16590572.
HSL color Cylindrical-coordinate representation of color #EC26FD: hue angle of 295.26º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC26FD is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 38 | 253 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.01 |
| HSL | 295.26º | 0.98% | 0.57% | - |
| HSV(B) | 295.26º | 0.85% | 0.99% | - |
| XYZ | 53.01 | 26.31 | 95.21 | - |
| YUV | 121.71 | 202.1 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 253 | 0.07 | 0.85 | 0 | 0.01 | 295.26 | 0.98 | 0.57 |
| Hex | EC | 26 | FD | 7 | 55 | 0 | 1 | 127 | 62 | 39 |
| Octal | 354 | 46 | 375 | 7 | 125 | 0 | 1 | 447 | 142 | 71 |
| Binary | 11101100 | 100110 | 11111101 | 111 | 1010101 | 0 | 1 | 100100111 | 1100010 | 111001 |
Color Harmonies of #EC26FD
Complementary color
Monochromatic Colors of #EC26FD
Black with #EC26FD
Text Example
Text Example
White with #EC26FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC26FD; }
p { color: rgb(236,38,253); }
H1.HeaderClassName
{
color: #EC26FD;
}
.AnyTagClassName
{
color: #EC26FD;
}
</style>
background-color css
<style>
a { background-color: #EC26FD; }
a { background-color: rgb(236,38,253); }
div.DivClassName
{
background-color: #EC26FD;
}
.BgClassName
{
background-color: #EC26FD;
}
</style>
border-color css
<style>
span { border-color: #EC26FD; }
span { border-color: rgb(236,38,253); }
td.TdClassName
{
border-color: #EC26FD;
}
.TagClassName
{
border-color: #EC26FD;
}
</style>