Shades of Wewak #EC999D
Tints of Wewak #EC999D
RGB
CMYK
RGB Variations
Color information
#EC999D (or 0xEC999D) is known color: Wewak. HEX triplet: EC, 99 and 9D. RGB value is (236,153,157). Sum of RGB (Red+Green+Blue) = 236+153+157=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC999D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC999D is #136662. Grayscale: #B2B2B2. Windows color (decimal): -1271395 or 10328556. OLE color: 10328556.
HSL color Cylindrical-coordinate representation of color #EC999D: hue angle of 357.11º 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 #EC999D is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 157 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.07 |
| HSL | 357.11º | 0.69% | 0.76% | - |
| HSV(B) | 357.11º | 0.35% | 0.93% | - |
| XYZ | 52.07 | 43.05 | 37.46 | - |
| YUV | 178.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 157 | 0 | 0.35 | 0.33 | 0.07 | 357.11 | 0.69 | 0.76 |
| Hex | EC | 99 | 9D | 0 | 23 | 21 | 7 | 165 | 45 | 4C |
| Octal | 354 | 231 | 235 | 0 | 43 | 41 | 7 | 545 | 105 | 114 |
| Binary | 11101100 | 10011001 | 10011101 | 0 | 100011 | 100001 | 111 | 101100101 | 1000101 | 1001100 |
Color Harmonies of #EC999D
Complementary color
Monochromatic Colors of #EC999D
Black with #EC999D
Text Example
Text Example
White with #EC999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC999D; }
p { color: rgb(236,153,157); }
H1.HeaderClassName
{
color: #EC999D;
}
.AnyTagClassName
{
color: #EC999D;
}
</style>
background-color css
<style>
a { background-color: #EC999D; }
a { background-color: rgb(236,153,157); }
div.DivClassName
{
background-color: #EC999D;
}
.BgClassName
{
background-color: #EC999D;
}
</style>
border-color css
<style>
span { border-color: #EC999D; }
span { border-color: rgb(236,153,157); }
td.TdClassName
{
border-color: #EC999D;
}
.TagClassName
{
border-color: #EC999D;
}
</style>