Shades of Psychedelic Purple #EC0DED
Tints of Psychedelic Purple #EC0DED
RGB
CMYK
RGB Variations
Color information
#EC0DED (or 0xEC0DED) is known color: Psychedelic Purple. HEX triplet: EC, 0D and ED. RGB value is (236,13,237). Sum of RGB (Red+Green+Blue) = 236+13+237=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 13 (5.47% from 255 or 2.67% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC0DED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0DED is #13F212. Grayscale: #686868. Windows color (decimal): -1307155 or 15535596. OLE color: 15535596.
HSL color Cylindrical-coordinate representation of color #EC0DED: hue angle of 299.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0DED is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 237 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.07 |
| HSL | 299.73º | 0.9% | 0.49% | - |
| HSV(B) | 299.73º | 0.95% | 0.93% | - |
| XYZ | 50.02 | 24.24 | 82.16 | - |
| YUV | 105.21 | 202.38 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 237 | 0.00 | 0.95 | 0 | 0.07 | 299.73 | 0.9 | 0.49 |
| Hex | EC | D | ED | 0 | 5F | 0 | 7 | 12C | 5A | 31 |
| Octal | 354 | 15 | 355 | 0 | 137 | 0 | 7 | 454 | 132 | 61 |
| Binary | 11101100 | 1101 | 11101101 | 0 | 1011111 | 0 | 111 | 100101100 | 1011010 | 110001 |
Color Harmonies of #EC0DED
Complementary color
Monochromatic Colors of #EC0DED
Black with #EC0DED
Text Example
Text Example
White with #EC0DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DED; }
p { color: rgb(236,13,237); }
H1.HeaderClassName
{
color: #EC0DED;
}
.AnyTagClassName
{
color: #EC0DED;
}
</style>
background-color css
<style>
a { background-color: #EC0DED; }
a { background-color: rgb(236,13,237); }
div.DivClassName
{
background-color: #EC0DED;
}
.BgClassName
{
background-color: #EC0DED;
}
</style>
border-color css
<style>
span { border-color: #EC0DED; }
span { border-color: rgb(236,13,237); }
td.TdClassName
{
border-color: #EC0DED;
}
.TagClassName
{
border-color: #EC0DED;
}
</style>