Shades of Wewak #EC8D96
Tints of Wewak #EC8D96
RGB
CMYK
RGB Variations
Color information
#EC8D96 (or 0xEC8D96) is known color: Wewak. HEX triplet: EC, 8D and 96. RGB value is (236,141,150). Sum of RGB (Red+Green+Blue) = 236+141+150=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8D96 is #137269. Grayscale: #AAAAAA. Windows color (decimal): -1274474 or 9866732. OLE color: 9866732.
HSL color Cylindrical-coordinate representation of color #EC8D96: hue angle of 354.32º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8D96 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 150 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.07 |
| HSL | 354.32º | 0.71% | 0.74% | - |
| HSV(B) | 354.32º | 0.4% | 0.93% | - |
| XYZ | 49.62 | 39.08 | 33.78 | - |
| YUV | 170.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 150 | 0 | 0.40 | 0.36 | 0.07 | 354.32 | 0.71 | 0.74 |
| Hex | EC | 8D | 96 | 0 | 28 | 24 | 7 | 162 | 47 | 4A |
| Octal | 354 | 215 | 226 | 0 | 50 | 44 | 7 | 542 | 107 | 112 |
| Binary | 11101100 | 10001101 | 10010110 | 0 | 101000 | 100100 | 111 | 101100010 | 1000111 | 1001010 |
Color Harmonies of #EC8D96
Complementary color
Monochromatic Colors of #EC8D96
Black with #EC8D96
Text Example
Text Example
White with #EC8D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D96; }
p { color: rgb(236,141,150); }
H1.HeaderClassName
{
color: #EC8D96;
}
.AnyTagClassName
{
color: #EC8D96;
}
</style>
background-color css
<style>
a { background-color: #EC8D96; }
a { background-color: rgb(236,141,150); }
div.DivClassName
{
background-color: #EC8D96;
}
.BgClassName
{
background-color: #EC8D96;
}
</style>
border-color css
<style>
span { border-color: #EC8D96; }
span { border-color: rgb(236,141,150); }
td.TdClassName
{
border-color: #EC8D96;
}
.TagClassName
{
border-color: #EC8D96;
}
</style>