Shades of Psychedelic Purple #EC27FD
Tints of Psychedelic Purple #EC27FD
RGB
CMYK
RGB Variations
Color information
#EC27FD (or 0xEC27FD) is known color: Psychedelic Purple. HEX triplet: EC, 27 and FD. RGB value is (236,39,253). Sum of RGB (Red+Green+Blue) = 236+39+253=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 39 (15.62% from 255 or 7.39% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC27FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC27FD is #13D802. Grayscale: #797979. Windows color (decimal): -1300483 or 16590828. OLE color: 16590828.
HSL color Cylindrical-coordinate representation of color #EC27FD: hue angle of 295.23º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC27FD is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 39 | 253 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.01 |
| HSL | 295.23º | 0.98% | 0.57% | - |
| HSV(B) | 295.23º | 0.85% | 0.99% | - |
| XYZ | 53.05 | 26.38 | 95.22 | - |
| YUV | 122.3 | 201.77 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 253 | 0.07 | 0.85 | 0 | 0.01 | 295.23 | 0.98 | 0.57 |
| Hex | EC | 27 | FD | 7 | 55 | 0 | 1 | 127 | 62 | 39 |
| Octal | 354 | 47 | 375 | 7 | 125 | 0 | 1 | 447 | 142 | 71 |
| Binary | 11101100 | 100111 | 11111101 | 111 | 1010101 | 0 | 1 | 100100111 | 1100010 | 111001 |
Color Harmonies of #EC27FD
Complementary color
Monochromatic Colors of #EC27FD
Black with #EC27FD
Text Example
Text Example
White with #EC27FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC27FD; }
p { color: rgb(236,39,253); }
H1.HeaderClassName
{
color: #EC27FD;
}
.AnyTagClassName
{
color: #EC27FD;
}
</style>
background-color css
<style>
a { background-color: #EC27FD; }
a { background-color: rgb(236,39,253); }
div.DivClassName
{
background-color: #EC27FD;
}
.BgClassName
{
background-color: #EC27FD;
}
</style>
border-color css
<style>
span { border-color: #EC27FD; }
span { border-color: rgb(236,39,253); }
td.TdClassName
{
border-color: #EC27FD;
}
.TagClassName
{
border-color: #EC27FD;
}
</style>