Shades of Psychedelic Purple #EC05FA
Tints of Psychedelic Purple #EC05FA
RGB
CMYK
RGB Variations
Color information
#EC05FA (or 0xEC05FA) is known color: Psychedelic Purple. HEX triplet: EC, 05 and FA. RGB value is (236,5,250). Sum of RGB (Red+Green+Blue) = 236+5+250=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 5 (2.34% from 255 or 1.02% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC05FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05FA is #13FA05. Grayscale: #656565. Windows color (decimal): -1309190 or 16385516. OLE color: 16385516.
HSL color Cylindrical-coordinate representation of color #EC05FA: hue angle of 296.57º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC05FA is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 5 | 250 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.02 |
| HSL | 296.57º | 0.96% | 0.5% | - |
| HSV(B) | 296.57º | 0.98% | 0.98% | - |
| XYZ | 51.9 | 24.84 | 92.5 | - |
| YUV | 102 | 211.53 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 250 | 0.06 | 0.98 | 0 | 0.02 | 296.57 | 0.96 | 0.5 |
| Hex | EC | 5 | FA | 6 | 62 | 0 | 2 | 129 | 60 | 32 |
| Octal | 354 | 5 | 372 | 6 | 142 | 0 | 2 | 451 | 140 | 62 |
| Binary | 11101100 | 101 | 11111010 | 110 | 1100010 | 0 | 10 | 100101001 | 1100000 | 110010 |
Color Harmonies of #EC05FA
Complementary color
Monochromatic Colors of #EC05FA
Black with #EC05FA
Text Example
Text Example
White with #EC05FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05FA; }
p { color: rgb(236,5,250); }
H1.HeaderClassName
{
color: #EC05FA;
}
.AnyTagClassName
{
color: #EC05FA;
}
</style>
background-color css
<style>
a { background-color: #EC05FA; }
a { background-color: rgb(236,5,250); }
div.DivClassName
{
background-color: #EC05FA;
}
.BgClassName
{
background-color: #EC05FA;
}
</style>
border-color css
<style>
span { border-color: #EC05FA; }
span { border-color: rgb(236,5,250); }
td.TdClassName
{
border-color: #EC05FA;
}
.TagClassName
{
border-color: #EC05FA;
}
</style>