Shades of Wewak #EC95A0
Tints of Wewak #EC95A0
RGB
CMYK
RGB Variations
Color information
#EC95A0 (or 0xEC95A0) is known color: Wewak. HEX triplet: EC, 95 and A0. RGB value is (236,149,160). Sum of RGB (Red+Green+Blue) = 236+149+160=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC95A0 is #136A5F. Grayscale: #B0B0B0. Windows color (decimal): -1272416 or 10524140. OLE color: 10524140.
HSL color Cylindrical-coordinate representation of color #EC95A0: hue angle of 352.41º 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 #EC95A0 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 160 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.07 |
| HSL | 352.41º | 0.7% | 0.75% | - |
| HSV(B) | 352.41º | 0.37% | 0.93% | - |
| XYZ | 51.68 | 41.87 | 38.61 | - |
| YUV | 176.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 160 | 0 | 0.37 | 0.32 | 0.07 | 352.41 | 0.7 | 0.75 |
| Hex | EC | 95 | A0 | 0 | 25 | 20 | 7 | 160 | 46 | 4B |
| Octal | 354 | 225 | 240 | 0 | 45 | 40 | 7 | 540 | 106 | 113 |
| Binary | 11101100 | 10010101 | 10100000 | 0 | 100101 | 100000 | 111 | 101100000 | 1000110 | 1001011 |
Color Harmonies of #EC95A0
Complementary color
Monochromatic Colors of #EC95A0
Black with #EC95A0
Text Example
Text Example
White with #EC95A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95A0; }
p { color: rgb(236,149,160); }
H1.HeaderClassName
{
color: #EC95A0;
}
.AnyTagClassName
{
color: #EC95A0;
}
</style>
background-color css
<style>
a { background-color: #EC95A0; }
a { background-color: rgb(236,149,160); }
div.DivClassName
{
background-color: #EC95A0;
}
.BgClassName
{
background-color: #EC95A0;
}
</style>
border-color css
<style>
span { border-color: #EC95A0; }
span { border-color: rgb(236,149,160); }
td.TdClassName
{
border-color: #EC95A0;
}
.TagClassName
{
border-color: #EC95A0;
}
</style>