Shades of Shocking Pink #EC1BD2
Tints of Shocking Pink #EC1BD2
RGB
CMYK
RGB Variations
Color information
#EC1BD2 (or 0xEC1BD2) is known color: Shocking Pink. HEX triplet: EC, 1B and D2. RGB value is (236,27,210). Sum of RGB (Red+Green+Blue) = 236+27+210=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BD2 is #13E42D. Grayscale: #6D6D6D. Windows color (decimal): -1303598 or 13769708. OLE color: 13769708.
HSL color Cylindrical-coordinate representation of color #EC1BD2: hue angle of 307.46º 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 #EC1BD2 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 210 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.07 |
| HSL | 307.46º | 0.85% | 0.52% | - |
| HSV(B) | 307.46º | 0.89% | 0.93% | - |
| XYZ | 46.62 | 23.27 | 63.01 | - |
| YUV | 110.35 | 184.24 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 210 | 0 | 0.89 | 0.11 | 0.07 | 307.46 | 0.85 | 0.52 |
| Hex | EC | 1B | D2 | 0 | 59 | B | 7 | 133 | 55 | 34 |
| Octal | 354 | 33 | 322 | 0 | 131 | 13 | 7 | 463 | 125 | 64 |
| Binary | 11101100 | 11011 | 11010010 | 0 | 1011001 | 1011 | 111 | 100110011 | 1010101 | 110100 |
Color Harmonies of #EC1BD2
Complementary color
Monochromatic Colors of #EC1BD2
Black with #EC1BD2
Text Example
Text Example
White with #EC1BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1BD2; }
p { color: rgb(236,27,210); }
H1.HeaderClassName
{
color: #EC1BD2;
}
.AnyTagClassName
{
color: #EC1BD2;
}
</style>
background-color css
<style>
a { background-color: #EC1BD2; }
a { background-color: rgb(236,27,210); }
div.DivClassName
{
background-color: #EC1BD2;
}
.BgClassName
{
background-color: #EC1BD2;
}
</style>
border-color css
<style>
span { border-color: #EC1BD2; }
span { border-color: rgb(236,27,210); }
td.TdClassName
{
border-color: #EC1BD2;
}
.TagClassName
{
border-color: #EC1BD2;
}
</style>