Shades of Wewak #EC9299
Tints of Wewak #EC9299
RGB
CMYK
RGB Variations
Color information
#EC9299 (or 0xEC9299) is known color: Wewak. HEX triplet: EC, 92 and 99. RGB value is (236,146,153). Sum of RGB (Red+Green+Blue) = 236+146+153=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9299 is #136D66. Grayscale: #ADADAD. Windows color (decimal): -1273191 or 10064620. OLE color: 10064620.
HSL color Cylindrical-coordinate representation of color #EC9299: hue angle of 355.33º 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 #EC9299 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 153 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.07 |
| HSL | 355.33º | 0.7% | 0.75% | - |
| HSV(B) | 355.33º | 0.38% | 0.93% | - |
| XYZ | 50.62 | 40.69 | 35.32 | - |
| YUV | 173.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 153 | 0 | 0.38 | 0.35 | 0.07 | 355.33 | 0.7 | 0.75 |
| Hex | EC | 92 | 99 | 0 | 26 | 23 | 7 | 163 | 46 | 4B |
| Octal | 354 | 222 | 231 | 0 | 46 | 43 | 7 | 543 | 106 | 113 |
| Binary | 11101100 | 10010010 | 10011001 | 0 | 100110 | 100011 | 111 | 101100011 | 1000110 | 1001011 |
Color Harmonies of #EC9299
Complementary color
Monochromatic Colors of #EC9299
Black with #EC9299
Text Example
Text Example
White with #EC9299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9299; }
p { color: rgb(236,146,153); }
H1.HeaderClassName
{
color: #EC9299;
}
.AnyTagClassName
{
color: #EC9299;
}
</style>
background-color css
<style>
a { background-color: #EC9299; }
a { background-color: rgb(236,146,153); }
div.DivClassName
{
background-color: #EC9299;
}
.BgClassName
{
background-color: #EC9299;
}
</style>
border-color css
<style>
span { border-color: #EC9299; }
span { border-color: rgb(236,146,153); }
td.TdClassName
{
border-color: #EC9299;
}
.TagClassName
{
border-color: #EC9299;
}
</style>