Shades of Shocking Pink #EC1BD0
Tints of Shocking Pink #EC1BD0
RGB
CMYK
RGB Variations
Color information
#EC1BD0 (or 0xEC1BD0) is known color: Shocking Pink. HEX triplet: EC, 1B and D0. RGB value is (236,27,208). Sum of RGB (Red+Green+Blue) = 236+27+208=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BD0 is #13E42F. Grayscale: #6D6D6D. Windows color (decimal): -1303600 or 13638636. OLE color: 13638636.
HSL color Cylindrical-coordinate representation of color #EC1BD0: hue angle of 308.04º 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 #EC1BD0 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 208 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.07 |
| HSL | 308.04º | 0.85% | 0.52% | - |
| HSV(B) | 308.04º | 0.89% | 0.93% | - |
| XYZ | 46.37 | 23.17 | 61.7 | - |
| YUV | 110.13 | 183.24 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 208 | 0 | 0.89 | 0.12 | 0.07 | 308.04 | 0.85 | 0.52 |
| Hex | EC | 1B | D0 | 0 | 59 | C | 7 | 134 | 55 | 34 |
| Octal | 354 | 33 | 320 | 0 | 131 | 14 | 7 | 464 | 125 | 64 |
| Binary | 11101100 | 11011 | 11010000 | 0 | 1011001 | 1100 | 111 | 100110100 | 1010101 | 110100 |
Color Harmonies of #EC1BD0
Complementary color
Monochromatic Colors of #EC1BD0
Black with #EC1BD0
Text Example
Text Example
White with #EC1BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BD0; }
p { color: rgb(236,27,208); }
H1.HeaderClassName
{
color: #EC1BD0;
}
.AnyTagClassName
{
color: #EC1BD0;
}
</style>
background-color css
<style>
a { background-color: #EC1BD0; }
a { background-color: rgb(236,27,208); }
div.DivClassName
{
background-color: #EC1BD0;
}
.BgClassName
{
background-color: #EC1BD0;
}
</style>
border-color css
<style>
span { border-color: #EC1BD0; }
span { border-color: rgb(236,27,208); }
td.TdClassName
{
border-color: #EC1BD0;
}
.TagClassName
{
border-color: #EC1BD0;
}
</style>