Shades of Psychedelic Purple #EC2DFE
Tints of Psychedelic Purple #EC2DFE
RGB
CMYK
RGB Variations
Color information
#EC2DFE (or 0xEC2DFE) is known color: Psychedelic Purple. HEX triplet: EC, 2D and FE. RGB value is (236,45,254). Sum of RGB (Red+Green+Blue) = 236+45+254=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 45 (17.97% from 255 or 8.41% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC2DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC2DFE is #13D201. Grayscale: #7D7D7D. Windows color (decimal): -1298946 or 16657900. OLE color: 16657900.
HSL color Cylindrical-coordinate representation of color #EC2DFE: hue angle of 294.83º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2DFE is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 45 | 254 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.00 |
| HSL | 294.83º | 0.99% | 0.59% | - |
| HSV(B) | 294.83º | 0.82% | 1% | - |
| XYZ | 53.42 | 26.87 | 96.14 | - |
| YUV | 125.94 | 200.28 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 254 | 0.07 | 0.82 | 0 | 0.00 | 294.83 | 0.99 | 0.59 |
| Hex | EC | 2D | FE | 7 | 52 | 0 | 0 | 127 | 63 | 3B |
| Octal | 354 | 55 | 376 | 7 | 122 | 0 | 0 | 447 | 143 | 73 |
| Binary | 11101100 | 101101 | 11111110 | 111 | 1010010 | 0 | 0 | 100100111 | 1100011 | 111011 |
Color Harmonies of #EC2DFE
Complementary color
Monochromatic Colors of #EC2DFE
Black with #EC2DFE
Text Example
Text Example
White with #EC2DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2DFE; }
p { color: rgb(236,45,254); }
H1.HeaderClassName
{
color: #EC2DFE;
}
.AnyTagClassName
{
color: #EC2DFE;
}
</style>
background-color css
<style>
a { background-color: #EC2DFE; }
a { background-color: rgb(236,45,254); }
div.DivClassName
{
background-color: #EC2DFE;
}
.BgClassName
{
background-color: #EC2DFE;
}
</style>
border-color css
<style>
span { border-color: #EC2DFE; }
span { border-color: rgb(236,45,254); }
td.TdClassName
{
border-color: #EC2DFE;
}
.TagClassName
{
border-color: #EC2DFE;
}
</style>