Shades of Shocking Pink #EC1EBE
Tints of Shocking Pink #EC1EBE
RGB
CMYK
RGB Variations
Color information
#EC1EBE (or 0xEC1EBE) is known color: Shocking Pink. HEX triplet: EC, 1E and BE. RGB value is (236,30,190). Sum of RGB (Red+Green+Blue) = 236+30+190=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1EBE is #13E141. Grayscale: #6D6D6D. Windows color (decimal): -1302850 or 12459756. OLE color: 12459756.
HSL color Cylindrical-coordinate representation of color #EC1EBE: hue angle of 313.4º 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 #EC1EBE is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 190 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.07 |
| HSL | 313.4º | 0.84% | 0.52% | - |
| HSV(B) | 313.4º | 0.87% | 0.93% | - |
| XYZ | 44.35 | 22.48 | 50.72 | - |
| YUV | 109.83 | 173.25 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 190 | 0 | 0.87 | 0.19 | 0.07 | 313.4 | 0.84 | 0.52 |
| Hex | EC | 1E | BE | 0 | 57 | 13 | 7 | 139 | 54 | 34 |
| Octal | 354 | 36 | 276 | 0 | 127 | 23 | 7 | 471 | 124 | 64 |
| Binary | 11101100 | 11110 | 10111110 | 0 | 1010111 | 10011 | 111 | 100111001 | 1010100 | 110100 |
Color Harmonies of #EC1EBE
Complementary color
Monochromatic Colors of #EC1EBE
Black with #EC1EBE
Text Example
Text Example
White with #EC1EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1EBE; }
p { color: rgb(236,30,190); }
H1.HeaderClassName
{
color: #EC1EBE;
}
.AnyTagClassName
{
color: #EC1EBE;
}
</style>
background-color css
<style>
a { background-color: #EC1EBE; }
a { background-color: rgb(236,30,190); }
div.DivClassName
{
background-color: #EC1EBE;
}
.BgClassName
{
background-color: #EC1EBE;
}
</style>
border-color css
<style>
span { border-color: #EC1EBE; }
span { border-color: rgb(236,30,190); }
td.TdClassName
{
border-color: #EC1EBE;
}
.TagClassName
{
border-color: #EC1EBE;
}
</style>