Shades of Wewak #EC8A8F
Tints of Wewak #EC8A8F
RGB
CMYK
RGB Variations
Color information
#EC8A8F (or 0xEC8A8F) is known color: Wewak. HEX triplet: EC, 8A and 8F. RGB value is (236,138,143). Sum of RGB (Red+Green+Blue) = 236+138+143=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8A8F is #137570. Grayscale: #A7A7A7. Windows color (decimal): -1275249 or 9407212. OLE color: 9407212.
HSL color Cylindrical-coordinate representation of color #EC8A8F: hue angle of 356.94º 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 #EC8A8F is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 143 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.07 |
| HSL | 356.94º | 0.72% | 0.73% | - |
| HSV(B) | 356.94º | 0.42% | 0.93% | - |
| XYZ | 48.64 | 37.99 | 30.76 | - |
| YUV | 167.87 | 113.97 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 143 | 0 | 0.42 | 0.39 | 0.07 | 356.94 | 0.72 | 0.73 |
| Hex | EC | 8A | 8F | 0 | 2A | 27 | 7 | 165 | 48 | 49 |
| Octal | 354 | 212 | 217 | 0 | 52 | 47 | 7 | 545 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10001111 | 0 | 101010 | 100111 | 111 | 101100101 | 1001000 | 1001001 |
Color Harmonies of #EC8A8F
Complementary color
Monochromatic Colors of #EC8A8F
Black with #EC8A8F
Text Example
Text Example
White with #EC8A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A8F; }
p { color: rgb(236,138,143); }
H1.HeaderClassName
{
color: #EC8A8F;
}
.AnyTagClassName
{
color: #EC8A8F;
}
</style>
background-color css
<style>
a { background-color: #EC8A8F; }
a { background-color: rgb(236,138,143); }
div.DivClassName
{
background-color: #EC8A8F;
}
.BgClassName
{
background-color: #EC8A8F;
}
</style>
border-color css
<style>
span { border-color: #EC8A8F; }
span { border-color: rgb(236,138,143); }
td.TdClassName
{
border-color: #EC8A8F;
}
.TagClassName
{
border-color: #EC8A8F;
}
</style>