Shades of Psychedelic Purple #EC10FB
Tints of Psychedelic Purple #EC10FB
RGB
CMYK
RGB Variations
Color information
#EC10FB (or 0xEC10FB) is known color: Psychedelic Purple. HEX triplet: EC, 10 and FB. RGB value is (236,16,251). Sum of RGB (Red+Green+Blue) = 236+16+251=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 16 (6.64% from 255 or 3.18% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC10FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC10FB is #13EF04. Grayscale: #6B6B6B. Windows color (decimal): -1306373 or 16453868. OLE color: 16453868.
HSL color Cylindrical-coordinate representation of color #EC10FB: hue angle of 296.17º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC10FB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 16 | 251 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.02 |
| HSL | 296.17º | 0.97% | 0.52% | - |
| HSV(B) | 296.17º | 0.94% | 0.98% | - |
| XYZ | 52.19 | 25.17 | 93.37 | - |
| YUV | 108.57 | 208.39 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 251 | 0.06 | 0.94 | 0 | 0.02 | 296.17 | 0.97 | 0.52 |
| Hex | EC | 10 | FB | 6 | 5E | 0 | 2 | 128 | 61 | 34 |
| Octal | 354 | 20 | 373 | 6 | 136 | 0 | 2 | 450 | 141 | 64 |
| Binary | 11101100 | 10000 | 11111011 | 110 | 1011110 | 0 | 10 | 100101000 | 1100001 | 110100 |
Color Harmonies of #EC10FB
Complementary color
Monochromatic Colors of #EC10FB
Black with #EC10FB
Text Example
Text Example
White with #EC10FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10FB; }
p { color: rgb(236,16,251); }
H1.HeaderClassName
{
color: #EC10FB;
}
.AnyTagClassName
{
color: #EC10FB;
}
</style>
background-color css
<style>
a { background-color: #EC10FB; }
a { background-color: rgb(236,16,251); }
div.DivClassName
{
background-color: #EC10FB;
}
.BgClassName
{
background-color: #EC10FB;
}
</style>
border-color css
<style>
span { border-color: #EC10FB; }
span { border-color: rgb(236,16,251); }
td.TdClassName
{
border-color: #EC10FB;
}
.TagClassName
{
border-color: #EC10FB;
}
</style>