Shades of Psychedelic Purple #EC27F4
Tints of Psychedelic Purple #EC27F4
RGB
CMYK
RGB Variations
Color information
#EC27F4 (or 0xEC27F4) is known color: Psychedelic Purple. HEX triplet: EC, 27 and F4. RGB value is (236,39,244). Sum of RGB (Red+Green+Blue) = 236+39+244=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 39 (15.62% from 255 or 7.51% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC27F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC27F4 is #13D80B. Grayscale: #787878. Windows color (decimal): -1300492 or 16001004. OLE color: 16001004.
HSL color Cylindrical-coordinate representation of color #EC27F4: hue angle of 297.66º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC27F4 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 39 | 244 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.04 |
| HSL | 297.66º | 0.9% | 0.55% | - |
| HSV(B) | 297.66º | 0.84% | 0.96% | - |
| XYZ | 51.65 | 25.82 | 87.85 | - |
| YUV | 121.27 | 197.27 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 244 | 0.03 | 0.84 | 0 | 0.04 | 297.66 | 0.9 | 0.55 |
| Hex | EC | 27 | F4 | 3 | 54 | 0 | 4 | 12A | 5A | 37 |
| Octal | 354 | 47 | 364 | 3 | 124 | 0 | 4 | 452 | 132 | 67 |
| Binary | 11101100 | 100111 | 11110100 | 11 | 1010100 | 0 | 100 | 100101010 | 1011010 | 110111 |
Color Harmonies of #EC27F4
Complementary color
Monochromatic Colors of #EC27F4
Black with #EC27F4
Text Example
Text Example
White with #EC27F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27F4; }
p { color: rgb(236,39,244); }
H1.HeaderClassName
{
color: #EC27F4;
}
.AnyTagClassName
{
color: #EC27F4;
}
</style>
background-color css
<style>
a { background-color: #EC27F4; }
a { background-color: rgb(236,39,244); }
div.DivClassName
{
background-color: #EC27F4;
}
.BgClassName
{
background-color: #EC27F4;
}
</style>
border-color css
<style>
span { border-color: #EC27F4; }
span { border-color: rgb(236,39,244); }
td.TdClassName
{
border-color: #EC27F4;
}
.TagClassName
{
border-color: #EC27F4;
}
</style>