Shades of Wewak #EC8B8D
Tints of Wewak #EC8B8D
RGB
CMYK
RGB Variations
Color information
#EC8B8D (or 0xEC8B8D) is known color: Wewak. HEX triplet: EC, 8B and 8D. RGB value is (236,139,141). Sum of RGB (Red+Green+Blue) = 236+139+141=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8B8D is #137472. Grayscale: #A8A8A8. Windows color (decimal): -1274995 or 9276396. OLE color: 9276396.
HSL color Cylindrical-coordinate representation of color #EC8B8D: hue angle of 358.76º 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 #EC8B8D is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 141 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.07 |
| HSL | 358.76º | 0.72% | 0.74% | - |
| HSV(B) | 358.76º | 0.41% | 0.93% | - |
| XYZ | 48.63 | 38.22 | 30.01 | - |
| YUV | 168.23 | 112.64 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 141 | 0 | 0.41 | 0.40 | 0.07 | 358.76 | 0.72 | 0.74 |
| Hex | EC | 8B | 8D | 0 | 29 | 28 | 7 | 167 | 48 | 4A |
| Octal | 354 | 213 | 215 | 0 | 51 | 50 | 7 | 547 | 110 | 112 |
| Binary | 11101100 | 10001011 | 10001101 | 0 | 101001 | 101000 | 111 | 101100111 | 1001000 | 1001010 |
Color Harmonies of #EC8B8D
Complementary color
Monochromatic Colors of #EC8B8D
Black with #EC8B8D
Text Example
Text Example
White with #EC8B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B8D; }
p { color: rgb(236,139,141); }
H1.HeaderClassName
{
color: #EC8B8D;
}
.AnyTagClassName
{
color: #EC8B8D;
}
</style>
background-color css
<style>
a { background-color: #EC8B8D; }
a { background-color: rgb(236,139,141); }
div.DivClassName
{
background-color: #EC8B8D;
}
.BgClassName
{
background-color: #EC8B8D;
}
</style>
border-color css
<style>
span { border-color: #EC8B8D; }
span { border-color: rgb(236,139,141); }
td.TdClassName
{
border-color: #EC8B8D;
}
.TagClassName
{
border-color: #EC8B8D;
}
</style>