Shades of Shocking #EC94BD
Tints of Shocking #EC94BD
RGB
CMYK
RGB Variations
Color information
#EC94BD (or 0xEC94BD) is known color: Shocking. HEX triplet: EC, 94 and BD. RGB value is (236,148,189). Sum of RGB (Red+Green+Blue) = 236+148+189=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC94BD is #136B42. Grayscale: #B2B2B2. Windows color (decimal): -1272643 or 12424428. OLE color: 12424428.
HSL color Cylindrical-coordinate representation of color #EC94BD: hue angle of 332.05º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC94BD is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 189 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.07 |
| HSL | 332.05º | 0.7% | 0.75% | - |
| HSV(B) | 332.05º | 0.37% | 0.93% | - |
| XYZ | 54.37 | 42.69 | 53.52 | - |
| YUV | 178.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 189 | 0 | 0.37 | 0.20 | 0.07 | 332.05 | 0.7 | 0.75 |
| Hex | EC | 94 | BD | 0 | 25 | 14 | 7 | 14C | 46 | 4B |
| Octal | 354 | 224 | 275 | 0 | 45 | 24 | 7 | 514 | 106 | 113 |
| Binary | 11101100 | 10010100 | 10111101 | 0 | 100101 | 10100 | 111 | 101001100 | 1000110 | 1001011 |
Color Harmonies of #EC94BD
Complementary color
Monochromatic Colors of #EC94BD
Black with #EC94BD
Text Example
Text Example
White with #EC94BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC94BD; }
p { color: rgb(236,148,189); }
H1.HeaderClassName
{
color: #EC94BD;
}
.AnyTagClassName
{
color: #EC94BD;
}
</style>
background-color css
<style>
a { background-color: #EC94BD; }
a { background-color: rgb(236,148,189); }
div.DivClassName
{
background-color: #EC94BD;
}
.BgClassName
{
background-color: #EC94BD;
}
</style>
border-color css
<style>
span { border-color: #EC94BD; }
span { border-color: rgb(236,148,189); }
td.TdClassName
{
border-color: #EC94BD;
}
.TagClassName
{
border-color: #EC94BD;
}
</style>