Shades of Psychedelic Purple #EC29FE
Tints of Psychedelic Purple #EC29FE
RGB
CMYK
RGB Variations
Color information
#EC29FE (or 0xEC29FE) is known color: Psychedelic Purple. HEX triplet: EC, 29 and FE. RGB value is (236,41,254). Sum of RGB (Red+Green+Blue) = 236+41+254=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 41 (16.41% from 255 or 7.72% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC29FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC29FE is #13D601. Grayscale: #7A7A7A. Windows color (decimal): -1299970 or 16656876. OLE color: 16656876.
HSL color Cylindrical-coordinate representation of color #EC29FE: hue angle of 294.93º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC29FE is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 41 | 254 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.00 |
| HSL | 294.93º | 0.99% | 0.58% | - |
| HSV(B) | 294.93º | 0.84% | 1% | - |
| XYZ | 53.27 | 26.57 | 96.09 | - |
| YUV | 123.59 | 201.6 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 254 | 0.07 | 0.84 | 0 | 0.00 | 294.93 | 0.99 | 0.58 |
| Hex | EC | 29 | FE | 7 | 54 | 0 | 0 | 127 | 63 | 3A |
| Octal | 354 | 51 | 376 | 7 | 124 | 0 | 0 | 447 | 143 | 72 |
| Binary | 11101100 | 101001 | 11111110 | 111 | 1010100 | 0 | 0 | 100100111 | 1100011 | 111010 |
Color Harmonies of #EC29FE
Complementary color
Monochromatic Colors of #EC29FE
Black with #EC29FE
Text Example
Text Example
White with #EC29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC29FE; }
p { color: rgb(236,41,254); }
H1.HeaderClassName
{
color: #EC29FE;
}
.AnyTagClassName
{
color: #EC29FE;
}
</style>
background-color css
<style>
a { background-color: #EC29FE; }
a { background-color: rgb(236,41,254); }
div.DivClassName
{
background-color: #EC29FE;
}
.BgClassName
{
background-color: #EC29FE;
}
</style>
border-color css
<style>
span { border-color: #EC29FE; }
span { border-color: rgb(236,41,254); }
td.TdClassName
{
border-color: #EC29FE;
}
.TagClassName
{
border-color: #EC29FE;
}
</style>