Shades of Wewak #EC8A97
Tints of Wewak #EC8A97
RGB
CMYK
RGB Variations
Color information
#EC8A97 (or 0xEC8A97) is known color: Wewak. HEX triplet: EC, 8A and 97. RGB value is (236,138,151). Sum of RGB (Red+Green+Blue) = 236+138+151=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8A97 is #137568. Grayscale: #A8A8A8. Windows color (decimal): -1275241 or 9931500. OLE color: 9931500.
HSL color Cylindrical-coordinate representation of color #EC8A97: hue angle of 352.04º 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 #EC8A97 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 151 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.07 |
| HSL | 352.04º | 0.72% | 0.73% | - |
| HSV(B) | 352.04º | 0.42% | 0.93% | - |
| XYZ | 49.27 | 38.24 | 34.06 | - |
| YUV | 168.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 151 | 0 | 0.42 | 0.36 | 0.07 | 352.04 | 0.72 | 0.73 |
| Hex | EC | 8A | 97 | 0 | 2A | 24 | 7 | 160 | 48 | 49 |
| Octal | 354 | 212 | 227 | 0 | 52 | 44 | 7 | 540 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10010111 | 0 | 101010 | 100100 | 111 | 101100000 | 1001000 | 1001001 |
Color Harmonies of #EC8A97
Complementary color
Monochromatic Colors of #EC8A97
Black with #EC8A97
Text Example
Text Example
White with #EC8A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A97; }
p { color: rgb(236,138,151); }
H1.HeaderClassName
{
color: #EC8A97;
}
.AnyTagClassName
{
color: #EC8A97;
}
</style>
background-color css
<style>
a { background-color: #EC8A97; }
a { background-color: rgb(236,138,151); }
div.DivClassName
{
background-color: #EC8A97;
}
.BgClassName
{
background-color: #EC8A97;
}
</style>
border-color css
<style>
span { border-color: #EC8A97; }
span { border-color: rgb(236,138,151); }
td.TdClassName
{
border-color: #EC8A97;
}
.TagClassName
{
border-color: #EC8A97;
}
</style>