Shades of Psychedelic Purple #EC26EE
Tints of Psychedelic Purple #EC26EE
RGB
CMYK
RGB Variations
Color information
#EC26EE (or 0xEC26EE) is known color: Psychedelic Purple. HEX triplet: EC, 26 and EE. RGB value is (236,38,238). Sum of RGB (Red+Green+Blue) = 236+38+238=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 38 (15.23% from 255 or 7.42% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC26EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC26EE is #13D911. Grayscale: #777777. Windows color (decimal): -1300754 or 15607532. OLE color: 15607532.
HSL color Cylindrical-coordinate representation of color #EC26EE: hue angle of 299.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC26EE is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 238 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.07 |
| HSL | 299.4º | 0.85% | 0.54% | - |
| HSV(B) | 299.4º | 0.84% | 0.93% | - |
| XYZ | 50.72 | 25.39 | 83.12 | - |
| YUV | 120 | 194.6 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 238 | 0.01 | 0.84 | 0 | 0.07 | 299.4 | 0.85 | 0.54 |
| Hex | EC | 26 | EE | 1 | 54 | 0 | 7 | 12B | 55 | 36 |
| Octal | 354 | 46 | 356 | 1 | 124 | 0 | 7 | 453 | 125 | 66 |
| Binary | 11101100 | 100110 | 11101110 | 1 | 1010100 | 0 | 111 | 100101011 | 1010101 | 110110 |
Color Harmonies of #EC26EE
Complementary color
Monochromatic Colors of #EC26EE
Black with #EC26EE
Text Example
Text Example
White with #EC26EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC26EE; }
p { color: rgb(236,38,238); }
H1.HeaderClassName
{
color: #EC26EE;
}
.AnyTagClassName
{
color: #EC26EE;
}
</style>
background-color css
<style>
a { background-color: #EC26EE; }
a { background-color: rgb(236,38,238); }
div.DivClassName
{
background-color: #EC26EE;
}
.BgClassName
{
background-color: #EC26EE;
}
</style>
border-color css
<style>
span { border-color: #EC26EE; }
span { border-color: rgb(236,38,238); }
td.TdClassName
{
border-color: #EC26EE;
}
.TagClassName
{
border-color: #EC26EE;
}
</style>