Shades of Psychedelic Purple #EC20FD
Tints of Psychedelic Purple #EC20FD
RGB
CMYK
RGB Variations
Color information
#EC20FD (or 0xEC20FD) is known color: Psychedelic Purple. HEX triplet: EC, 20 and FD. RGB value is (236,32,253). Sum of RGB (Red+Green+Blue) = 236+32+253=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 32 (12.89% from 255 or 6.14% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC20FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC20FD is #13DF02. Grayscale: #757575. Windows color (decimal): -1302275 or 16589036. OLE color: 16589036.
HSL color Cylindrical-coordinate representation of color #EC20FD: hue angle of 295.38º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC20FD is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 32 | 253 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.01 |
| HSL | 295.38º | 0.98% | 0.56% | - |
| HSV(B) | 295.38º | 0.87% | 0.99% | - |
| XYZ | 52.84 | 25.96 | 95.15 | - |
| YUV | 118.19 | 204.09 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 253 | 0.07 | 0.87 | 0 | 0.01 | 295.38 | 0.98 | 0.56 |
| Hex | EC | 20 | FD | 7 | 57 | 0 | 1 | 127 | 62 | 38 |
| Octal | 354 | 40 | 375 | 7 | 127 | 0 | 1 | 447 | 142 | 70 |
| Binary | 11101100 | 100000 | 11111101 | 111 | 1010111 | 0 | 1 | 100100111 | 1100010 | 111000 |
Color Harmonies of #EC20FD
Complementary color
Monochromatic Colors of #EC20FD
Black with #EC20FD
Text Example
Text Example
White with #EC20FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20FD; }
p { color: rgb(236,32,253); }
H1.HeaderClassName
{
color: #EC20FD;
}
.AnyTagClassName
{
color: #EC20FD;
}
</style>
background-color css
<style>
a { background-color: #EC20FD; }
a { background-color: rgb(236,32,253); }
div.DivClassName
{
background-color: #EC20FD;
}
.BgClassName
{
background-color: #EC20FD;
}
</style>
border-color css
<style>
span { border-color: #EC20FD; }
span { border-color: rgb(236,32,253); }
td.TdClassName
{
border-color: #EC20FD;
}
.TagClassName
{
border-color: #EC20FD;
}
</style>