Shades of Shocking #EC99B8
Tints of Shocking #EC99B8
RGB
CMYK
RGB Variations
Color information
#EC99B8 (or 0xEC99B8) is known color: Shocking. HEX triplet: EC, 99 and B8. RGB value is (236,153,184). Sum of RGB (Red+Green+Blue) = 236+153+184=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99B8 is #136647. Grayscale: #B5B5B5. Windows color (decimal): -1271368 or 12098028. OLE color: 12098028.
HSL color Cylindrical-coordinate representation of color #EC99B8: hue angle of 337.59º 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 #EC99B8 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 184 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.07 |
| HSL | 337.59º | 0.69% | 0.76% | - |
| HSV(B) | 337.59º | 0.35% | 0.93% | - |
| XYZ | 54.64 | 44.08 | 50.98 | - |
| YUV | 181.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 184 | 0 | 0.35 | 0.22 | 0.07 | 337.59 | 0.69 | 0.76 |
| Hex | EC | 99 | B8 | 0 | 23 | 16 | 7 | 152 | 45 | 4C |
| Octal | 354 | 231 | 270 | 0 | 43 | 26 | 7 | 522 | 105 | 114 |
| Binary | 11101100 | 10011001 | 10111000 | 0 | 100011 | 10110 | 111 | 101010010 | 1000101 | 1001100 |
Color Harmonies of #EC99B8
Complementary color
Monochromatic Colors of #EC99B8
Black with #EC99B8
Text Example
Text Example
White with #EC99B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99B8; }
p { color: rgb(236,153,184); }
H1.HeaderClassName
{
color: #EC99B8;
}
.AnyTagClassName
{
color: #EC99B8;
}
</style>
background-color css
<style>
a { background-color: #EC99B8; }
a { background-color: rgb(236,153,184); }
div.DivClassName
{
background-color: #EC99B8;
}
.BgClassName
{
background-color: #EC99B8;
}
</style>
border-color css
<style>
span { border-color: #EC99B8; }
span { border-color: rgb(236,153,184); }
td.TdClassName
{
border-color: #EC99B8;
}
.TagClassName
{
border-color: #EC99B8;
}
</style>