Shades of Psychedelic Purple #EC0DF4
Tints of Psychedelic Purple #EC0DF4
RGB
CMYK
RGB Variations
Color information
#EC0DF4 (or 0xEC0DF4) is known color: Psychedelic Purple. HEX triplet: EC, 0D and F4. RGB value is (236,13,244). Sum of RGB (Red+Green+Blue) = 236+13+244=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 13 (5.47% from 255 or 2.64% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC0DF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0DF4 is #13F20B. Grayscale: #696969. Windows color (decimal): -1307148 or 15994348. OLE color: 15994348.
HSL color Cylindrical-coordinate representation of color #EC0DF4: hue angle of 297.92º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0DF4 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 13 | 244 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.04 |
| HSL | 297.92º | 0.91% | 0.5% | - |
| HSV(B) | 297.92º | 0.95% | 0.96% | - |
| XYZ | 51.07 | 24.65 | 87.65 | - |
| YUV | 106.01 | 205.88 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 244 | 0.03 | 0.95 | 0 | 0.04 | 297.92 | 0.91 | 0.5 |
| Hex | EC | D | F4 | 3 | 5F | 0 | 4 | 12A | 5B | 32 |
| Octal | 354 | 15 | 364 | 3 | 137 | 0 | 4 | 452 | 133 | 62 |
| Binary | 11101100 | 1101 | 11110100 | 11 | 1011111 | 0 | 100 | 100101010 | 1011011 | 110010 |
Color Harmonies of #EC0DF4
Complementary color
Monochromatic Colors of #EC0DF4
Black with #EC0DF4
Text Example
Text Example
White with #EC0DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DF4; }
p { color: rgb(236,13,244); }
H1.HeaderClassName
{
color: #EC0DF4;
}
.AnyTagClassName
{
color: #EC0DF4;
}
</style>
background-color css
<style>
a { background-color: #EC0DF4; }
a { background-color: rgb(236,13,244); }
div.DivClassName
{
background-color: #EC0DF4;
}
.BgClassName
{
background-color: #EC0DF4;
}
</style>
border-color css
<style>
span { border-color: #EC0DF4; }
span { border-color: rgb(236,13,244); }
td.TdClassName
{
border-color: #EC0DF4;
}
.TagClassName
{
border-color: #EC0DF4;
}
</style>