Shades of Wewak #EC999C
Tints of Wewak #EC999C
RGB
CMYK
RGB Variations
Color information
#EC999C (or 0xEC999C) is known color: Wewak. HEX triplet: EC, 99 and 9C. RGB value is (236,153,156). Sum of RGB (Red+Green+Blue) = 236+153+156=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC999C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC999C is #136663. Grayscale: #B2B2B2. Windows color (decimal): -1271396 or 10263020. OLE color: 10263020.
HSL color Cylindrical-coordinate representation of color #EC999C: hue angle of 357.83º 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 #EC999C is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 156 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.07 |
| HSL | 357.83º | 0.69% | 0.76% | - |
| HSV(B) | 357.83º | 0.35% | 0.93% | - |
| XYZ | 51.98 | 43.02 | 37.02 | - |
| YUV | 178.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 156 | 0 | 0.35 | 0.34 | 0.07 | 357.83 | 0.69 | 0.76 |
| Hex | EC | 99 | 9C | 0 | 23 | 22 | 7 | 166 | 45 | 4C |
| Octal | 354 | 231 | 234 | 0 | 43 | 42 | 7 | 546 | 105 | 114 |
| Binary | 11101100 | 10011001 | 10011100 | 0 | 100011 | 100010 | 111 | 101100110 | 1000101 | 1001100 |
Color Harmonies of #EC999C
Complementary color
Monochromatic Colors of #EC999C
Black with #EC999C
Text Example
Text Example
White with #EC999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC999C; }
p { color: rgb(236,153,156); }
H1.HeaderClassName
{
color: #EC999C;
}
.AnyTagClassName
{
color: #EC999C;
}
</style>
background-color css
<style>
a { background-color: #EC999C; }
a { background-color: rgb(236,153,156); }
div.DivClassName
{
background-color: #EC999C;
}
.BgClassName
{
background-color: #EC999C;
}
</style>
border-color css
<style>
span { border-color: #EC999C; }
span { border-color: rgb(236,153,156); }
td.TdClassName
{
border-color: #EC999C;
}
.TagClassName
{
border-color: #EC999C;
}
</style>