Shades of Psychedelic Purple #EC0DFB
Tints of Psychedelic Purple #EC0DFB
RGB
CMYK
RGB Variations
Color information
#EC0DFB (or 0xEC0DFB) is known color: Psychedelic Purple. HEX triplet: EC, 0D and FB. RGB value is (236,13,251). Sum of RGB (Red+Green+Blue) = 236+13+251=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 13 (5.47% from 255 or 2.6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC0DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0DFB is #13F204. Grayscale: #6A6A6A. Windows color (decimal): -1307141 or 16453100. OLE color: 16453100.
HSL color Cylindrical-coordinate representation of color #EC0DFB: hue angle of 296.22º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0DFB is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 13 | 251 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.02 |
| HSL | 296.22º | 0.97% | 0.52% | - |
| HSV(B) | 296.22º | 0.95% | 0.98% | - |
| XYZ | 52.15 | 25.09 | 93.36 | - |
| YUV | 106.81 | 209.38 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 251 | 0.06 | 0.95 | 0 | 0.02 | 296.22 | 0.97 | 0.52 |
| Hex | EC | D | FB | 6 | 5F | 0 | 2 | 128 | 61 | 34 |
| Octal | 354 | 15 | 373 | 6 | 137 | 0 | 2 | 450 | 141 | 64 |
| Binary | 11101100 | 1101 | 11111011 | 110 | 1011111 | 0 | 10 | 100101000 | 1100001 | 110100 |
Color Harmonies of #EC0DFB
Complementary color
Monochromatic Colors of #EC0DFB
Black with #EC0DFB
Text Example
Text Example
White with #EC0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DFB; }
p { color: rgb(236,13,251); }
H1.HeaderClassName
{
color: #EC0DFB;
}
.AnyTagClassName
{
color: #EC0DFB;
}
</style>
background-color css
<style>
a { background-color: #EC0DFB; }
a { background-color: rgb(236,13,251); }
div.DivClassName
{
background-color: #EC0DFB;
}
.BgClassName
{
background-color: #EC0DFB;
}
</style>
border-color css
<style>
span { border-color: #EC0DFB; }
span { border-color: rgb(236,13,251); }
td.TdClassName
{
border-color: #EC0DFB;
}
.TagClassName
{
border-color: #EC0DFB;
}
</style>