Shades of Wewak #EC999F
Tints of Wewak #EC999F
RGB
CMYK
RGB Variations
Color information
#EC999F (or 0xEC999F) is known color: Wewak. HEX triplet: EC, 99 and 9F. RGB value is (236,153,159). Sum of RGB (Red+Green+Blue) = 236+153+159=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC999F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC999F is #136660. Grayscale: #B2B2B2. Windows color (decimal): -1271393 or 10459628. OLE color: 10459628.
HSL color Cylindrical-coordinate representation of color #EC999F: hue angle of 355.66º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC999F is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 159 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.07 |
| HSL | 355.66º | 0.69% | 0.76% | - |
| HSV(B) | 355.66º | 0.35% | 0.93% | - |
| XYZ | 52.24 | 43.12 | 38.37 | - |
| YUV | 178.5 | 117 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 159 | 0 | 0.35 | 0.33 | 0.07 | 355.66 | 0.69 | 0.76 |
| Hex | EC | 99 | 9F | 0 | 23 | 21 | 7 | 164 | 45 | 4C |
| Octal | 354 | 231 | 237 | 0 | 43 | 41 | 7 | 544 | 105 | 114 |
| Binary | 11101100 | 10011001 | 10011111 | 0 | 100011 | 100001 | 111 | 101100100 | 1000101 | 1001100 |
Color Harmonies of #EC999F
Complementary color
Monochromatic Colors of #EC999F
Black with #EC999F
Text Example
Text Example
White with #EC999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC999F; }
p { color: rgb(236,153,159); }
H1.HeaderClassName
{
color: #EC999F;
}
.AnyTagClassName
{
color: #EC999F;
}
</style>
background-color css
<style>
a { background-color: #EC999F; }
a { background-color: rgb(236,153,159); }
div.DivClassName
{
background-color: #EC999F;
}
.BgClassName
{
background-color: #EC999F;
}
</style>
border-color css
<style>
span { border-color: #EC999F; }
span { border-color: rgb(236,153,159); }
td.TdClassName
{
border-color: #EC999F;
}
.TagClassName
{
border-color: #EC999F;
}
</style>