Shades of Psychedelic Purple #EC27EF
Tints of Psychedelic Purple #EC27EF
RGB
CMYK
RGB Variations
Color information
#EC27EF (or 0xEC27EF) is known color: Psychedelic Purple. HEX triplet: EC, 27 and EF. RGB value is (236,39,239). Sum of RGB (Red+Green+Blue) = 236+39+239=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 39 (15.62% from 255 or 7.59% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC27EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC27EF is #13D810. Grayscale: #787878. Windows color (decimal): -1300497 or 15673324. OLE color: 15673324.
HSL color Cylindrical-coordinate representation of color #EC27EF: hue angle of 299.1º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC27EF is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 39 | 239 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.06 |
| HSL | 299.1º | 0.86% | 0.55% | - |
| HSV(B) | 299.1º | 0.84% | 0.94% | - |
| XYZ | 50.9 | 25.52 | 83.9 | - |
| YUV | 120.7 | 194.77 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 239 | 0.01 | 0.84 | 0 | 0.06 | 299.1 | 0.86 | 0.55 |
| Hex | EC | 27 | EF | 1 | 54 | 0 | 6 | 12B | 56 | 37 |
| Octal | 354 | 47 | 357 | 1 | 124 | 0 | 6 | 453 | 126 | 67 |
| Binary | 11101100 | 100111 | 11101111 | 1 | 1010100 | 0 | 110 | 100101011 | 1010110 | 110111 |
Color Harmonies of #EC27EF
Complementary color
Monochromatic Colors of #EC27EF
Black with #EC27EF
Text Example
Text Example
White with #EC27EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27EF; }
p { color: rgb(236,39,239); }
H1.HeaderClassName
{
color: #EC27EF;
}
.AnyTagClassName
{
color: #EC27EF;
}
</style>
background-color css
<style>
a { background-color: #EC27EF; }
a { background-color: rgb(236,39,239); }
div.DivClassName
{
background-color: #EC27EF;
}
.BgClassName
{
background-color: #EC27EF;
}
</style>
border-color css
<style>
span { border-color: #EC27EF; }
span { border-color: rgb(236,39,239); }
td.TdClassName
{
border-color: #EC27EF;
}
.TagClassName
{
border-color: #EC27EF;
}
</style>