Shades of Shocking Pink #EC1BD9
Tints of Shocking Pink #EC1BD9
RGB
CMYK
RGB Variations
Color information
#EC1BD9 (or 0xEC1BD9) is known color: Shocking Pink. HEX triplet: EC, 1B and D9. RGB value is (236,27,217). Sum of RGB (Red+Green+Blue) = 236+27+217=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 27 (10.94% from 255 or 5.62% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BD9 is #13E426. Grayscale: #6E6E6E. Windows color (decimal): -1303591 or 14228460. OLE color: 14228460.
HSL color Cylindrical-coordinate representation of color #EC1BD9: hue angle of 305.45º 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 #EC1BD9 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 217 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.07 |
| HSL | 305.45º | 0.85% | 0.52% | - |
| HSV(B) | 305.45º | 0.89% | 0.93% | - |
| XYZ | 47.51 | 23.63 | 67.7 | - |
| YUV | 111.15 | 187.74 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 217 | 0 | 0.89 | 0.08 | 0.07 | 305.45 | 0.85 | 0.52 |
| Hex | EC | 1B | D9 | 0 | 59 | 8 | 7 | 131 | 55 | 34 |
| Octal | 354 | 33 | 331 | 0 | 131 | 10 | 7 | 461 | 125 | 64 |
| Binary | 11101100 | 11011 | 11011001 | 0 | 1011001 | 1000 | 111 | 100110001 | 1010101 | 110100 |
Color Harmonies of #EC1BD9
Complementary color
Monochromatic Colors of #EC1BD9
Black with #EC1BD9
Text Example
Text Example
White with #EC1BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BD9; }
p { color: rgb(236,27,217); }
H1.HeaderClassName
{
color: #EC1BD9;
}
.AnyTagClassName
{
color: #EC1BD9;
}
</style>
background-color css
<style>
a { background-color: #EC1BD9; }
a { background-color: rgb(236,27,217); }
div.DivClassName
{
background-color: #EC1BD9;
}
.BgClassName
{
background-color: #EC1BD9;
}
</style>
border-color css
<style>
span { border-color: #EC1BD9; }
span { border-color: rgb(236,27,217); }
td.TdClassName
{
border-color: #EC1BD9;
}
.TagClassName
{
border-color: #EC1BD9;
}
</style>