Shades of Psychedelic Purple #EC0AF0
Tints of Psychedelic Purple #EC0AF0
RGB
CMYK
RGB Variations
Color information
#EC0AF0 (or 0xEC0AF0) is known color: Psychedelic Purple. HEX triplet: EC, 0A and F0. RGB value is (236,10,240). Sum of RGB (Red+Green+Blue) = 236+10+240=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 10 (4.30% from 255 or 2.06% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC0AF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0AF0 is #13F50F. Grayscale: #676767. Windows color (decimal): -1307920 or 15731436. OLE color: 15731436.
HSL color Cylindrical-coordinate representation of color #EC0AF0: hue angle of 298.96º 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 #EC0AF0 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 10 | 240 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.06 |
| HSL | 298.96º | 0.92% | 0.49% | - |
| HSV(B) | 298.96º | 0.96% | 0.94% | - |
| XYZ | 50.43 | 24.34 | 84.48 | - |
| YUV | 103.79 | 204.87 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 240 | 0.02 | 0.96 | 0 | 0.06 | 298.96 | 0.92 | 0.49 |
| Hex | EC | A | F0 | 2 | 60 | 0 | 6 | 12B | 5C | 31 |
| Octal | 354 | 12 | 360 | 2 | 140 | 0 | 6 | 453 | 134 | 61 |
| Binary | 11101100 | 1010 | 11110000 | 10 | 1100000 | 0 | 110 | 100101011 | 1011100 | 110001 |
Color Harmonies of #EC0AF0
Complementary color
Monochromatic Colors of #EC0AF0
Black with #EC0AF0
Text Example
Text Example
White with #EC0AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0AF0; }
p { color: rgb(236,10,240); }
H1.HeaderClassName
{
color: #EC0AF0;
}
.AnyTagClassName
{
color: #EC0AF0;
}
</style>
background-color css
<style>
a { background-color: #EC0AF0; }
a { background-color: rgb(236,10,240); }
div.DivClassName
{
background-color: #EC0AF0;
}
.BgClassName
{
background-color: #EC0AF0;
}
</style>
border-color css
<style>
span { border-color: #EC0AF0; }
span { border-color: rgb(236,10,240); }
td.TdClassName
{
border-color: #EC0AF0;
}
.TagClassName
{
border-color: #EC0AF0;
}
</style>