Shades of Psychedelic Purple #EC10EE
Tints of Psychedelic Purple #EC10EE
RGB
CMYK
RGB Variations
Color information
#EC10EE (or 0xEC10EE) is known color: Psychedelic Purple. HEX triplet: EC, 10 and EE. RGB value is (236,16,238). Sum of RGB (Red+Green+Blue) = 236+16+238=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 16 (6.64% from 255 or 3.27% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC10EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10EE is #13EF11. Grayscale: #6A6A6A. Windows color (decimal): -1306386 or 15601900. OLE color: 15601900.
HSL color Cylindrical-coordinate representation of color #EC10EE: 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 #EC10EE is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 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.21 | 24.38 | 82.95 | - |
| YUV | 107.09 | 201.89 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 238 | 0.01 | 0.93 | 0 | 0.07 | 299.46 | 0.87 | 0.5 |
| Hex | EC | 10 | EE | 1 | 5D | 0 | 7 | 12B | 57 | 32 |
| Octal | 354 | 20 | 356 | 1 | 135 | 0 | 7 | 453 | 127 | 62 |
| Binary | 11101100 | 10000 | 11101110 | 1 | 1011101 | 0 | 111 | 100101011 | 1010111 | 110010 |
Color Harmonies of #EC10EE
Complementary color
Monochromatic Colors of #EC10EE
Black with #EC10EE
Text Example
Text Example
White with #EC10EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10EE; }
p { color: rgb(236,16,238); }
H1.HeaderClassName
{
color: #EC10EE;
}
.AnyTagClassName
{
color: #EC10EE;
}
</style>
background-color css
<style>
a { background-color: #EC10EE; }
a { background-color: rgb(236,16,238); }
div.DivClassName
{
background-color: #EC10EE;
}
.BgClassName
{
background-color: #EC10EE;
}
</style>
border-color css
<style>
span { border-color: #EC10EE; }
span { border-color: rgb(236,16,238); }
td.TdClassName
{
border-color: #EC10EE;
}
.TagClassName
{
border-color: #EC10EE;
}
</style>