Shades of Wewak #EC959A
Tints of Wewak #EC959A
RGB
CMYK
RGB Variations
Color information
#EC959A (or 0xEC959A) is known color: Wewak. HEX triplet: EC, 95 and 9A. RGB value is (236,149,154). Sum of RGB (Red+Green+Blue) = 236+149+154=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC959A is #136A65. Grayscale: #AFAFAF. Windows color (decimal): -1272422 or 10130924. OLE color: 10130924.
HSL color Cylindrical-coordinate representation of color #EC959A: hue angle of 356.55º 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 #EC959A is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 154 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.07 |
| HSL | 356.55º | 0.7% | 0.75% | - |
| HSV(B) | 356.55º | 0.37% | 0.93% | - |
| XYZ | 51.17 | 41.66 | 35.92 | - |
| YUV | 175.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 154 | 0 | 0.37 | 0.35 | 0.07 | 356.55 | 0.7 | 0.75 |
| Hex | EC | 95 | 9A | 0 | 25 | 23 | 7 | 165 | 46 | 4B |
| Octal | 354 | 225 | 232 | 0 | 45 | 43 | 7 | 545 | 106 | 113 |
| Binary | 11101100 | 10010101 | 10011010 | 0 | 100101 | 100011 | 111 | 101100101 | 1000110 | 1001011 |
Color Harmonies of #EC959A
Complementary color
Monochromatic Colors of #EC959A
Black with #EC959A
Text Example
Text Example
White with #EC959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC959A; }
p { color: rgb(236,149,154); }
H1.HeaderClassName
{
color: #EC959A;
}
.AnyTagClassName
{
color: #EC959A;
}
</style>
background-color css
<style>
a { background-color: #EC959A; }
a { background-color: rgb(236,149,154); }
div.DivClassName
{
background-color: #EC959A;
}
.BgClassName
{
background-color: #EC959A;
}
</style>
border-color css
<style>
span { border-color: #EC959A; }
span { border-color: rgb(236,149,154); }
td.TdClassName
{
border-color: #EC959A;
}
.TagClassName
{
border-color: #EC959A;
}
</style>