Shades of Psychedelic Purple #EC09EF
Tints of Psychedelic Purple #EC09EF
RGB
CMYK
RGB Variations
Color information
#EC09EF (or 0xEC09EF) is known color: Psychedelic Purple. HEX triplet: EC, 09 and EF. RGB value is (236,9,239). Sum of RGB (Red+Green+Blue) = 236+9+239=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 9 (3.91% from 255 or 1.86% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC09EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC09EF is #13F610. Grayscale: #666666. Windows color (decimal): -1308177 or 15665644. OLE color: 15665644.
HSL color Cylindrical-coordinate representation of color #EC09EF: hue angle of 299.22º degrees, saturation: 0.93, 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 #EC09EF is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 9 | 239 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.06 |
| HSL | 299.22º | 0.93% | 0.49% | - |
| HSV(B) | 299.22º | 0.96% | 0.94% | - |
| XYZ | 50.27 | 24.26 | 83.69 | - |
| YUV | 103.09 | 204.71 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 239 | 0.01 | 0.96 | 0 | 0.06 | 299.22 | 0.93 | 0.49 |
| Hex | EC | 9 | EF | 1 | 60 | 0 | 6 | 12B | 5D | 31 |
| Octal | 354 | 11 | 357 | 1 | 140 | 0 | 6 | 453 | 135 | 61 |
| Binary | 11101100 | 1001 | 11101111 | 1 | 1100000 | 0 | 110 | 100101011 | 1011101 | 110001 |
Color Harmonies of #EC09EF
Complementary color
Monochromatic Colors of #EC09EF
Black with #EC09EF
Text Example
Text Example
White with #EC09EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09EF; }
p { color: rgb(236,9,239); }
H1.HeaderClassName
{
color: #EC09EF;
}
.AnyTagClassName
{
color: #EC09EF;
}
</style>
background-color css
<style>
a { background-color: #EC09EF; }
a { background-color: rgb(236,9,239); }
div.DivClassName
{
background-color: #EC09EF;
}
.BgClassName
{
background-color: #EC09EF;
}
</style>
border-color css
<style>
span { border-color: #EC09EF; }
span { border-color: rgb(236,9,239); }
td.TdClassName
{
border-color: #EC09EF;
}
.TagClassName
{
border-color: #EC09EF;
}
</style>