Shades of Shocking #EC99C5
Tints of Shocking #EC99C5
RGB
CMYK
RGB Variations
Color information
#EC99C5 (or 0xEC99C5) is known color: Shocking. HEX triplet: EC, 99 and C5. RGB value is (236,153,197). Sum of RGB (Red+Green+Blue) = 236+153+197=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99C5 is #13663A. Grayscale: #B6B6B6. Windows color (decimal): -1271355 or 12949996. OLE color: 12949996.
HSL color Cylindrical-coordinate representation of color #EC99C5: hue angle of 328.19º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC99C5 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 197 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.07 |
| HSL | 328.19º | 0.69% | 0.76% | - |
| HSV(B) | 328.19º | 0.35% | 0.93% | - |
| XYZ | 56.06 | 44.65 | 58.49 | - |
| YUV | 182.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 197 | 0 | 0.35 | 0.17 | 0.07 | 328.19 | 0.69 | 0.76 |
| Hex | EC | 99 | C5 | 0 | 23 | 11 | 7 | 148 | 45 | 4C |
| Octal | 354 | 231 | 305 | 0 | 43 | 21 | 7 | 510 | 105 | 114 |
| Binary | 11101100 | 10011001 | 11000101 | 0 | 100011 | 10001 | 111 | 101001000 | 1000101 | 1001100 |
Color Harmonies of #EC99C5
Complementary color
Monochromatic Colors of #EC99C5
Black with #EC99C5
Text Example
Text Example
White with #EC99C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99C5; }
p { color: rgb(236,153,197); }
H1.HeaderClassName
{
color: #EC99C5;
}
.AnyTagClassName
{
color: #EC99C5;
}
</style>
background-color css
<style>
a { background-color: #EC99C5; }
a { background-color: rgb(236,153,197); }
div.DivClassName
{
background-color: #EC99C5;
}
.BgClassName
{
background-color: #EC99C5;
}
</style>
border-color css
<style>
span { border-color: #EC99C5; }
span { border-color: rgb(236,153,197); }
td.TdClassName
{
border-color: #EC99C5;
}
.TagClassName
{
border-color: #EC99C5;
}
</style>