Shades of Wewak #EC898A
Tints of Wewak #EC898A
RGB
CMYK
RGB Variations
Color information
#EC898A (or 0xEC898A) is known color: Wewak. HEX triplet: EC, 89 and 8A. RGB value is (236,137,138). Sum of RGB (Red+Green+Blue) = 236+137+138=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC898A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC898A is #137675. Grayscale: #A6A6A6. Windows color (decimal): -1275510 or 9079276. OLE color: 9079276.
HSL color Cylindrical-coordinate representation of color #EC898A: hue angle of 359.39º 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 #EC898A is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 138 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.07 |
| HSL | 359.39º | 0.72% | 0.73% | - |
| HSV(B) | 359.39º | 0.42% | 0.93% | - |
| XYZ | 48.13 | 37.56 | 28.76 | - |
| YUV | 166.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 138 | 0 | 0.42 | 0.42 | 0.07 | 359.39 | 0.72 | 0.73 |
| Hex | EC | 89 | 8A | 0 | 2A | 2A | 7 | 167 | 48 | 49 |
| Octal | 354 | 211 | 212 | 0 | 52 | 52 | 7 | 547 | 110 | 111 |
| Binary | 11101100 | 10001001 | 10001010 | 0 | 101010 | 101010 | 111 | 101100111 | 1001000 | 1001001 |
Color Harmonies of #EC898A
Complementary color
Monochromatic Colors of #EC898A
Black with #EC898A
Text Example
Text Example
White with #EC898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC898A; }
p { color: rgb(236,137,138); }
H1.HeaderClassName
{
color: #EC898A;
}
.AnyTagClassName
{
color: #EC898A;
}
</style>
background-color css
<style>
a { background-color: #EC898A; }
a { background-color: rgb(236,137,138); }
div.DivClassName
{
background-color: #EC898A;
}
.BgClassName
{
background-color: #EC898A;
}
</style>
border-color css
<style>
span { border-color: #EC898A; }
span { border-color: rgb(236,137,138); }
td.TdClassName
{
border-color: #EC898A;
}
.TagClassName
{
border-color: #EC898A;
}
</style>