Shades of Shocking #EC99C7
Tints of Shocking #EC99C7
RGB
CMYK
RGB Variations
Color information
#EC99C7 (or 0xEC99C7) is known color: Shocking. HEX triplet: EC, 99 and C7. RGB value is (236,153,199). Sum of RGB (Red+Green+Blue) = 236+153+199=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99C7 is #136638. Grayscale: #B6B6B6. Windows color (decimal): -1271353 or 13081068. OLE color: 13081068.
HSL color Cylindrical-coordinate representation of color #EC99C7: hue angle of 326.75º 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 #EC99C7 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 199 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.07 |
| HSL | 326.75º | 0.69% | 0.76% | - |
| HSV(B) | 326.75º | 0.35% | 0.93% | - |
| XYZ | 56.29 | 44.74 | 59.7 | - |
| YUV | 183.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 199 | 0 | 0.35 | 0.16 | 0.07 | 326.75 | 0.69 | 0.76 |
| Hex | EC | 99 | C7 | 0 | 23 | 10 | 7 | 147 | 45 | 4C |
| Octal | 354 | 231 | 307 | 0 | 43 | 20 | 7 | 507 | 105 | 114 |
| Binary | 11101100 | 10011001 | 11000111 | 0 | 100011 | 10000 | 111 | 101000111 | 1000101 | 1001100 |
Color Harmonies of #EC99C7
Complementary color
Monochromatic Colors of #EC99C7
Black with #EC99C7
Text Example
Text Example
White with #EC99C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99C7; }
p { color: rgb(236,153,199); }
H1.HeaderClassName
{
color: #EC99C7;
}
.AnyTagClassName
{
color: #EC99C7;
}
</style>
background-color css
<style>
a { background-color: #EC99C7; }
a { background-color: rgb(236,153,199); }
div.DivClassName
{
background-color: #EC99C7;
}
.BgClassName
{
background-color: #EC99C7;
}
</style>
border-color css
<style>
span { border-color: #EC99C7; }
span { border-color: rgb(236,153,199); }
td.TdClassName
{
border-color: #EC99C7;
}
.TagClassName
{
border-color: #EC99C7;
}
</style>