Shades of Psychedelic Purple #EC1FEF
Tints of Psychedelic Purple #EC1FEF
RGB
CMYK
RGB Variations
Color information
#EC1FEF (or 0xEC1FEF) is known color: Psychedelic Purple. HEX triplet: EC, 1F and EF. RGB value is (236,31,239). Sum of RGB (Red+Green+Blue) = 236+31+239=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 31 (12.5% from 255 or 6.13% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC1FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1FEF is #13E010. Grayscale: #737373. Windows color (decimal): -1302545 or 15671276. OLE color: 15671276.
HSL color Cylindrical-coordinate representation of color #EC1FEF: hue angle of 299.13º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1FEF is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 31 | 239 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.06 |
| HSL | 299.13º | 0.87% | 0.53% | - |
| HSV(B) | 299.13º | 0.87% | 0.94% | - |
| XYZ | 50.66 | 25.04 | 83.83 | - |
| YUV | 116.01 | 197.42 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 239 | 0.01 | 0.87 | 0 | 0.06 | 299.13 | 0.87 | 0.53 |
| Hex | EC | 1F | EF | 1 | 57 | 0 | 6 | 12B | 57 | 35 |
| Octal | 354 | 37 | 357 | 1 | 127 | 0 | 6 | 453 | 127 | 65 |
| Binary | 11101100 | 11111 | 11101111 | 1 | 1010111 | 0 | 110 | 100101011 | 1010111 | 110101 |
Color Harmonies of #EC1FEF
Complementary color
Monochromatic Colors of #EC1FEF
Black with #EC1FEF
Text Example
Text Example
White with #EC1FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1FEF; }
p { color: rgb(236,31,239); }
H1.HeaderClassName
{
color: #EC1FEF;
}
.AnyTagClassName
{
color: #EC1FEF;
}
</style>
background-color css
<style>
a { background-color: #EC1FEF; }
a { background-color: rgb(236,31,239); }
div.DivClassName
{
background-color: #EC1FEF;
}
.BgClassName
{
background-color: #EC1FEF;
}
</style>
border-color css
<style>
span { border-color: #EC1FEF; }
span { border-color: rgb(236,31,239); }
td.TdClassName
{
border-color: #EC1FEF;
}
.TagClassName
{
border-color: #EC1FEF;
}
</style>