Shades of Psychedelic Purple #EC05ED
Tints of Psychedelic Purple #EC05ED
RGB
CMYK
RGB Variations
Color information
#EC05ED (or 0xEC05ED) is known color: Psychedelic Purple. HEX triplet: EC, 05 and ED. RGB value is (236,5,237). Sum of RGB (Red+Green+Blue) = 236+5+237=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 5 (2.34% from 255 or 1.05% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC05ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05ED is #13FA12. Grayscale: #636363. Windows color (decimal): -1309203 or 15533548. OLE color: 15533548.
HSL color Cylindrical-coordinate representation of color #EC05ED: hue angle of 299.74º 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 #EC05ED is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 237 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.07 |
| HSL | 299.74º | 0.96% | 0.47% | - |
| HSV(B) | 299.74º | 0.98% | 0.93% | - |
| XYZ | 49.93 | 24.06 | 82.13 | - |
| YUV | 100.52 | 205.03 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 237 | 0.00 | 0.98 | 0 | 0.07 | 299.74 | 0.96 | 0.47 |
| Hex | EC | 5 | ED | 0 | 62 | 0 | 7 | 12C | 60 | 2F |
| Octal | 354 | 5 | 355 | 0 | 142 | 0 | 7 | 454 | 140 | 57 |
| Binary | 11101100 | 101 | 11101101 | 0 | 1100010 | 0 | 111 | 100101100 | 1100000 | 101111 |
Color Harmonies of #EC05ED
Complementary color
Monochromatic Colors of #EC05ED
Black with #EC05ED
Text Example
Text Example
White with #EC05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05ED; }
p { color: rgb(236,5,237); }
H1.HeaderClassName
{
color: #EC05ED;
}
.AnyTagClassName
{
color: #EC05ED;
}
</style>
background-color css
<style>
a { background-color: #EC05ED; }
a { background-color: rgb(236,5,237); }
div.DivClassName
{
background-color: #EC05ED;
}
.BgClassName
{
background-color: #EC05ED;
}
</style>
border-color css
<style>
span { border-color: #EC05ED; }
span { border-color: rgb(236,5,237); }
td.TdClassName
{
border-color: #EC05ED;
}
.TagClassName
{
border-color: #EC05ED;
}
</style>