Shades of Shocking #EC93BC
Tints of Shocking #EC93BC
RGB
CMYK
RGB Variations
Color information
#EC93BC (or 0xEC93BC) is known color: Shocking. HEX triplet: EC, 93 and BC. RGB value is (236,147,188). Sum of RGB (Red+Green+Blue) = 236+147+188=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93BC is #136C43. Grayscale: #B2B2B2. Windows color (decimal): -1272900 or 12358636. OLE color: 12358636.
HSL color Cylindrical-coordinate representation of color #EC93BC: hue angle of 332.36º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC93BC is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 188 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.07 |
| HSL | 332.36º | 0.7% | 0.75% | - |
| HSV(B) | 332.36º | 0.38% | 0.93% | - |
| XYZ | 54.1 | 42.33 | 52.9 | - |
| YUV | 178.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 188 | 0 | 0.38 | 0.20 | 0.07 | 332.36 | 0.7 | 0.75 |
| Hex | EC | 93 | BC | 0 | 26 | 14 | 7 | 14C | 46 | 4B |
| Octal | 354 | 223 | 274 | 0 | 46 | 24 | 7 | 514 | 106 | 113 |
| Binary | 11101100 | 10010011 | 10111100 | 0 | 100110 | 10100 | 111 | 101001100 | 1000110 | 1001011 |
Color Harmonies of #EC93BC
Complementary color
Monochromatic Colors of #EC93BC
Black with #EC93BC
Text Example
Text Example
White with #EC93BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93BC; }
p { color: rgb(236,147,188); }
H1.HeaderClassName
{
color: #EC93BC;
}
.AnyTagClassName
{
color: #EC93BC;
}
</style>
background-color css
<style>
a { background-color: #EC93BC; }
a { background-color: rgb(236,147,188); }
div.DivClassName
{
background-color: #EC93BC;
}
.BgClassName
{
background-color: #EC93BC;
}
</style>
border-color css
<style>
span { border-color: #EC93BC; }
span { border-color: rgb(236,147,188); }
td.TdClassName
{
border-color: #EC93BC;
}
.TagClassName
{
border-color: #EC93BC;
}
</style>