Shades of Wewak #EC9092
Tints of Wewak #EC9092
RGB
CMYK
RGB Variations
Color information
#EC9092 (or 0xEC9092) is known color: Wewak. HEX triplet: EC, 90 and 92. RGB value is (236,144,146). Sum of RGB (Red+Green+Blue) = 236+144+146=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9092 is #136F6D. Grayscale: #ABABAB. Windows color (decimal): -1273710 or 9605356. OLE color: 9605356.
HSL color Cylindrical-coordinate representation of color #EC9092: hue angle of 358.7º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC9092 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 146 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.07 |
| HSL | 358.7º | 0.71% | 0.75% | - |
| HSV(B) | 358.7º | 0.39% | 0.93% | - |
| XYZ | 49.75 | 39.85 | 32.26 | - |
| YUV | 171.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 146 | 0 | 0.39 | 0.38 | 0.07 | 358.7 | 0.71 | 0.75 |
| Hex | EC | 90 | 92 | 0 | 27 | 26 | 7 | 167 | 47 | 4B |
| Octal | 354 | 220 | 222 | 0 | 47 | 46 | 7 | 547 | 107 | 113 |
| Binary | 11101100 | 10010000 | 10010010 | 0 | 100111 | 100110 | 111 | 101100111 | 1000111 | 1001011 |
Color Harmonies of #EC9092
Complementary color
Monochromatic Colors of #EC9092
Black with #EC9092
Text Example
Text Example
White with #EC9092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9092; }
p { color: rgb(236,144,146); }
H1.HeaderClassName
{
color: #EC9092;
}
.AnyTagClassName
{
color: #EC9092;
}
</style>
background-color css
<style>
a { background-color: #EC9092; }
a { background-color: rgb(236,144,146); }
div.DivClassName
{
background-color: #EC9092;
}
.BgClassName
{
background-color: #EC9092;
}
</style>
border-color css
<style>
span { border-color: #EC9092; }
span { border-color: rgb(236,144,146); }
td.TdClassName
{
border-color: #EC9092;
}
.TagClassName
{
border-color: #EC9092;
}
</style>