Shades of Shocking Pink #EC1BBE
Tints of Shocking Pink #EC1BBE
RGB
CMYK
RGB Variations
Color information
#EC1BBE (or 0xEC1BBE) is known color: Shocking Pink. HEX triplet: EC, 1B and BE. RGB value is (236,27,190). Sum of RGB (Red+Green+Blue) = 236+27+190=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BBE is #13E441. Grayscale: #6B6B6B. Windows color (decimal): -1303618 or 12458988. OLE color: 12458988.
HSL color Cylindrical-coordinate representation of color #EC1BBE: hue angle of 313.21º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1BBE is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 190 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.07 |
| HSL | 313.21º | 0.85% | 0.52% | - |
| HSV(B) | 313.21º | 0.89% | 0.93% | - |
| XYZ | 44.28 | 22.33 | 50.69 | - |
| YUV | 108.07 | 174.24 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 190 | 0 | 0.89 | 0.19 | 0.07 | 313.21 | 0.85 | 0.52 |
| Hex | EC | 1B | BE | 0 | 59 | 13 | 7 | 139 | 55 | 34 |
| Octal | 354 | 33 | 276 | 0 | 131 | 23 | 7 | 471 | 125 | 64 |
| Binary | 11101100 | 11011 | 10111110 | 0 | 1011001 | 10011 | 111 | 100111001 | 1010101 | 110100 |
Color Harmonies of #EC1BBE
Complementary color
Monochromatic Colors of #EC1BBE
Black with #EC1BBE
Text Example
Text Example
White with #EC1BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BBE; }
p { color: rgb(236,27,190); }
H1.HeaderClassName
{
color: #EC1BBE;
}
.AnyTagClassName
{
color: #EC1BBE;
}
</style>
background-color css
<style>
a { background-color: #EC1BBE; }
a { background-color: rgb(236,27,190); }
div.DivClassName
{
background-color: #EC1BBE;
}
.BgClassName
{
background-color: #EC1BBE;
}
</style>
border-color css
<style>
span { border-color: #EC1BBE; }
span { border-color: rgb(236,27,190); }
td.TdClassName
{
border-color: #EC1BBE;
}
.TagClassName
{
border-color: #EC1BBE;
}
</style>