Shades of Psychedelic Purple #EC05FB
Tints of Psychedelic Purple #EC05FB
RGB
CMYK
RGB Variations
Color information
#EC05FB (or 0xEC05FB) is known color: Psychedelic Purple. HEX triplet: EC, 05 and FB. RGB value is (236,5,251). Sum of RGB (Red+Green+Blue) = 236+5+251=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 5 (2.34% from 255 or 1.02% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC05FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05FB is #13FA04. Grayscale: #656565. Windows color (decimal): -1309189 or 16451052. OLE color: 16451052.
HSL color Cylindrical-coordinate representation of color #EC05FB: hue angle of 296.34º degrees, saturation: 0.97, 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 #EC05FB is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 5 | 251 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.02 |
| HSL | 296.34º | 0.97% | 0.5% | - |
| HSV(B) | 296.34º | 0.98% | 0.98% | - |
| XYZ | 52.06 | 24.91 | 93.33 | - |
| YUV | 102.11 | 212.03 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 251 | 0.06 | 0.98 | 0 | 0.02 | 296.34 | 0.97 | 0.5 |
| Hex | EC | 5 | FB | 6 | 62 | 0 | 2 | 128 | 61 | 32 |
| Octal | 354 | 5 | 373 | 6 | 142 | 0 | 2 | 450 | 141 | 62 |
| Binary | 11101100 | 101 | 11111011 | 110 | 1100010 | 0 | 10 | 100101000 | 1100001 | 110010 |
Color Harmonies of #EC05FB
Complementary color
Monochromatic Colors of #EC05FB
Black with #EC05FB
Text Example
Text Example
White with #EC05FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05FB; }
p { color: rgb(236,5,251); }
H1.HeaderClassName
{
color: #EC05FB;
}
.AnyTagClassName
{
color: #EC05FB;
}
</style>
background-color css
<style>
a { background-color: #EC05FB; }
a { background-color: rgb(236,5,251); }
div.DivClassName
{
background-color: #EC05FB;
}
.BgClassName
{
background-color: #EC05FB;
}
</style>
border-color css
<style>
span { border-color: #EC05FB; }
span { border-color: rgb(236,5,251); }
td.TdClassName
{
border-color: #EC05FB;
}
.TagClassName
{
border-color: #EC05FB;
}
</style>