Shades of Psychedelic Purple #EC20EE
Tints of Psychedelic Purple #EC20EE
RGB
CMYK
RGB Variations
Color information
#EC20EE (or 0xEC20EE) is known color: Psychedelic Purple. HEX triplet: EC, 20 and EE. RGB value is (236,32,238). Sum of RGB (Red+Green+Blue) = 236+32+238=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 32 (12.89% from 255 or 6.32% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC20EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC20EE is #13DF11. Grayscale: #737373. Windows color (decimal): -1302290 or 15605996. OLE color: 15605996.
HSL color Cylindrical-coordinate representation of color #EC20EE: hue angle of 299.42º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC20EE is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 238 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.07 |
| HSL | 299.42º | 0.86% | 0.53% | - |
| HSV(B) | 299.42º | 0.87% | 0.93% | - |
| XYZ | 50.54 | 25.04 | 83.06 | - |
| YUV | 116.48 | 196.59 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 238 | 0.01 | 0.87 | 0 | 0.07 | 299.42 | 0.86 | 0.53 |
| Hex | EC | 20 | EE | 1 | 57 | 0 | 7 | 12B | 56 | 35 |
| Octal | 354 | 40 | 356 | 1 | 127 | 0 | 7 | 453 | 126 | 65 |
| Binary | 11101100 | 100000 | 11101110 | 1 | 1010111 | 0 | 111 | 100101011 | 1010110 | 110101 |
Color Harmonies of #EC20EE
Complementary color
Monochromatic Colors of #EC20EE
Black with #EC20EE
Text Example
Text Example
White with #EC20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20EE; }
p { color: rgb(236,32,238); }
H1.HeaderClassName
{
color: #EC20EE;
}
.AnyTagClassName
{
color: #EC20EE;
}
</style>
background-color css
<style>
a { background-color: #EC20EE; }
a { background-color: rgb(236,32,238); }
div.DivClassName
{
background-color: #EC20EE;
}
.BgClassName
{
background-color: #EC20EE;
}
</style>
border-color css
<style>
span { border-color: #EC20EE; }
span { border-color: rgb(236,32,238); }
td.TdClassName
{
border-color: #EC20EE;
}
.TagClassName
{
border-color: #EC20EE;
}
</style>