Shades of Wewak #EC969E
Tints of Wewak #EC969E
RGB
CMYK
RGB Variations
Color information
#EC969E (or 0xEC969E) is known color: Wewak. HEX triplet: EC, 96 and 9E. RGB value is (236,150,158). Sum of RGB (Red+Green+Blue) = 236+150+158=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #EC969E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC969E is #136961. Grayscale: #B0B0B0. Windows color (decimal): -1272162 or 10393324. OLE color: 10393324.
HSL color Cylindrical-coordinate representation of color #EC969E: hue angle of 354.42º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC969E is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 158 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.07 |
| HSL | 354.42º | 0.69% | 0.76% | - |
| HSV(B) | 354.42º | 0.36% | 0.93% | - |
| XYZ | 51.67 | 42.11 | 37.75 | - |
| YUV | 176.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 158 | 0 | 0.36 | 0.33 | 0.07 | 354.42 | 0.69 | 0.76 |
| Hex | EC | 96 | 9E | 0 | 24 | 21 | 7 | 162 | 45 | 4C |
| Octal | 354 | 226 | 236 | 0 | 44 | 41 | 7 | 542 | 105 | 114 |
| Binary | 11101100 | 10010110 | 10011110 | 0 | 100100 | 100001 | 111 | 101100010 | 1000101 | 1001100 |
Color Harmonies of #EC969E
Complementary color
Monochromatic Colors of #EC969E
Black with #EC969E
Text Example
Text Example
White with #EC969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC969E; }
p { color: rgb(236,150,158); }
H1.HeaderClassName
{
color: #EC969E;
}
.AnyTagClassName
{
color: #EC969E;
}
</style>
background-color css
<style>
a { background-color: #EC969E; }
a { background-color: rgb(236,150,158); }
div.DivClassName
{
background-color: #EC969E;
}
.BgClassName
{
background-color: #EC969E;
}
</style>
border-color css
<style>
span { border-color: #EC969E; }
span { border-color: rgb(236,150,158); }
td.TdClassName
{
border-color: #EC969E;
}
.TagClassName
{
border-color: #EC969E;
}
</style>