Shades of Wewak #EC9AA4
Tints of Wewak #EC9AA4
RGB
CMYK
RGB Variations
Color information
#EC9AA4 (or 0xEC9AA4) is known color: Wewak. HEX triplet: EC, 9A and A4. RGB value is (236,154,164). Sum of RGB (Red+Green+Blue) = 236+154+164=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9AA4 is #13655B. Grayscale: #B3B3B3. Windows color (decimal): -1271132 or 10787564. OLE color: 10787564.
HSL color Cylindrical-coordinate representation of color #EC9AA4: hue angle of 352.68º degrees, saturation: 0.68, 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 #EC9AA4 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 164 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.07 |
| HSL | 352.68º | 0.68% | 0.76% | - |
| HSV(B) | 352.68º | 0.35% | 0.93% | - |
| XYZ | 52.85 | 43.62 | 40.76 | - |
| YUV | 179.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 164 | 0 | 0.35 | 0.31 | 0.07 | 352.68 | 0.68 | 0.76 |
| Hex | EC | 9A | A4 | 0 | 23 | 1F | 7 | 161 | 44 | 4C |
| Octal | 354 | 232 | 244 | 0 | 43 | 37 | 7 | 541 | 104 | 114 |
| Binary | 11101100 | 10011010 | 10100100 | 0 | 100011 | 11111 | 111 | 101100001 | 1000100 | 1001100 |
Color Harmonies of #EC9AA4
Complementary color
Monochromatic Colors of #EC9AA4
Black with #EC9AA4
Text Example
Text Example
White with #EC9AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AA4; }
p { color: rgb(236,154,164); }
H1.HeaderClassName
{
color: #EC9AA4;
}
.AnyTagClassName
{
color: #EC9AA4;
}
</style>
background-color css
<style>
a { background-color: #EC9AA4; }
a { background-color: rgb(236,154,164); }
div.DivClassName
{
background-color: #EC9AA4;
}
.BgClassName
{
background-color: #EC9AA4;
}
</style>
border-color css
<style>
span { border-color: #EC9AA4; }
span { border-color: rgb(236,154,164); }
td.TdClassName
{
border-color: #EC9AA4;
}
.TagClassName
{
border-color: #EC9AA4;
}
</style>