Shades of Wewak #EC8A93
Tints of Wewak #EC8A93
RGB
CMYK
RGB Variations
Color information
#EC8A93 (or 0xEC8A93) is known color: Wewak. HEX triplet: EC, 8A and 93. RGB value is (236,138,147). Sum of RGB (Red+Green+Blue) = 236+138+147=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8A93 is #13756C. Grayscale: #A8A8A8. Windows color (decimal): -1275245 or 9669356. OLE color: 9669356.
HSL color Cylindrical-coordinate representation of color #EC8A93: hue angle of 354.49º 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 #EC8A93 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 147 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.07 |
| HSL | 354.49º | 0.72% | 0.73% | - |
| HSV(B) | 354.49º | 0.42% | 0.93% | - |
| XYZ | 48.95 | 38.12 | 32.38 | - |
| YUV | 168.33 | 115.97 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 147 | 0 | 0.42 | 0.38 | 0.07 | 354.49 | 0.72 | 0.73 |
| Hex | EC | 8A | 93 | 0 | 2A | 26 | 7 | 162 | 48 | 49 |
| Octal | 354 | 212 | 223 | 0 | 52 | 46 | 7 | 542 | 110 | 111 |
| Binary | 11101100 | 10001010 | 10010011 | 0 | 101010 | 100110 | 111 | 101100010 | 1001000 | 1001001 |
Color Harmonies of #EC8A93
Complementary color
Monochromatic Colors of #EC8A93
Black with #EC8A93
Text Example
Text Example
White with #EC8A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A93; }
p { color: rgb(236,138,147); }
H1.HeaderClassName
{
color: #EC8A93;
}
.AnyTagClassName
{
color: #EC8A93;
}
</style>
background-color css
<style>
a { background-color: #EC8A93; }
a { background-color: rgb(236,138,147); }
div.DivClassName
{
background-color: #EC8A93;
}
.BgClassName
{
background-color: #EC8A93;
}
</style>
border-color css
<style>
span { border-color: #EC8A93; }
span { border-color: rgb(236,138,147); }
td.TdClassName
{
border-color: #EC8A93;
}
.TagClassName
{
border-color: #EC8A93;
}
</style>