Shades of Wewak #EC94A0
Tints of Wewak #EC94A0
RGB
CMYK
RGB Variations
Color information
#EC94A0 (or 0xEC94A0) is known color: Wewak. HEX triplet: EC, 94 and A0. RGB value is (236,148,160). Sum of RGB (Red+Green+Blue) = 236+148+160=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC94A0 is #136B5F. Grayscale: #AFAFAF. Windows color (decimal): -1272672 or 10523884. OLE color: 10523884.
HSL color Cylindrical-coordinate representation of color #EC94A0: hue angle of 351.82º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC94A0 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 160 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.07 |
| HSL | 351.82º | 0.7% | 0.75% | - |
| HSV(B) | 351.82º | 0.37% | 0.93% | - |
| XYZ | 51.53 | 41.55 | 38.56 | - |
| YUV | 175.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 160 | 0 | 0.37 | 0.32 | 0.07 | 351.82 | 0.7 | 0.75 |
| Hex | EC | 94 | A0 | 0 | 25 | 20 | 7 | 160 | 46 | 4B |
| Octal | 354 | 224 | 240 | 0 | 45 | 40 | 7 | 540 | 106 | 113 |
| Binary | 11101100 | 10010100 | 10100000 | 0 | 100101 | 100000 | 111 | 101100000 | 1000110 | 1001011 |
Color Harmonies of #EC94A0
Complementary color
Monochromatic Colors of #EC94A0
Black with #EC94A0
Text Example
Text Example
White with #EC94A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC94A0; }
p { color: rgb(236,148,160); }
H1.HeaderClassName
{
color: #EC94A0;
}
.AnyTagClassName
{
color: #EC94A0;
}
</style>
background-color css
<style>
a { background-color: #EC94A0; }
a { background-color: rgb(236,148,160); }
div.DivClassName
{
background-color: #EC94A0;
}
.BgClassName
{
background-color: #EC94A0;
}
</style>
border-color css
<style>
span { border-color: #EC94A0; }
span { border-color: rgb(236,148,160); }
td.TdClassName
{
border-color: #EC94A0;
}
.TagClassName
{
border-color: #EC94A0;
}
</style>