Shades of Wewak #EC9298
Tints of Wewak #EC9298
RGB
CMYK
RGB Variations
Color information
#EC9298 (or 0xEC9298) is known color: Wewak. HEX triplet: EC, 92 and 98. RGB value is (236,146,152). Sum of RGB (Red+Green+Blue) = 236+146+152=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9298 is #136D67. Grayscale: #ADADAD. Windows color (decimal): -1273192 or 9999084. OLE color: 9999084.
HSL color Cylindrical-coordinate representation of color #EC9298: hue angle of 356º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC9298 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 152 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.07 |
| HSL | 356º | 0.7% | 0.75% | - |
| HSV(B) | 356º | 0.38% | 0.93% | - |
| XYZ | 50.54 | 40.66 | 34.89 | - |
| YUV | 173.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 152 | 0 | 0.38 | 0.36 | 0.07 | 356 | 0.7 | 0.75 |
| Hex | EC | 92 | 98 | 0 | 26 | 24 | 7 | 164 | 46 | 4B |
| Octal | 354 | 222 | 230 | 0 | 46 | 44 | 7 | 544 | 106 | 113 |
| Binary | 11101100 | 10010010 | 10011000 | 0 | 100110 | 100100 | 111 | 101100100 | 1000110 | 1001011 |
Color Harmonies of #EC9298
Complementary color
Monochromatic Colors of #EC9298
Black with #EC9298
Text Example
Text Example
White with #EC9298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9298; }
p { color: rgb(236,146,152); }
H1.HeaderClassName
{
color: #EC9298;
}
.AnyTagClassName
{
color: #EC9298;
}
</style>
background-color css
<style>
a { background-color: #EC9298; }
a { background-color: rgb(236,146,152); }
div.DivClassName
{
background-color: #EC9298;
}
.BgClassName
{
background-color: #EC9298;
}
</style>
border-color css
<style>
span { border-color: #EC9298; }
span { border-color: rgb(236,146,152); }
td.TdClassName
{
border-color: #EC9298;
}
.TagClassName
{
border-color: #EC9298;
}
</style>