Shades of Shocking #EC90BC
Tints of Shocking #EC90BC
RGB
CMYK
RGB Variations
Color information
#EC90BC (or 0xEC90BC) is known color: Shocking. HEX triplet: EC, 90 and BC. RGB value is (236,144,188). Sum of RGB (Red+Green+Blue) = 236+144+188=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90BC is #136F43. Grayscale: #B0B0B0. Windows color (decimal): -1273668 or 12357868. OLE color: 12357868.
HSL color Cylindrical-coordinate representation of color #EC90BC: hue angle of 331.3º 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 #EC90BC is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 188 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.07 |
| HSL | 331.3º | 0.71% | 0.75% | - |
| HSV(B) | 331.3º | 0.39% | 0.93% | - |
| XYZ | 53.64 | 41.41 | 52.74 | - |
| YUV | 176.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 188 | 0 | 0.39 | 0.20 | 0.07 | 331.3 | 0.71 | 0.75 |
| Hex | EC | 90 | BC | 0 | 27 | 14 | 7 | 14B | 47 | 4B |
| Octal | 354 | 220 | 274 | 0 | 47 | 24 | 7 | 513 | 107 | 113 |
| Binary | 11101100 | 10010000 | 10111100 | 0 | 100111 | 10100 | 111 | 101001011 | 1000111 | 1001011 |
Color Harmonies of #EC90BC
Complementary color
Monochromatic Colors of #EC90BC
Black with #EC90BC
Text Example
Text Example
White with #EC90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90BC; }
p { color: rgb(236,144,188); }
H1.HeaderClassName
{
color: #EC90BC;
}
.AnyTagClassName
{
color: #EC90BC;
}
</style>
background-color css
<style>
a { background-color: #EC90BC; }
a { background-color: rgb(236,144,188); }
div.DivClassName
{
background-color: #EC90BC;
}
.BgClassName
{
background-color: #EC90BC;
}
</style>
border-color css
<style>
span { border-color: #EC90BC; }
span { border-color: rgb(236,144,188); }
td.TdClassName
{
border-color: #EC90BC;
}
.TagClassName
{
border-color: #EC90BC;
}
</style>