Shades of Wewak #EC8C96
Tints of Wewak #EC8C96
RGB
CMYK
RGB Variations
Color information
#EC8C96 (or 0xEC8C96) is known color: Wewak. HEX triplet: EC, 8C and 96. RGB value is (236,140,150). Sum of RGB (Red+Green+Blue) = 236+140+150=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8C96 is #137369. Grayscale: #A9A9A9. Windows color (decimal): -1274730 or 9866476. OLE color: 9866476.
HSL color Cylindrical-coordinate representation of color #EC8C96: hue angle of 353.75º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8C96 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 150 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.07 |
| HSL | 353.75º | 0.72% | 0.74% | - |
| HSV(B) | 353.75º | 0.41% | 0.93% | - |
| XYZ | 49.48 | 38.79 | 33.73 | - |
| YUV | 169.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 150 | 0 | 0.41 | 0.36 | 0.07 | 353.75 | 0.72 | 0.74 |
| Hex | EC | 8C | 96 | 0 | 29 | 24 | 7 | 162 | 48 | 4A |
| Octal | 354 | 214 | 226 | 0 | 51 | 44 | 7 | 542 | 110 | 112 |
| Binary | 11101100 | 10001100 | 10010110 | 0 | 101001 | 100100 | 111 | 101100010 | 1001000 | 1001010 |
Color Harmonies of #EC8C96
Complementary color
Monochromatic Colors of #EC8C96
Black with #EC8C96
Text Example
Text Example
White with #EC8C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C96; }
p { color: rgb(236,140,150); }
H1.HeaderClassName
{
color: #EC8C96;
}
.AnyTagClassName
{
color: #EC8C96;
}
</style>
background-color css
<style>
a { background-color: #EC8C96; }
a { background-color: rgb(236,140,150); }
div.DivClassName
{
background-color: #EC8C96;
}
.BgClassName
{
background-color: #EC8C96;
}
</style>
border-color css
<style>
span { border-color: #EC8C96; }
span { border-color: rgb(236,140,150); }
td.TdClassName
{
border-color: #EC8C96;
}
.TagClassName
{
border-color: #EC8C96;
}
</style>