Shades of Wewak #EC8A96
Tints of Wewak #EC8A96
RGB
CMYK
RGB Variations
Color information
#EC8A96 (or 0xEC8A96) is known color: Wewak. HEX triplet: EC, 8A and 96. RGB value is (236,138,150). Sum of RGB (Red+Green+Blue) = 236+138+150=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8A96 is #137569. Grayscale: #A8A8A8. Windows color (decimal): -1275242 or 9865964. OLE color: 9865964.
HSL color Cylindrical-coordinate representation of color #EC8A96: hue angle of 352.65º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8A96 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 150 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.07 |
| HSL | 352.65º | 0.72% | 0.73% | - |
| HSV(B) | 352.65º | 0.42% | 0.93% | - |
| XYZ | 49.19 | 38.21 | 33.64 | - |
| YUV | 168.67 | 117.47 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 150 | 0 | 0.42 | 0.36 | 0.07 | 352.65 | 0.72 | 0.73 |
| Hex | EC | 8A | 96 | 0 | 2A | 24 | 7 | 161 | 48 | 49 |
| Octal | 354 | 212 | 226 | 0 | 52 | 44 | 7 | 541 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10010110 | 0 | 101010 | 100100 | 111 | 101100001 | 1001000 | 1001001 |
Color Harmonies of #EC8A96
Complementary color
Monochromatic Colors of #EC8A96
Black with #EC8A96
Text Example
Text Example
White with #EC8A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A96; }
p { color: rgb(236,138,150); }
H1.HeaderClassName
{
color: #EC8A96;
}
.AnyTagClassName
{
color: #EC8A96;
}
</style>
background-color css
<style>
a { background-color: #EC8A96; }
a { background-color: rgb(236,138,150); }
div.DivClassName
{
background-color: #EC8A96;
}
.BgClassName
{
background-color: #EC8A96;
}
</style>
border-color css
<style>
span { border-color: #EC8A96; }
span { border-color: rgb(236,138,150); }
td.TdClassName
{
border-color: #EC8A96;
}
.TagClassName
{
border-color: #EC8A96;
}
</style>