Shades of Psychedelic Purple #EC0DF8
Tints of Psychedelic Purple #EC0DF8
RGB
CMYK
RGB Variations
Color information
#EC0DF8 (or 0xEC0DF8) is known color: Psychedelic Purple. HEX triplet: EC, 0D and F8. RGB value is (236,13,248). Sum of RGB (Red+Green+Blue) = 236+13+248=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 13 (5.47% from 255 or 2.62% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC0DF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0DF8 is #13F207. Grayscale: #696969. Windows color (decimal): -1307144 or 16256492. OLE color: 16256492.
HSL color Cylindrical-coordinate representation of color #EC0DF8: hue angle of 296.94º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0DF8 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 13 | 248 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.03 |
| HSL | 296.94º | 0.94% | 0.51% | - |
| HSV(B) | 296.94º | 0.95% | 0.97% | - |
| XYZ | 51.68 | 24.9 | 90.89 | - |
| YUV | 106.47 | 207.88 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 248 | 0.05 | 0.95 | 0 | 0.03 | 296.94 | 0.94 | 0.51 |
| Hex | EC | D | F8 | 5 | 5F | 0 | 3 | 129 | 5E | 33 |
| Octal | 354 | 15 | 370 | 5 | 137 | 0 | 3 | 451 | 136 | 63 |
| Binary | 11101100 | 1101 | 11111000 | 101 | 1011111 | 0 | 11 | 100101001 | 1011110 | 110011 |
Color Harmonies of #EC0DF8
Complementary color
Monochromatic Colors of #EC0DF8
Black with #EC0DF8
Text Example
Text Example
White with #EC0DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DF8; }
p { color: rgb(236,13,248); }
H1.HeaderClassName
{
color: #EC0DF8;
}
.AnyTagClassName
{
color: #EC0DF8;
}
</style>
background-color css
<style>
a { background-color: #EC0DF8; }
a { background-color: rgb(236,13,248); }
div.DivClassName
{
background-color: #EC0DF8;
}
.BgClassName
{
background-color: #EC0DF8;
}
</style>
border-color css
<style>
span { border-color: #EC0DF8; }
span { border-color: rgb(236,13,248); }
td.TdClassName
{
border-color: #EC0DF8;
}
.TagClassName
{
border-color: #EC0DF8;
}
</style>