Shades of Shocking #EC9BC7
Tints of Shocking #EC9BC7
RGB
CMYK
RGB Variations
Color information
#EC9BC7 (or 0xEC9BC7) is known color: Shocking. HEX triplet: EC, 9B and C7. RGB value is (236,155,199). Sum of RGB (Red+Green+Blue) = 236+155+199=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BC7 is #136438. Grayscale: #B8B8B8. Windows color (decimal): -1270841 or 13081580. OLE color: 13081580.
HSL color Cylindrical-coordinate representation of color #EC9BC7: hue angle of 327.41º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BC7 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 199 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.07 |
| HSL | 327.41º | 0.68% | 0.77% | - |
| HSV(B) | 327.41º | 0.34% | 0.93% | - |
| XYZ | 56.62 | 45.4 | 59.81 | - |
| YUV | 184.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 199 | 0 | 0.34 | 0.16 | 0.07 | 327.41 | 0.68 | 0.77 |
| Hex | EC | 9B | C7 | 0 | 22 | 10 | 7 | 147 | 44 | 4D |
| Octal | 354 | 233 | 307 | 0 | 42 | 20 | 7 | 507 | 104 | 115 |
| Binary | 11101100 | 10011011 | 11000111 | 0 | 100010 | 10000 | 111 | 101000111 | 1000100 | 1001101 |
Color Harmonies of #EC9BC7
Complementary color
Monochromatic Colors of #EC9BC7
Black with #EC9BC7
Text Example
Text Example
White with #EC9BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BC7; }
p { color: rgb(236,155,199); }
H1.HeaderClassName
{
color: #EC9BC7;
}
.AnyTagClassName
{
color: #EC9BC7;
}
</style>
background-color css
<style>
a { background-color: #EC9BC7; }
a { background-color: rgb(236,155,199); }
div.DivClassName
{
background-color: #EC9BC7;
}
.BgClassName
{
background-color: #EC9BC7;
}
</style>
border-color css
<style>
span { border-color: #EC9BC7; }
span { border-color: rgb(236,155,199); }
td.TdClassName
{
border-color: #EC9BC7;
}
.TagClassName
{
border-color: #EC9BC7;
}
</style>