Shades of Psychedelic Purple #EC13EE
Tints of Psychedelic Purple #EC13EE
RGB
CMYK
RGB Variations
Color information
#EC13EE (or 0xEC13EE) is known color: Psychedelic Purple. HEX triplet: EC, 13 and EE. RGB value is (236,19,238). Sum of RGB (Red+Green+Blue) = 236+19+238=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 19 (7.81% from 255 or 3.85% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC13EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC13EE is #13EC11. Grayscale: #6C6C6C. Windows color (decimal): -1305618 or 15602668. OLE color: 15602668.
HSL color Cylindrical-coordinate representation of color #EC13EE: hue angle of 299.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC13EE is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 238 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.07 |
| HSL | 299.45º | 0.87% | 0.5% | - |
| HSV(B) | 299.45º | 0.92% | 0.93% | - |
| XYZ | 50.26 | 24.47 | 82.96 | - |
| YUV | 108.85 | 200.89 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 238 | 0.01 | 0.92 | 0 | 0.07 | 299.45 | 0.87 | 0.5 |
| Hex | EC | 13 | EE | 1 | 5C | 0 | 7 | 12B | 57 | 32 |
| Octal | 354 | 23 | 356 | 1 | 134 | 0 | 7 | 453 | 127 | 62 |
| Binary | 11101100 | 10011 | 11101110 | 1 | 1011100 | 0 | 111 | 100101011 | 1010111 | 110010 |
Color Harmonies of #EC13EE
Complementary color
Monochromatic Colors of #EC13EE
Black with #EC13EE
Text Example
Text Example
White with #EC13EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC13EE; }
p { color: rgb(236,19,238); }
H1.HeaderClassName
{
color: #EC13EE;
}
.AnyTagClassName
{
color: #EC13EE;
}
</style>
background-color css
<style>
a { background-color: #EC13EE; }
a { background-color: rgb(236,19,238); }
div.DivClassName
{
background-color: #EC13EE;
}
.BgClassName
{
background-color: #EC13EE;
}
</style>
border-color css
<style>
span { border-color: #EC13EE; }
span { border-color: rgb(236,19,238); }
td.TdClassName
{
border-color: #EC13EE;
}
.TagClassName
{
border-color: #EC13EE;
}
</style>