Shades of Psychedelic Purple #EC05EF
Tints of Psychedelic Purple #EC05EF
RGB
CMYK
RGB Variations
Color information
#EC05EF (or 0xEC05EF) is known color: Psychedelic Purple. HEX triplet: EC, 05 and EF. RGB value is (236,5,239). Sum of RGB (Red+Green+Blue) = 236+5+239=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 5 (2.34% from 255 or 1.04% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC05EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05EF is #13FA10. Grayscale: #646464. Windows color (decimal): -1309201 or 15664620. OLE color: 15664620.
HSL color Cylindrical-coordinate representation of color #EC05EF: hue angle of 299.23º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC05EF is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 5 | 239 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.06 |
| HSL | 299.23º | 0.96% | 0.48% | - |
| HSV(B) | 299.23º | 0.98% | 0.94% | - |
| XYZ | 50.23 | 24.17 | 83.68 | - |
| YUV | 100.75 | 206.03 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 239 | 0.01 | 0.98 | 0 | 0.06 | 299.23 | 0.96 | 0.48 |
| Hex | EC | 5 | EF | 1 | 62 | 0 | 6 | 12B | 60 | 30 |
| Octal | 354 | 5 | 357 | 1 | 142 | 0 | 6 | 453 | 140 | 60 |
| Binary | 11101100 | 101 | 11101111 | 1 | 1100010 | 0 | 110 | 100101011 | 1100000 | 110000 |
Color Harmonies of #EC05EF
Complementary color
Monochromatic Colors of #EC05EF
Black with #EC05EF
Text Example
Text Example
White with #EC05EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05EF; }
p { color: rgb(236,5,239); }
H1.HeaderClassName
{
color: #EC05EF;
}
.AnyTagClassName
{
color: #EC05EF;
}
</style>
background-color css
<style>
a { background-color: #EC05EF; }
a { background-color: rgb(236,5,239); }
div.DivClassName
{
background-color: #EC05EF;
}
.BgClassName
{
background-color: #EC05EF;
}
</style>
border-color css
<style>
span { border-color: #EC05EF; }
span { border-color: rgb(236,5,239); }
td.TdClassName
{
border-color: #EC05EF;
}
.TagClassName
{
border-color: #EC05EF;
}
</style>