Shades of Psychedelic Purple #EC05EC
Tints of Psychedelic Purple #EC05EC
RGB
CMYK
RGB Variations
Color information
#EC05EC (or 0xEC05EC) is known color: Psychedelic Purple. HEX triplet: EC, 05 and EC. RGB value is (236,5,236). Sum of RGB (Red+Green+Blue) = 236+5+236=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 5 (2.34% from 255 or 1.05% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC05EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05EC is #13FA13. Grayscale: #636363. Windows color (decimal): -1309204 or 15468012. OLE color: 15468012.
HSL color Cylindrical-coordinate representation of color #EC05EC: hue angle of 300º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC05EC is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 5 | 236 | - |
CMYK | 0 | 0.98 | 0 | 0.07 |
HSL | 300º | 0.96% | 0.47% | - |
HSV(B) | 300º | 0.98% | 0.93% | - |
XYZ | 49.79 | 24 | 81.36 | - |
YUV | 100.4 | 204.53 | 224.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 5 | 236 | 0 | 0.98 | 0 | 0.07 | 300 | 0.96 | 0.47 |
Hex | EC | 5 | EC | 0 | 62 | 0 | 7 | 12C | 60 | 2F |
Octal | 354 | 5 | 354 | 0 | 142 | 0 | 7 | 454 | 140 | 57 |
Binary | 11101100 | 101 | 11101100 | 0 | 1100010 | 0 | 111 | 100101100 | 1100000 | 101111 |
Color Harmonies of #EC05EC
Complementary color
Monochromatic Colors of #EC05EC
Black with #EC05EC
Text Example
Text Example
White with #EC05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05EC; }
p { color: rgb(236,5,236); }
H1.HeaderClassName
{
color: #EC05EC;
}
.AnyTagClassName
{
color: #EC05EC;
}
</style>
background-color css
<style>
a { background-color: #EC05EC; }
a { background-color: rgb(236,5,236); }
div.DivClassName
{
background-color: #EC05EC;
}
.BgClassName
{
background-color: #EC05EC;
}
</style>
border-color css
<style>
span { border-color: #EC05EC; }
span { border-color: rgb(236,5,236); }
td.TdClassName
{
border-color: #EC05EC;
}
.TagClassName
{
border-color: #EC05EC;
}
</style>