Shades of Psychedelic Purple #EC27FF
Tints of Psychedelic Purple #EC27FF
RGB
CMYK
RGB Variations
Color information
#EC27FF (or 0xEC27FF) is known color: Psychedelic Purple. HEX triplet: EC, 27 and FF. RGB value is (236,39,255). Sum of RGB (Red+Green+Blue) = 236+39+255=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 39 (15.62% from 255 or 7.36% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC27FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC27FF is #13D800. Grayscale: #797979. Windows color (decimal): -1300481 or 16721900. OLE color: 16721900.
HSL color Cylindrical-coordinate representation of color #EC27FF: hue angle of 294.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC27FF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 39 | 255 | - |
| CMYK | 0.07 | 0.85 | 0 | 0 |
| HSL | 294.72º | 1% | 0.58% | - |
| HSV(B) | 294.72º | 0.85% | 1% | - |
| XYZ | 53.37 | 26.5 | 96.91 | - |
| YUV | 122.53 | 202.77 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 255 | 0.07 | 0.85 | 0 | 0 | 294.72 | 1 | 0.58 |
| Hex | EC | 27 | FF | 7 | 55 | 0 | 0 | 127 | 64 | 3A |
| Octal | 354 | 47 | 377 | 7 | 125 | 0 | 0 | 447 | 144 | 72 |
| Binary | 11101100 | 100111 | 11111111 | 111 | 1010101 | 0 | 0 | 100100111 | 1100100 | 111010 |
Color Harmonies of #EC27FF
Complementary color
Monochromatic Colors of #EC27FF
Black with #EC27FF
Text Example
Text Example
White with #EC27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27FF; }
p { color: rgb(236,39,255); }
H1.HeaderClassName
{
color: #EC27FF;
}
.AnyTagClassName
{
color: #EC27FF;
}
</style>
background-color css
<style>
a { background-color: #EC27FF; }
a { background-color: rgb(236,39,255); }
div.DivClassName
{
background-color: #EC27FF;
}
.BgClassName
{
background-color: #EC27FF;
}
</style>
border-color css
<style>
span { border-color: #EC27FF; }
span { border-color: rgb(236,39,255); }
td.TdClassName
{
border-color: #EC27FF;
}
.TagClassName
{
border-color: #EC27FF;
}
</style>