Shades of Psychedelic Purple #EC0CEF
Tints of Psychedelic Purple #EC0CEF
RGB
CMYK
RGB Variations
Color information
#EC0CEF (or 0xEC0CEF) is known color: Psychedelic Purple. HEX triplet: EC, 0C and EF. RGB value is (236,12,239). Sum of RGB (Red+Green+Blue) = 236+12+239=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 12 (5.08% from 255 or 2.46% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC0CEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0CEF is #13F310. Grayscale: #686868. Windows color (decimal): -1307409 or 15666412. OLE color: 15666412.
HSL color Cylindrical-coordinate representation of color #EC0CEF: hue angle of 299.21º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0CEF is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 12 | 239 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.06 |
| HSL | 299.21º | 0.9% | 0.49% | - |
| HSV(B) | 299.21º | 0.95% | 0.94% | - |
| XYZ | 50.3 | 24.33 | 83.71 | - |
| YUV | 104.85 | 203.71 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 239 | 0.01 | 0.95 | 0 | 0.06 | 299.21 | 0.9 | 0.49 |
| Hex | EC | C | EF | 1 | 5F | 0 | 6 | 12B | 5A | 31 |
| Octal | 354 | 14 | 357 | 1 | 137 | 0 | 6 | 453 | 132 | 61 |
| Binary | 11101100 | 1100 | 11101111 | 1 | 1011111 | 0 | 110 | 100101011 | 1011010 | 110001 |
Color Harmonies of #EC0CEF
Complementary color
Monochromatic Colors of #EC0CEF
Black with #EC0CEF
Text Example
Text Example
White with #EC0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CEF; }
p { color: rgb(236,12,239); }
H1.HeaderClassName
{
color: #EC0CEF;
}
.AnyTagClassName
{
color: #EC0CEF;
}
</style>
background-color css
<style>
a { background-color: #EC0CEF; }
a { background-color: rgb(236,12,239); }
div.DivClassName
{
background-color: #EC0CEF;
}
.BgClassName
{
background-color: #EC0CEF;
}
</style>
border-color css
<style>
span { border-color: #EC0CEF; }
span { border-color: rgb(236,12,239); }
td.TdClassName
{
border-color: #EC0CEF;
}
.TagClassName
{
border-color: #EC0CEF;
}
</style>