Shades of Psychedelic Purple #EC09F5
Tints of Psychedelic Purple #EC09F5
RGB
CMYK
RGB Variations
Color information
#EC09F5 (or 0xEC09F5) is known color: Psychedelic Purple. HEX triplet: EC, 09 and F5. RGB value is (236,9,245). Sum of RGB (Red+Green+Blue) = 236+9+245=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 9 (3.91% from 255 or 1.84% from 490); Blue value is 245 (96.09% from 255 or 50% from 490); Max value from RGB is 245 - color contains mainly: blue. Hex color #EC09F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC09F5 is #13F60A. Grayscale: #676767. Windows color (decimal): -1308171 or 16058860. OLE color: 16058860.
HSL color Cylindrical-coordinate representation of color #EC09F5: hue angle of 297.71º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC09F5 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 9 | 245 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.04 |
| HSL | 297.71º | 0.93% | 0.5% | - |
| HSV(B) | 297.71º | 0.96% | 0.96% | - |
| XYZ | 51.17 | 24.62 | 88.44 | - |
| YUV | 103.78 | 207.71 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 245 | 0.04 | 0.96 | 0 | 0.04 | 297.71 | 0.93 | 0.5 |
| Hex | EC | 9 | F5 | 4 | 60 | 0 | 4 | 12A | 5D | 32 |
| Octal | 354 | 11 | 365 | 4 | 140 | 0 | 4 | 452 | 135 | 62 |
| Binary | 11101100 | 1001 | 11110101 | 100 | 1100000 | 0 | 100 | 100101010 | 1011101 | 110010 |
Color Harmonies of #EC09F5
Complementary color
Monochromatic Colors of #EC09F5
Black with #EC09F5
Text Example
Text Example
White with #EC09F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09F5; }
p { color: rgb(236,9,245); }
H1.HeaderClassName
{
color: #EC09F5;
}
.AnyTagClassName
{
color: #EC09F5;
}
</style>
background-color css
<style>
a { background-color: #EC09F5; }
a { background-color: rgb(236,9,245); }
div.DivClassName
{
background-color: #EC09F5;
}
.BgClassName
{
background-color: #EC09F5;
}
</style>
border-color css
<style>
span { border-color: #EC09F5; }
span { border-color: rgb(236,9,245); }
td.TdClassName
{
border-color: #EC09F5;
}
.TagClassName
{
border-color: #EC09F5;
}
</style>