Shades of Wewak #EC8C91
Tints of Wewak #EC8C91
RGB
CMYK
RGB Variations
Color information
#EC8C91 (or 0xEC8C91) is known color: Wewak. HEX triplet: EC, 8C and 91. RGB value is (236,140,145). Sum of RGB (Red+Green+Blue) = 236+140+145=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8C91 is #13736E. Grayscale: #A9A9A9. Windows color (decimal): -1274735 or 9538796. OLE color: 9538796.
HSL color Cylindrical-coordinate representation of color #EC8C91: hue angle of 356.88º 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 #EC8C91 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 145 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.07 |
| HSL | 356.88º | 0.72% | 0.74% | - |
| HSV(B) | 356.88º | 0.41% | 0.93% | - |
| XYZ | 49.08 | 38.63 | 31.66 | - |
| YUV | 169.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 145 | 0 | 0.41 | 0.39 | 0.07 | 356.88 | 0.72 | 0.74 |
| Hex | EC | 8C | 91 | 0 | 29 | 27 | 7 | 165 | 48 | 4A |
| Octal | 354 | 214 | 221 | 0 | 51 | 47 | 7 | 545 | 110 | 112 |
| Binary | 11101100 | 10001100 | 10010001 | 0 | 101001 | 100111 | 111 | 101100101 | 1001000 | 1001010 |
Color Harmonies of #EC8C91
Complementary color
Monochromatic Colors of #EC8C91
Black with #EC8C91
Text Example
Text Example
White with #EC8C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C91; }
p { color: rgb(236,140,145); }
H1.HeaderClassName
{
color: #EC8C91;
}
.AnyTagClassName
{
color: #EC8C91;
}
</style>
background-color css
<style>
a { background-color: #EC8C91; }
a { background-color: rgb(236,140,145); }
div.DivClassName
{
background-color: #EC8C91;
}
.BgClassName
{
background-color: #EC8C91;
}
</style>
border-color css
<style>
span { border-color: #EC8C91; }
span { border-color: rgb(236,140,145); }
td.TdClassName
{
border-color: #EC8C91;
}
.TagClassName
{
border-color: #EC8C91;
}
</style>