Shades of Psychedelic Purple #EC0DFD
Tints of Psychedelic Purple #EC0DFD
RGB
CMYK
RGB Variations
Color information
#EC0DFD (or 0xEC0DFD) is known color: Psychedelic Purple. HEX triplet: EC, 0D and FD. RGB value is (236,13,253). Sum of RGB (Red+Green+Blue) = 236+13+253=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 13 (5.47% from 255 or 2.59% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC0DFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0DFD is #13F202. Grayscale: #6A6A6A. Windows color (decimal): -1307139 or 16584172. OLE color: 16584172.
HSL color Cylindrical-coordinate representation of color #EC0DFD: hue angle of 295.75º 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 #EC0DFD is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 13 | 253 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.01 |
| HSL | 295.75º | 0.98% | 0.52% | - |
| HSV(B) | 295.75º | 0.95% | 0.99% | - |
| XYZ | 52.47 | 25.21 | 95.03 | - |
| YUV | 107.04 | 210.38 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 253 | 0.07 | 0.95 | 0 | 0.01 | 295.75 | 0.98 | 0.52 |
| Hex | EC | D | FD | 7 | 5F | 0 | 1 | 128 | 62 | 34 |
| Octal | 354 | 15 | 375 | 7 | 137 | 0 | 1 | 450 | 142 | 64 |
| Binary | 11101100 | 1101 | 11111101 | 111 | 1011111 | 0 | 1 | 100101000 | 1100010 | 110100 |
Color Harmonies of #EC0DFD
Complementary color
Monochromatic Colors of #EC0DFD
Black with #EC0DFD
Text Example
Text Example
White with #EC0DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DFD; }
p { color: rgb(236,13,253); }
H1.HeaderClassName
{
color: #EC0DFD;
}
.AnyTagClassName
{
color: #EC0DFD;
}
</style>
background-color css
<style>
a { background-color: #EC0DFD; }
a { background-color: rgb(236,13,253); }
div.DivClassName
{
background-color: #EC0DFD;
}
.BgClassName
{
background-color: #EC0DFD;
}
</style>
border-color css
<style>
span { border-color: #EC0DFD; }
span { border-color: rgb(236,13,253); }
td.TdClassName
{
border-color: #EC0DFD;
}
.TagClassName
{
border-color: #EC0DFD;
}
</style>