Shades of Psychedelic Purple #EC0DFC
Tints of Psychedelic Purple #EC0DFC
RGB
CMYK
RGB Variations
Color information
#EC0DFC (or 0xEC0DFC) is known color: Psychedelic Purple. HEX triplet: EC, 0D and FC. RGB value is (236,13,252). Sum of RGB (Red+Green+Blue) = 236+13+252=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 13 (5.47% from 255 or 2.59% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC0DFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0DFC is #13F203. Grayscale: #6A6A6A. Windows color (decimal): -1307140 or 16518636. OLE color: 16518636.
HSL color Cylindrical-coordinate representation of color #EC0DFC: hue angle of 295.98º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0DFC is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 13 | 252 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.01 |
| HSL | 295.98º | 0.98% | 0.52% | - |
| HSV(B) | 295.98º | 0.95% | 0.99% | - |
| XYZ | 52.31 | 25.15 | 94.19 | - |
| YUV | 106.92 | 209.88 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 252 | 0.06 | 0.95 | 0 | 0.01 | 295.98 | 0.98 | 0.52 |
| Hex | EC | D | FC | 6 | 5F | 0 | 1 | 128 | 62 | 34 |
| Octal | 354 | 15 | 374 | 6 | 137 | 0 | 1 | 450 | 142 | 64 |
| Binary | 11101100 | 1101 | 11111100 | 110 | 1011111 | 0 | 1 | 100101000 | 1100010 | 110100 |
Color Harmonies of #EC0DFC
Complementary color
Monochromatic Colors of #EC0DFC
Black with #EC0DFC
Text Example
Text Example
White with #EC0DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DFC; }
p { color: rgb(236,13,252); }
H1.HeaderClassName
{
color: #EC0DFC;
}
.AnyTagClassName
{
color: #EC0DFC;
}
</style>
background-color css
<style>
a { background-color: #EC0DFC; }
a { background-color: rgb(236,13,252); }
div.DivClassName
{
background-color: #EC0DFC;
}
.BgClassName
{
background-color: #EC0DFC;
}
</style>
border-color css
<style>
span { border-color: #EC0DFC; }
span { border-color: rgb(236,13,252); }
td.TdClassName
{
border-color: #EC0DFC;
}
.TagClassName
{
border-color: #EC0DFC;
}
</style>