Shades of Psychedelic Purple #EC0DFE
Tints of Psychedelic Purple #EC0DFE
RGB
CMYK
RGB Variations
Color information
#EC0DFE (or 0xEC0DFE) is known color: Psychedelic Purple. HEX triplet: EC, 0D and FE. RGB value is (236,13,254). Sum of RGB (Red+Green+Blue) = 236+13+254=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 13 (5.47% from 255 or 2.58% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC0DFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0DFE is #13F201. Grayscale: #6A6A6A. Windows color (decimal): -1307138 or 16649708. OLE color: 16649708.
HSL color Cylindrical-coordinate representation of color #EC0DFE: hue angle of 295.52º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0DFE is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 13 | 254 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.00 |
| HSL | 295.52º | 0.99% | 0.52% | - |
| HSV(B) | 295.52º | 0.95% | 1% | - |
| XYZ | 52.63 | 25.28 | 95.87 | - |
| YUV | 107.15 | 210.88 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 254 | 0.07 | 0.95 | 0 | 0.00 | 295.52 | 0.99 | 0.52 |
| Hex | EC | D | FE | 7 | 5F | 0 | 0 | 128 | 63 | 34 |
| Octal | 354 | 15 | 376 | 7 | 137 | 0 | 0 | 450 | 143 | 64 |
| Binary | 11101100 | 1101 | 11111110 | 111 | 1011111 | 0 | 0 | 100101000 | 1100011 | 110100 |
Color Harmonies of #EC0DFE
Complementary color
Monochromatic Colors of #EC0DFE
Black with #EC0DFE
Text Example
Text Example
White with #EC0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DFE; }
p { color: rgb(236,13,254); }
H1.HeaderClassName
{
color: #EC0DFE;
}
.AnyTagClassName
{
color: #EC0DFE;
}
</style>
background-color css
<style>
a { background-color: #EC0DFE; }
a { background-color: rgb(236,13,254); }
div.DivClassName
{
background-color: #EC0DFE;
}
.BgClassName
{
background-color: #EC0DFE;
}
</style>
border-color css
<style>
span { border-color: #EC0DFE; }
span { border-color: rgb(236,13,254); }
td.TdClassName
{
border-color: #EC0DFE;
}
.TagClassName
{
border-color: #EC0DFE;
}
</style>