Shades of Shocking Pink #EC25BD
Tints of Shocking Pink #EC25BD
RGB
CMYK
RGB Variations
Color information
#EC25BD (or 0xEC25BD) is known color: Shocking Pink. HEX triplet: EC, 25 and BD. RGB value is (236,37,189). Sum of RGB (Red+Green+Blue) = 236+37+189=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25BD is #13DA42. Grayscale: #717171. Windows color (decimal): -1301059 or 12396012. OLE color: 12396012.
HSL color Cylindrical-coordinate representation of color #EC25BD: hue angle of 314.17º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC25BD is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 189 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.07 |
| HSL | 314.17º | 0.84% | 0.54% | - |
| HSV(B) | 314.17º | 0.84% | 0.93% | - |
| XYZ | 44.44 | 22.83 | 50.21 | - |
| YUV | 113.83 | 170.43 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 189 | 0 | 0.84 | 0.20 | 0.07 | 314.17 | 0.84 | 0.54 |
| Hex | EC | 25 | BD | 0 | 54 | 14 | 7 | 13A | 54 | 36 |
| Octal | 354 | 45 | 275 | 0 | 124 | 24 | 7 | 472 | 124 | 66 |
| Binary | 11101100 | 100101 | 10111101 | 0 | 1010100 | 10100 | 111 | 100111010 | 1010100 | 110110 |
Color Harmonies of #EC25BD
Complementary color
Monochromatic Colors of #EC25BD
Black with #EC25BD
Text Example
Text Example
White with #EC25BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC25BD; }
p { color: rgb(236,37,189); }
H1.HeaderClassName
{
color: #EC25BD;
}
.AnyTagClassName
{
color: #EC25BD;
}
</style>
background-color css
<style>
a { background-color: #EC25BD; }
a { background-color: rgb(236,37,189); }
div.DivClassName
{
background-color: #EC25BD;
}
.BgClassName
{
background-color: #EC25BD;
}
</style>
border-color css
<style>
span { border-color: #EC25BD; }
span { border-color: rgb(236,37,189); }
td.TdClassName
{
border-color: #EC25BD;
}
.TagClassName
{
border-color: #EC25BD;
}
</style>