Shades of Wewak #EC9399
Tints of Wewak #EC9399
RGB
CMYK
RGB Variations
Color information
#EC9399 (or 0xEC9399) is known color: Wewak. HEX triplet: EC, 93 and 99. RGB value is (236,147,153). Sum of RGB (Red+Green+Blue) = 236+147+153=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9399 is #136C66. Grayscale: #AEAEAE. Windows color (decimal): -1272935 or 10064876. OLE color: 10064876.
HSL color Cylindrical-coordinate representation of color #EC9399: hue angle of 355.96º 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 #EC9399 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 153 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.07 |
| HSL | 355.96º | 0.7% | 0.75% | - |
| HSV(B) | 355.96º | 0.38% | 0.93% | - |
| XYZ | 50.78 | 41 | 35.37 | - |
| YUV | 174.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 153 | 0 | 0.38 | 0.35 | 0.07 | 355.96 | 0.7 | 0.75 |
| Hex | EC | 93 | 99 | 0 | 26 | 23 | 7 | 164 | 46 | 4B |
| Octal | 354 | 223 | 231 | 0 | 46 | 43 | 7 | 544 | 106 | 113 |
| Binary | 11101100 | 10010011 | 10011001 | 0 | 100110 | 100011 | 111 | 101100100 | 1000110 | 1001011 |
Color Harmonies of #EC9399
Complementary color
Monochromatic Colors of #EC9399
Black with #EC9399
Text Example
Text Example
White with #EC9399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9399; }
p { color: rgb(236,147,153); }
H1.HeaderClassName
{
color: #EC9399;
}
.AnyTagClassName
{
color: #EC9399;
}
</style>
background-color css
<style>
a { background-color: #EC9399; }
a { background-color: rgb(236,147,153); }
div.DivClassName
{
background-color: #EC9399;
}
.BgClassName
{
background-color: #EC9399;
}
</style>
border-color css
<style>
span { border-color: #EC9399; }
span { border-color: rgb(236,147,153); }
td.TdClassName
{
border-color: #EC9399;
}
.TagClassName
{
border-color: #EC9399;
}
</style>