Shades of Shocking #EC90BB
Tints of Shocking #EC90BB
RGB
CMYK
RGB Variations
Color information
#EC90BB (or 0xEC90BB) is known color: Shocking. HEX triplet: EC, 90 and BB. RGB value is (236,144,187). Sum of RGB (Red+Green+Blue) = 236+144+187=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90BB is #136F44. Grayscale: #B0B0B0. Windows color (decimal): -1273669 or 12292332. OLE color: 12292332.
HSL color Cylindrical-coordinate representation of color #EC90BB: hue angle of 331.96º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC90BB is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 187 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.07 |
| HSL | 331.96º | 0.71% | 0.75% | - |
| HSV(B) | 331.96º | 0.39% | 0.93% | - |
| XYZ | 53.53 | 41.37 | 52.18 | - |
| YUV | 176.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 187 | 0 | 0.39 | 0.21 | 0.07 | 331.96 | 0.71 | 0.75 |
| Hex | EC | 90 | BB | 0 | 27 | 15 | 7 | 14C | 47 | 4B |
| Octal | 354 | 220 | 273 | 0 | 47 | 25 | 7 | 514 | 107 | 113 |
| Binary | 11101100 | 10010000 | 10111011 | 0 | 100111 | 10101 | 111 | 101001100 | 1000111 | 1001011 |
Color Harmonies of #EC90BB
Complementary color
Monochromatic Colors of #EC90BB
Black with #EC90BB
Text Example
Text Example
White with #EC90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90BB; }
p { color: rgb(236,144,187); }
H1.HeaderClassName
{
color: #EC90BB;
}
.AnyTagClassName
{
color: #EC90BB;
}
</style>
background-color css
<style>
a { background-color: #EC90BB; }
a { background-color: rgb(236,144,187); }
div.DivClassName
{
background-color: #EC90BB;
}
.BgClassName
{
background-color: #EC90BB;
}
</style>
border-color css
<style>
span { border-color: #EC90BB; }
span { border-color: rgb(236,144,187); }
td.TdClassName
{
border-color: #EC90BB;
}
.TagClassName
{
border-color: #EC90BB;
}
</style>