Shades of Wewak #EC9799
Tints of Wewak #EC9799
RGB
CMYK
RGB Variations
Color information
#EC9799 (or 0xEC9799) is known color: Wewak. HEX triplet: EC, 97 and 99. RGB value is (236,151,153). Sum of RGB (Red+Green+Blue) = 236+151+153=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9799 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9799 is #136866. Grayscale: #B0B0B0. Windows color (decimal): -1271911 or 10065900. OLE color: 10065900.
HSL color Cylindrical-coordinate representation of color #EC9799: hue angle of 358.59º 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 #EC9799 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 153 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.07 |
| HSL | 358.59º | 0.69% | 0.76% | - |
| HSV(B) | 358.59º | 0.36% | 0.93% | - |
| XYZ | 51.41 | 42.27 | 35.59 | - |
| YUV | 176.64 | 114.66 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 153 | 0 | 0.36 | 0.35 | 0.07 | 358.59 | 0.69 | 0.76 |
| Hex | EC | 97 | 99 | 0 | 24 | 23 | 7 | 167 | 45 | 4C |
| Octal | 354 | 227 | 231 | 0 | 44 | 43 | 7 | 547 | 105 | 114 |
| Binary | 11101100 | 10010111 | 10011001 | 0 | 100100 | 100011 | 111 | 101100111 | 1000101 | 1001100 |
Color Harmonies of #EC9799
Complementary color
Monochromatic Colors of #EC9799
Black with #EC9799
Text Example
Text Example
White with #EC9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9799; }
p { color: rgb(236,151,153); }
H1.HeaderClassName
{
color: #EC9799;
}
.AnyTagClassName
{
color: #EC9799;
}
</style>
background-color css
<style>
a { background-color: #EC9799; }
a { background-color: rgb(236,151,153); }
div.DivClassName
{
background-color: #EC9799;
}
.BgClassName
{
background-color: #EC9799;
}
</style>
border-color css
<style>
span { border-color: #EC9799; }
span { border-color: rgb(236,151,153); }
td.TdClassName
{
border-color: #EC9799;
}
.TagClassName
{
border-color: #EC9799;
}
</style>