Shades of Psychedelic Purple #EC11EE
Tints of Psychedelic Purple #EC11EE
RGB
CMYK
RGB Variations
Color information
#EC11EE (or 0xEC11EE) is known color: Psychedelic Purple. HEX triplet: EC, 11 and EE. RGB value is (236,17,238). Sum of RGB (Red+Green+Blue) = 236+17+238=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 17 (7.03% from 255 or 3.46% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC11EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC11EE is #13EE11. Grayscale: #6B6B6B. Windows color (decimal): -1306130 or 15602156. OLE color: 15602156.
HSL color Cylindrical-coordinate representation of color #EC11EE: hue angle of 299.46º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11EE is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 238 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.07 |
| HSL | 299.46º | 0.87% | 0.5% | - |
| HSV(B) | 299.46º | 0.93% | 0.93% | - |
| XYZ | 50.23 | 24.41 | 82.95 | - |
| YUV | 107.68 | 201.55 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 238 | 0.01 | 0.93 | 0 | 0.07 | 299.46 | 0.87 | 0.5 |
| Hex | EC | 11 | EE | 1 | 5D | 0 | 7 | 12B | 57 | 32 |
| Octal | 354 | 21 | 356 | 1 | 135 | 0 | 7 | 453 | 127 | 62 |
| Binary | 11101100 | 10001 | 11101110 | 1 | 1011101 | 0 | 111 | 100101011 | 1010111 | 110010 |
Color Harmonies of #EC11EE
Complementary color
Monochromatic Colors of #EC11EE
Black with #EC11EE
Text Example
Text Example
White with #EC11EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11EE; }
p { color: rgb(236,17,238); }
H1.HeaderClassName
{
color: #EC11EE;
}
.AnyTagClassName
{
color: #EC11EE;
}
</style>
background-color css
<style>
a { background-color: #EC11EE; }
a { background-color: rgb(236,17,238); }
div.DivClassName
{
background-color: #EC11EE;
}
.BgClassName
{
background-color: #EC11EE;
}
</style>
border-color css
<style>
span { border-color: #EC11EE; }
span { border-color: rgb(236,17,238); }
td.TdClassName
{
border-color: #EC11EE;
}
.TagClassName
{
border-color: #EC11EE;
}
</style>