Shades of Psychedelic Purple #EC14EE
Tints of Psychedelic Purple #EC14EE
RGB
CMYK
RGB Variations
Color information
#EC14EE (or 0xEC14EE) is known color: Psychedelic Purple. HEX triplet: EC, 14 and EE. RGB value is (236,20,238). Sum of RGB (Red+Green+Blue) = 236+20+238=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 20 (8.20% from 255 or 4.05% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC14EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC14EE is #13EB11. Grayscale: #6C6C6C. Windows color (decimal): -1305362 or 15602924. OLE color: 15602924.
HSL color Cylindrical-coordinate representation of color #EC14EE: hue angle of 299.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC14EE is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 238 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.07 |
| HSL | 299.45º | 0.87% | 0.51% | - |
| HSV(B) | 299.45º | 0.92% | 0.93% | - |
| XYZ | 50.27 | 24.51 | 82.97 | - |
| YUV | 109.44 | 200.56 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 238 | 0.01 | 0.92 | 0 | 0.07 | 299.45 | 0.87 | 0.51 |
| Hex | EC | 14 | EE | 1 | 5C | 0 | 7 | 12B | 57 | 33 |
| Octal | 354 | 24 | 356 | 1 | 134 | 0 | 7 | 453 | 127 | 63 |
| Binary | 11101100 | 10100 | 11101110 | 1 | 1011100 | 0 | 111 | 100101011 | 1010111 | 110011 |
Color Harmonies of #EC14EE
Complementary color
Monochromatic Colors of #EC14EE
Black with #EC14EE
Text Example
Text Example
White with #EC14EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC14EE; }
p { color: rgb(236,20,238); }
H1.HeaderClassName
{
color: #EC14EE;
}
.AnyTagClassName
{
color: #EC14EE;
}
</style>
background-color css
<style>
a { background-color: #EC14EE; }
a { background-color: rgb(236,20,238); }
div.DivClassName
{
background-color: #EC14EE;
}
.BgClassName
{
background-color: #EC14EE;
}
</style>
border-color css
<style>
span { border-color: #EC14EE; }
span { border-color: rgb(236,20,238); }
td.TdClassName
{
border-color: #EC14EE;
}
.TagClassName
{
border-color: #EC14EE;
}
</style>