Shades of Wewak #EC9297
Tints of Wewak #EC9297
RGB
CMYK
RGB Variations
Color information
#EC9297 (or 0xEC9297) is known color: Wewak. HEX triplet: EC, 92 and 97. RGB value is (236,146,151). Sum of RGB (Red+Green+Blue) = 236+146+151=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9297 is #136D68. Grayscale: #ADADAD. Windows color (decimal): -1273193 or 9933548. OLE color: 9933548.
HSL color Cylindrical-coordinate representation of color #EC9297: hue angle of 356.67º 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 #EC9297 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 151 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.07 |
| HSL | 356.67º | 0.7% | 0.75% | - |
| HSV(B) | 356.67º | 0.38% | 0.93% | - |
| XYZ | 50.46 | 40.63 | 34.46 | - |
| YUV | 173.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 151 | 0 | 0.38 | 0.36 | 0.07 | 356.67 | 0.7 | 0.75 |
| Hex | EC | 92 | 97 | 0 | 26 | 24 | 7 | 165 | 46 | 4B |
| Octal | 354 | 222 | 227 | 0 | 46 | 44 | 7 | 545 | 106 | 113 |
| Binary | 11101100 | 10010010 | 10010111 | 0 | 100110 | 100100 | 111 | 101100101 | 1000110 | 1001011 |
Color Harmonies of #EC9297
Complementary color
Monochromatic Colors of #EC9297
Black with #EC9297
Text Example
Text Example
White with #EC9297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9297; }
p { color: rgb(236,146,151); }
H1.HeaderClassName
{
color: #EC9297;
}
.AnyTagClassName
{
color: #EC9297;
}
</style>
background-color css
<style>
a { background-color: #EC9297; }
a { background-color: rgb(236,146,151); }
div.DivClassName
{
background-color: #EC9297;
}
.BgClassName
{
background-color: #EC9297;
}
</style>
border-color css
<style>
span { border-color: #EC9297; }
span { border-color: rgb(236,146,151); }
td.TdClassName
{
border-color: #EC9297;
}
.TagClassName
{
border-color: #EC9297;
}
</style>