Shades of Psychedelic Purple #EC26F3
Tints of Psychedelic Purple #EC26F3
RGB
CMYK
RGB Variations
Color information
#EC26F3 (or 0xEC26F3) is known color: Psychedelic Purple. HEX triplet: EC, 26 and F3. RGB value is (236,38,243). Sum of RGB (Red+Green+Blue) = 236+38+243=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 38 (15.23% from 255 or 7.35% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC26F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC26F3 is #13D90C. Grayscale: #777777. Windows color (decimal): -1300749 or 15935212. OLE color: 15935212.
HSL color Cylindrical-coordinate representation of color #EC26F3: hue angle of 297.95º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC26F3 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 38 | 243 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.05 |
| HSL | 297.95º | 0.9% | 0.55% | - |
| HSV(B) | 297.95º | 0.84% | 0.95% | - |
| XYZ | 51.46 | 25.69 | 87.04 | - |
| YUV | 120.57 | 197.1 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 243 | 0.03 | 0.84 | 0 | 0.05 | 297.95 | 0.9 | 0.55 |
| Hex | EC | 26 | F3 | 3 | 54 | 0 | 5 | 12A | 5A | 37 |
| Octal | 354 | 46 | 363 | 3 | 124 | 0 | 5 | 452 | 132 | 67 |
| Binary | 11101100 | 100110 | 11110011 | 11 | 1010100 | 0 | 101 | 100101010 | 1011010 | 110111 |
Color Harmonies of #EC26F3
Complementary color
Monochromatic Colors of #EC26F3
Black with #EC26F3
Text Example
Text Example
White with #EC26F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC26F3; }
p { color: rgb(236,38,243); }
H1.HeaderClassName
{
color: #EC26F3;
}
.AnyTagClassName
{
color: #EC26F3;
}
</style>
background-color css
<style>
a { background-color: #EC26F3; }
a { background-color: rgb(236,38,243); }
div.DivClassName
{
background-color: #EC26F3;
}
.BgClassName
{
background-color: #EC26F3;
}
</style>
border-color css
<style>
span { border-color: #EC26F3; }
span { border-color: rgb(236,38,243); }
td.TdClassName
{
border-color: #EC26F3;
}
.TagClassName
{
border-color: #EC26F3;
}
</style>