Shades of Psychedelic Purple #EC26FB
Tints of Psychedelic Purple #EC26FB
RGB
CMYK
RGB Variations
Color information
#EC26FB (or 0xEC26FB) is known color: Psychedelic Purple. HEX triplet: EC, 26 and FB. RGB value is (236,38,251). Sum of RGB (Red+Green+Blue) = 236+38+251=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 38 (15.23% from 255 or 7.24% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC26FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC26FB is #13D904. Grayscale: #787878. Windows color (decimal): -1300741 or 16459500. OLE color: 16459500.
HSL color Cylindrical-coordinate representation of color #EC26FB: hue angle of 295.77º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC26FB is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 38 | 251 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.02 |
| HSL | 295.77º | 0.96% | 0.57% | - |
| HSV(B) | 295.77º | 0.85% | 0.98% | - |
| XYZ | 52.7 | 26.18 | 93.54 | - |
| YUV | 121.48 | 201.1 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 251 | 0.06 | 0.85 | 0 | 0.02 | 295.77 | 0.96 | 0.57 |
| Hex | EC | 26 | FB | 6 | 55 | 0 | 2 | 128 | 60 | 39 |
| Octal | 354 | 46 | 373 | 6 | 125 | 0 | 2 | 450 | 140 | 71 |
| Binary | 11101100 | 100110 | 11111011 | 110 | 1010101 | 0 | 10 | 100101000 | 1100000 | 111001 |
Color Harmonies of #EC26FB
Complementary color
Monochromatic Colors of #EC26FB
Black with #EC26FB
Text Example
Text Example
White with #EC26FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC26FB; }
p { color: rgb(236,38,251); }
H1.HeaderClassName
{
color: #EC26FB;
}
.AnyTagClassName
{
color: #EC26FB;
}
</style>
background-color css
<style>
a { background-color: #EC26FB; }
a { background-color: rgb(236,38,251); }
div.DivClassName
{
background-color: #EC26FB;
}
.BgClassName
{
background-color: #EC26FB;
}
</style>
border-color css
<style>
span { border-color: #EC26FB; }
span { border-color: rgb(236,38,251); }
td.TdClassName
{
border-color: #EC26FB;
}
.TagClassName
{
border-color: #EC26FB;
}
</style>