Shades of Shocking Pink #EC1EBA
Tints of Shocking Pink #EC1EBA
RGB
CMYK
RGB Variations
Color information
#EC1EBA (or 0xEC1EBA) is known color: Shocking Pink. HEX triplet: EC, 1E and BA. RGB value is (236,30,186). Sum of RGB (Red+Green+Blue) = 236+30+186=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1EBA is #13E145. Grayscale: #6C6C6C. Windows color (decimal): -1302854 or 12197612. OLE color: 12197612.
HSL color Cylindrical-coordinate representation of color #EC1EBA: hue angle of 314.56º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1EBA is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 186 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.07 |
| HSL | 314.56º | 0.84% | 0.52% | - |
| HSV(B) | 314.56º | 0.87% | 0.93% | - |
| XYZ | 43.92 | 22.31 | 48.45 | - |
| YUV | 109.38 | 171.25 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 186 | 0 | 0.87 | 0.21 | 0.07 | 314.56 | 0.84 | 0.52 |
| Hex | EC | 1E | BA | 0 | 57 | 15 | 7 | 13B | 54 | 34 |
| Octal | 354 | 36 | 272 | 0 | 127 | 25 | 7 | 473 | 124 | 64 |
| Binary | 11101100 | 11110 | 10111010 | 0 | 1010111 | 10101 | 111 | 100111011 | 1010100 | 110100 |
Color Harmonies of #EC1EBA
Complementary color
Monochromatic Colors of #EC1EBA
Black with #EC1EBA
Text Example
Text Example
White with #EC1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EBA; }
p { color: rgb(236,30,186); }
H1.HeaderClassName
{
color: #EC1EBA;
}
.AnyTagClassName
{
color: #EC1EBA;
}
</style>
background-color css
<style>
a { background-color: #EC1EBA; }
a { background-color: rgb(236,30,186); }
div.DivClassName
{
background-color: #EC1EBA;
}
.BgClassName
{
background-color: #EC1EBA;
}
</style>
border-color css
<style>
span { border-color: #EC1EBA; }
span { border-color: rgb(236,30,186); }
td.TdClassName
{
border-color: #EC1EBA;
}
.TagClassName
{
border-color: #EC1EBA;
}
</style>