Shades of Shocking Pink #EC19BE
Tints of Shocking Pink #EC19BE
RGB
CMYK
RGB Variations
Color information
#EC19BE (or 0xEC19BE) is known color: Shocking Pink. HEX triplet: EC, 19 and BE. RGB value is (236,25,190). Sum of RGB (Red+Green+Blue) = 236+25+190=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC19BE is #13E641. Grayscale: #6A6A6A. Windows color (decimal): -1304130 or 12458476. OLE color: 12458476.
HSL color Cylindrical-coordinate representation of color #EC19BE: hue angle of 313.08º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC19BE is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 190 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.07 |
| HSL | 313.08º | 0.85% | 0.51% | - |
| HSV(B) | 313.08º | 0.89% | 0.93% | - |
| XYZ | 44.23 | 22.25 | 50.68 | - |
| YUV | 106.9 | 174.9 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 190 | 0 | 0.89 | 0.19 | 0.07 | 313.08 | 0.85 | 0.51 |
| Hex | EC | 19 | BE | 0 | 59 | 13 | 7 | 139 | 55 | 33 |
| Octal | 354 | 31 | 276 | 0 | 131 | 23 | 7 | 471 | 125 | 63 |
| Binary | 11101100 | 11001 | 10111110 | 0 | 1011001 | 10011 | 111 | 100111001 | 1010101 | 110011 |
Color Harmonies of #EC19BE
Complementary color
Monochromatic Colors of #EC19BE
Black with #EC19BE
Text Example
Text Example
White with #EC19BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC19BE; }
p { color: rgb(236,25,190); }
H1.HeaderClassName
{
color: #EC19BE;
}
.AnyTagClassName
{
color: #EC19BE;
}
</style>
background-color css
<style>
a { background-color: #EC19BE; }
a { background-color: rgb(236,25,190); }
div.DivClassName
{
background-color: #EC19BE;
}
.BgClassName
{
background-color: #EC19BE;
}
</style>
border-color css
<style>
span { border-color: #EC19BE; }
span { border-color: rgb(236,25,190); }
td.TdClassName
{
border-color: #EC19BE;
}
.TagClassName
{
border-color: #EC19BE;
}
</style>