Shades of Wewak #EC8A8C
Tints of Wewak #EC8A8C
RGB
CMYK
RGB Variations
Color information
#EC8A8C (or 0xEC8A8C) is known color: Wewak. HEX triplet: EC, 8A and 8C. RGB value is (236,138,140). Sum of RGB (Red+Green+Blue) = 236+138+140=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8A8C is #137573. Grayscale: #A7A7A7. Windows color (decimal): -1275252 or 9210604. OLE color: 9210604.
HSL color Cylindrical-coordinate representation of color #EC8A8C: hue angle of 358.78º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8A8C is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 140 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.07 |
| HSL | 358.78º | 0.72% | 0.73% | - |
| HSV(B) | 358.78º | 0.42% | 0.93% | - |
| XYZ | 48.41 | 37.9 | 29.58 | - |
| YUV | 167.53 | 112.47 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 140 | 0 | 0.42 | 0.41 | 0.07 | 358.78 | 0.72 | 0.73 |
| Hex | EC | 8A | 8C | 0 | 2A | 29 | 7 | 167 | 48 | 49 |
| Octal | 354 | 212 | 214 | 0 | 52 | 51 | 7 | 547 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10001100 | 0 | 101010 | 101001 | 111 | 101100111 | 1001000 | 1001001 |
Color Harmonies of #EC8A8C
Complementary color
Monochromatic Colors of #EC8A8C
Black with #EC8A8C
Text Example
Text Example
White with #EC8A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A8C; }
p { color: rgb(236,138,140); }
H1.HeaderClassName
{
color: #EC8A8C;
}
.AnyTagClassName
{
color: #EC8A8C;
}
</style>
background-color css
<style>
a { background-color: #EC8A8C; }
a { background-color: rgb(236,138,140); }
div.DivClassName
{
background-color: #EC8A8C;
}
.BgClassName
{
background-color: #EC8A8C;
}
</style>
border-color css
<style>
span { border-color: #EC8A8C; }
span { border-color: rgb(236,138,140); }
td.TdClassName
{
border-color: #EC8A8C;
}
.TagClassName
{
border-color: #EC8A8C;
}
</style>