Shades of Psychedelic Purple #EC27EE
Tints of Psychedelic Purple #EC27EE
RGB
CMYK
RGB Variations
Color information
#EC27EE (or 0xEC27EE) is known color: Psychedelic Purple. HEX triplet: EC, 27 and EE. RGB value is (236,39,238). Sum of RGB (Red+Green+Blue) = 236+39+238=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 39 (15.62% from 255 or 7.60% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC27EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC27EE is #13D811. Grayscale: #777777. Windows color (decimal): -1300498 or 15607788. OLE color: 15607788.
HSL color Cylindrical-coordinate representation of color #EC27EE: hue angle of 299.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC27EE is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 238 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.07 |
| HSL | 299.4º | 0.85% | 0.54% | - |
| HSV(B) | 299.4º | 0.84% | 0.93% | - |
| XYZ | 50.75 | 25.46 | 83.13 | - |
| YUV | 120.59 | 194.27 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 238 | 0.01 | 0.84 | 0 | 0.07 | 299.4 | 0.85 | 0.54 |
| Hex | EC | 27 | EE | 1 | 54 | 0 | 7 | 12B | 55 | 36 |
| Octal | 354 | 47 | 356 | 1 | 124 | 0 | 7 | 453 | 125 | 66 |
| Binary | 11101100 | 100111 | 11101110 | 1 | 1010100 | 0 | 111 | 100101011 | 1010101 | 110110 |
Color Harmonies of #EC27EE
Complementary color
Monochromatic Colors of #EC27EE
Black with #EC27EE
Text Example
Text Example
White with #EC27EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27EE; }
p { color: rgb(236,39,238); }
H1.HeaderClassName
{
color: #EC27EE;
}
.AnyTagClassName
{
color: #EC27EE;
}
</style>
background-color css
<style>
a { background-color: #EC27EE; }
a { background-color: rgb(236,39,238); }
div.DivClassName
{
background-color: #EC27EE;
}
.BgClassName
{
background-color: #EC27EE;
}
</style>
border-color css
<style>
span { border-color: #EC27EE; }
span { border-color: rgb(236,39,238); }
td.TdClassName
{
border-color: #EC27EE;
}
.TagClassName
{
border-color: #EC27EE;
}
</style>