Shades of Psychedelic Purple #EC0AEF
Tints of Psychedelic Purple #EC0AEF
RGB
CMYK
RGB Variations
Color information
#EC0AEF (or 0xEC0AEF) is known color: Psychedelic Purple. HEX triplet: EC, 0A and EF. RGB value is (236,10,239). Sum of RGB (Red+Green+Blue) = 236+10+239=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 10 (4.30% from 255 or 2.06% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC0AEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0AEF is #13F510. Grayscale: #666666. Windows color (decimal): -1307921 or 15665900. OLE color: 15665900.
HSL color Cylindrical-coordinate representation of color #EC0AEF: hue angle of 299.21º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0AEF is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 10 | 239 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.06 |
| HSL | 299.21º | 0.92% | 0.49% | - |
| HSV(B) | 299.21º | 0.96% | 0.94% | - |
| XYZ | 50.28 | 24.28 | 83.7 | - |
| YUV | 103.68 | 204.37 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 239 | 0.01 | 0.96 | 0 | 0.06 | 299.21 | 0.92 | 0.49 |
| Hex | EC | A | EF | 1 | 60 | 0 | 6 | 12B | 5C | 31 |
| Octal | 354 | 12 | 357 | 1 | 140 | 0 | 6 | 453 | 134 | 61 |
| Binary | 11101100 | 1010 | 11101111 | 1 | 1100000 | 0 | 110 | 100101011 | 1011100 | 110001 |
Color Harmonies of #EC0AEF
Complementary color
Monochromatic Colors of #EC0AEF
Black with #EC0AEF
Text Example
Text Example
White with #EC0AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0AEF; }
p { color: rgb(236,10,239); }
H1.HeaderClassName
{
color: #EC0AEF;
}
.AnyTagClassName
{
color: #EC0AEF;
}
</style>
background-color css
<style>
a { background-color: #EC0AEF; }
a { background-color: rgb(236,10,239); }
div.DivClassName
{
background-color: #EC0AEF;
}
.BgClassName
{
background-color: #EC0AEF;
}
</style>
border-color css
<style>
span { border-color: #EC0AEF; }
span { border-color: rgb(236,10,239); }
td.TdClassName
{
border-color: #EC0AEF;
}
.TagClassName
{
border-color: #EC0AEF;
}
</style>