Shades of Wewak #EC9597
Tints of Wewak #EC9597
RGB
CMYK
RGB Variations
Color information
#EC9597 (or 0xEC9597) is known color: Wewak. HEX triplet: EC, 95 and 97. RGB value is (236,149,151). Sum of RGB (Red+Green+Blue) = 236+149+151=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9597 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9597 is #136A68. Grayscale: #AFAFAF. Windows color (decimal): -1272425 or 9934316. OLE color: 9934316.
HSL color Cylindrical-coordinate representation of color #EC9597: hue angle of 358.62º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9597 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 151 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.07 |
| HSL | 358.62º | 0.7% | 0.75% | - |
| HSV(B) | 358.62º | 0.37% | 0.93% | - |
| XYZ | 50.93 | 41.56 | 34.62 | - |
| YUV | 175.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 151 | 0 | 0.37 | 0.36 | 0.07 | 358.62 | 0.7 | 0.75 |
| Hex | EC | 95 | 97 | 0 | 25 | 24 | 7 | 167 | 46 | 4B |
| Octal | 354 | 225 | 227 | 0 | 45 | 44 | 7 | 547 | 106 | 113 |
| Binary | 11101100 | 10010101 | 10010111 | 0 | 100101 | 100100 | 111 | 101100111 | 1000110 | 1001011 |
Color Harmonies of #EC9597
Complementary color
Monochromatic Colors of #EC9597
Black with #EC9597
Text Example
Text Example
White with #EC9597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9597; }
p { color: rgb(236,149,151); }
H1.HeaderClassName
{
color: #EC9597;
}
.AnyTagClassName
{
color: #EC9597;
}
</style>
background-color css
<style>
a { background-color: #EC9597; }
a { background-color: rgb(236,149,151); }
div.DivClassName
{
background-color: #EC9597;
}
.BgClassName
{
background-color: #EC9597;
}
</style>
border-color css
<style>
span { border-color: #EC9597; }
span { border-color: rgb(236,149,151); }
td.TdClassName
{
border-color: #EC9597;
}
.TagClassName
{
border-color: #EC9597;
}
</style>