Shades of Shocking Pink #EC1BB8
Tints of Shocking Pink #EC1BB8
RGB
CMYK
RGB Variations
Color information
#EC1BB8 (or 0xEC1BB8) is known color: Shocking Pink. HEX triplet: EC, 1B and B8. RGB value is (236,27,184). Sum of RGB (Red+Green+Blue) = 236+27+184=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BB8 is #13E447. Grayscale: #6A6A6A. Windows color (decimal): -1303624 or 12065772. OLE color: 12065772.
HSL color Cylindrical-coordinate representation of color #EC1BB8: hue angle of 314.93º 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 #EC1BB8 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 184 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.07 |
| HSL | 314.93º | 0.85% | 0.52% | - |
| HSV(B) | 314.93º | 0.89% | 0.93% | - |
| XYZ | 43.64 | 22.08 | 47.31 | - |
| YUV | 107.39 | 171.24 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 184 | 0 | 0.89 | 0.22 | 0.07 | 314.93 | 0.85 | 0.52 |
| Hex | EC | 1B | B8 | 0 | 59 | 16 | 7 | 13B | 55 | 34 |
| Octal | 354 | 33 | 270 | 0 | 131 | 26 | 7 | 473 | 125 | 64 |
| Binary | 11101100 | 11011 | 10111000 | 0 | 1011001 | 10110 | 111 | 100111011 | 1010101 | 110100 |
Color Harmonies of #EC1BB8
Complementary color
Monochromatic Colors of #EC1BB8
Black with #EC1BB8
Text Example
Text Example
White with #EC1BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BB8; }
p { color: rgb(236,27,184); }
H1.HeaderClassName
{
color: #EC1BB8;
}
.AnyTagClassName
{
color: #EC1BB8;
}
</style>
background-color css
<style>
a { background-color: #EC1BB8; }
a { background-color: rgb(236,27,184); }
div.DivClassName
{
background-color: #EC1BB8;
}
.BgClassName
{
background-color: #EC1BB8;
}
</style>
border-color css
<style>
span { border-color: #EC1BB8; }
span { border-color: rgb(236,27,184); }
td.TdClassName
{
border-color: #EC1BB8;
}
.TagClassName
{
border-color: #EC1BB8;
}
</style>