Shades of Psychedelic Purple #EC20FE
Tints of Psychedelic Purple #EC20FE
RGB
CMYK
RGB Variations
Color information
#EC20FE (or 0xEC20FE) is known color: Psychedelic Purple. HEX triplet: EC, 20 and FE. RGB value is (236,32,254). Sum of RGB (Red+Green+Blue) = 236+32+254=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 32 (12.89% from 255 or 6.13% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC20FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC20FE is #13DF01. Grayscale: #757575. Windows color (decimal): -1302274 or 16654572. OLE color: 16654572.
HSL color Cylindrical-coordinate representation of color #EC20FE: hue angle of 295.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC20FE is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 32 | 254 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.00 |
| HSL | 295.14º | 0.99% | 0.56% | - |
| HSV(B) | 295.14º | 0.87% | 1% | - |
| XYZ | 53 | 26.02 | 96 | - |
| YUV | 118.3 | 204.59 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 254 | 0.07 | 0.87 | 0 | 0.00 | 295.14 | 0.99 | 0.56 |
| Hex | EC | 20 | FE | 7 | 57 | 0 | 0 | 127 | 63 | 38 |
| Octal | 354 | 40 | 376 | 7 | 127 | 0 | 0 | 447 | 143 | 70 |
| Binary | 11101100 | 100000 | 11111110 | 111 | 1010111 | 0 | 0 | 100100111 | 1100011 | 111000 |
Color Harmonies of #EC20FE
Complementary color
Monochromatic Colors of #EC20FE
Black with #EC20FE
Text Example
Text Example
White with #EC20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20FE; }
p { color: rgb(236,32,254); }
H1.HeaderClassName
{
color: #EC20FE;
}
.AnyTagClassName
{
color: #EC20FE;
}
</style>
background-color css
<style>
a { background-color: #EC20FE; }
a { background-color: rgb(236,32,254); }
div.DivClassName
{
background-color: #EC20FE;
}
.BgClassName
{
background-color: #EC20FE;
}
</style>
border-color css
<style>
span { border-color: #EC20FE; }
span { border-color: rgb(236,32,254); }
td.TdClassName
{
border-color: #EC20FE;
}
.TagClassName
{
border-color: #EC20FE;
}
</style>